X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ad5239f246911676f87e31482dbc66edec5a2ab0..c0601d1e22c5c3749ea94c1c4359f9223b732fe4:/src/config.h.in?ds=sidebyside diff --git a/src/config.h.in b/src/config.h.in index f12c13f..855a78f 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