X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=d7044fcaab104aae7523d80cfd3c0909d9137f7f;hb=469fd1d95b2528212a46b155cb115c078de4228f;hp=1984cee58db302bc3c587915535b3fc0c1a6cdc9;hpb=8dea8d37a13fcc615daba3375809900f04a2e5a2;p=secnet.git diff --git a/config.h.in b/config.h.in index 1984cee..d7044fc 100644 --- a/config.h.in +++ b/config.h.in @@ -79,6 +79,15 @@ /* Define if you have the gnugetopt library (-lgnugetopt). */ #undef HAVE_LIBGNUGETOPT + +/* Define if you have the nsl library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define if you have the resolv library (-lresolv). */ +#undef HAVE_LIBRESOLV + +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET /* -*- c -*- */ /* These are from config.h.bot, pasted onto the end of config.h.in. */ @@ -125,6 +134,8 @@ typedef unsigned char uint8_t; #endif #ifndef HAVE_SNPRINTF +#include +#include #include "snprintf.h" #endif