]> 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 e96390d313e10331564c42afa6f9db6014e51a74..20447a49fea4f624d625fb3745a95c13307d3bff 100644 (file)
@@ -4,5 +4,11 @@
 /* define this to enable the autologin feature */
 #undef ENABLE_AUTOLOGIN
 
-/* define this to enable ANSI color */
-#undef ANSI_COLOR
+/* 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