X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/93626d45a3b31958acf01e1614477b83af5b60a6..f71a53ab6e251712c26a11c0b373d41014f775d5:/gameserv/config.h.in diff --git a/gameserv/config.h.in b/gameserv/config.h.in index df91fef..45ea0b2 100644 --- a/gameserv/config.h.in +++ b/gameserv/config.h.in @@ -9,6 +9,9 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + /* Define if you have the socket function. */ #undef HAVE_SOCKET @@ -35,3 +38,6 @@ /* Define if you have the crypt library (-lcrypt). */ #undef HAVE_LIBCRYPT + +/* Define if you have the gethostbyname function. */ +#undef HAVE_GETHOSTBYNAME