From: ian Date: Wed, 7 Apr 1999 23:00:37 +0000 (+0000) Subject: Reran autoheader. X-Git-Tag: debian_version_0_61_2~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=commitdiff_plain;h=987a98446540d5bb9f089e36ee356de930f53600;hp=26cf1562f35e53b9c54be0887650feef48550343 Reran autoheader. --- 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. --