]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afprun.c
Cleanup header checks in configure.in
[netatalk.git] / etc / afpd / afprun.c
index cd506a58ca2aadce8f13238aa4eb451f496b97ee..74a732e60bdd3a2359754aceb162d1bc58606342 100644 (file)
 
 #include <stdio.h>
 #include <stdlib.h>
-
 #include <sys/types.h>
-#define __USE_GNU 1
+/* #define __USE_GNU 1 */
 #include <unistd.h>
 
 #include <errno.h>
-
-#ifdef HAVE_SYS_WAIT_H 
 #include <sys/wait.h>
-#endif
-
 #include <sys/param.h>  
 #include <string.h>