chiark / gitweb /
Reran autoheader.
authorian <ian>
Wed, 7 Apr 1999 23:00:37 +0000 (23:00 +0000)
committerian <ian>
Wed, 7 Apr 1999 23:00:37 +0000 (23:00 +0000)
config.h.in
debian/changelog

index 91238acee35d019c6b948c2f93c571d36a27b2cd..50498dab3f38e4dcb8e24ae7fe734465be70850f 100644 (file)
@@ -3,6 +3,9 @@
 /* Define if EPROTO exists.  */
 #undef HAVE_EPROTO
 
+/* Define if LOG_AUTHPRIV exists.  */
+#undef HAVE_LOG_AUTHPRIV
+
 /* Define if function attributes a la GCC 2.5 and higher are available.  */
 #undef HAVE_GNUC25_ATTRIB
 
 /* Define if printf-format argument lists a la GCC are available.  */
 #undef HAVE_GNUC25_PRINTFFORMAT
 
+/* Define if you have the setenv function.  */
+#undef HAVE_SETENV
+
+/* Define if you have the socket library (-lsocket).  */
+#undef HAVE_LIBSOCKET
+
 /* EPROTO */
 #ifndef HAVE_EPROTO
 #define EPROTO 0
 #endif
 
+/* LOG_AUTHPRIV */
+#ifndef HAVE_LOG_AUTHPRIV
+#define LOG_AUTHPRIV LOG_AUTH
+#endif
+
 /* GNU C attributes. */
 #ifndef FUNCATTR
 #ifdef HAVE_GNUC25_ATTRIB
index 95f4611392b0797c5bd8f155e1c0b304737930fc..6c1c2fe782c24d7ef028fbdd7abb2297b9c79d93 100644 (file)
@@ -13,7 +13,7 @@ userv (0.61.0) unreleased; urgency=low
   * various required #include's were omitted.
   * install rule in Makefile `if ! test ...' changed to `if test ! ...'
 
-  * Reran autoconf, latest version.
+  * Reran autoconf/autoheader, latest version.
 
  --