]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_dhx_passwd.c
Posix/SUS portability cleanup
[netatalk.git] / etc / uams / uams_dhx_passwd.c
index bc91aca60cf80599fd7f069a7658b0b2424d8985..465f28972e6b9eec0ceaf0468f41c9582b25bce6 100644 (file)
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#ifdef NETBSD
-#define _XOPEN_SOURCE 500 /* for crypt() */
-#endif
-#ifdef FREEBSD
-#define _XOPEN_SOURCE /* for crypt() */
-#endif
+#include <atalk/standards.h>
 
 #include <stdio.h>
 #include <stdlib.h>