]> git.marmaro.de Git - mmh/blobdiff - config.h.in
* Added autoconf test for Miquel van Smoorenburg's liblockfile
[mmh] / config.h.in
index a97210fbed62c742952f41b8792efae2f0c8ac6f..4f3b78dbfe4bd3e03389e7190b5fb177b7830aa5 100644 (file)
  */
 #undef POP
 
+/*
+ * Define this to compile client-side support for apop into
+ * inc and msgchk. Do not change this value manually. You
+ * must run configure with the '--enable-apop' option to
+ * correctly build the apop client support.
+ */
+#undef APOP
+
 /*
  * Define this to compile client-side support for kpop
  * (kerberized pop) into inc and msgchk.  Do not change this
  */
 #undef MAILGROUP
 
-/* Define ruserpass as _ruserpass if your libraries have a bug *
- * such that it can't find ruserpass, but can find _ruserpass. */
-#undef ruserpass
-
 /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
 #undef GWINSZ_IN_SYS_IOCTL
 
    in libc.a the way AIX 4.1 does. */
 #undef HAVE_SNPRINTF_PROTOTYPE
 
+/* Define if you have the getutent function.  */
+#undef HAVE_GETUTENT
+
 /* Define if you have the killpg function.  */
 #undef HAVE_KILLPG
 
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H
 
+/* Define if you have the lockfile library (-llockfile).  */
+#undef HAVE_LIBLOCKFILE
+
 /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM