]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/fork.h
Better at funcs detection
[netatalk.git] / etc / afpd / fork.h
index ab75f1f7930856b8e03a206299d880ce97b6e62c..0cd55cec41aaf609990ef121c4adcaa205e6af09 100644 (file)
@@ -72,10 +72,10 @@ extern int          of_closefork (struct ofork *ofork);
 extern void         of_closevol  (const struct vol *vol);
 extern struct adouble *of_ad     (const struct vol *, struct path *, struct adouble *);
 
-#ifdef HAVE_RENAMEAT
+#ifdef HAVE_ATFUNCS
 extern struct ofork *of_findnameat(int dirfd, struct path *path);
 extern int of_fstatat(int dirfd, struct path *path);
-#endif  /* HAVE_RENAMEAT */
+#endif  /* HAVE_ATFUNCS */
 
 
 /* in fork.c */