X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/cfac2b69e8dd9f830e083b7c7d495dfdaf6092f6..c62545167c06c1d9fc57ba44f840735727c163e7:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index f12c13f..1d4921a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -288,6 +288,9 @@ /* Define to disable built-in getopt library */ #undef IGNORE_GETOPT +/* Name of package */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -300,6 +303,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -323,6 +329,9 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* Version number of package */ +#undef VERSION + /* Define if using the epoll I/O backend */ #undef WITH_IOSET_EPOLL @@ -371,5 +380,8 @@ #undef inline #endif +/* Define to `unsigned int' if does not define. */ +#undef size_t + /* type to use in place of socklen_t if not defined */ #undef socklen_t