]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_dhx2_passwd.c
Cleanup header checks in configure.in
[netatalk.git] / etc / uams / uams_dhx2_passwd.c
index 0f07333b1afcabe192c2298dc2b1000b2114e1e7..2f3639db2971f0028e90d236fe18bc7092f1e4d1 100644 (file)
 #define _XOPEN_SOURCE /* for crypt() */
 #endif
 
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 #ifdef HAVE_CRYPT_H
 #include <crypt.h>
 #endif
 
-#ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
-#endif
-
-#ifdef HAVE_TIME_H
 #include <time.h>
-#endif
 
 #ifdef SHADOWPW
 #include <shadow.h>