]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
[citadel.git] / citadel / acconfig.h
index 7c4fdb60687f942d3e18e1a97a7b7c26f32287a8..20447a49fea4f624d625fb3745a95c13307d3bff 100644 (file)
@@ -3,3 +3,12 @@
 
 /* define this to enable the autologin feature */
 #undef ENABLE_AUTOLOGIN
+
+/* define this to enable use of the chkpwd program (for shadow passwords) */
+#undef ENABLE_CHKPWD
+
+/* define this if struct utmp has an ut_type member */
+#undef HAVE_UT_TYPE
+
+/* define this if the OS has broken non-reentrant gethostby{name,addr}() */
+#undef HAVE_NONREENTRANT_NETDB