From 987a98446540d5bb9f089e36ee356de930f53600 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 7 Apr 1999 23:00:37 +0000 Subject: [PATCH 1/1] Reran autoheader. --- config.h.in | 14 ++++++++++++++ debian/changelog | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 91238ac..50498da 100644 --- a/config.h.in +++ b/config.h.in @@ -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 @@ -15,11 +18,22 @@ /* 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 diff --git a/debian/changelog b/debian/changelog index 95f4611..6c1c2fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. -- -- 2.30.2