X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=config.h.in;h=50498dab3f38e4dcb8e24ae7fe734465be70850f;hp=91238acee35d019c6b948c2f93c571d36a27b2cd;hb=c7ad3b51358d0b7704e5670d973ad1a376caf4e1;hpb=fe7db348221a33fd856c06fb140201458c95d1ef 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