]> 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 64357ff50ef1042261b67c37d363399addf62206..20447a49fea4f624d625fb3745a95c13307d3bff 100644 (file)
@@ -4,5 +4,11 @@
 /* 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