* Makefile.in, configure.in, chkpwd.c, acconfig.h: support for
[citadel.git] / citadel / acconfig.h
index ae2811ffbc4395651c3f7a9fc934d0a06a851c4f..20447a49fea4f624d625fb3745a95c13307d3bff 100644 (file)
@@ -4,6 +4,9 @@
 /* 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