]> arthur.barton.de Git - netatalk.git/blobdiff - configure.ac
Posix/SUS portability cleanup
[netatalk.git] / configure.ac
index e9facb2f13686ed6de9544c19b58a1f74977cd0c..05711b088fec84b69a4cd3d24ad81fa3cf9dee19 100644 (file)
@@ -756,8 +756,10 @@ fi
 dnl ----- OpenBSD specific -----
 if test x"$this_os" = "xopenbsd"; then 
        AC_MSG_RESULT([ * OpenBSD specific configuration])
+    AC_DEFINE(BSD4_4, 1, [BSD compatiblity macro])
        dnl ----- OpenBSD does not have crypt.h, uses unistd.h -----
        AC_DEFINE(UAM_DHX, 1, [Define if the DHX UAM modules should be compiled])
+    AC_DEFINE(NO_DDP, 1, [Define if DDP should be disabled])
 fi
 
 dnl ----- Solaris specific -----