diff options
Diffstat (limited to 'libX11/src/config.h.in')
-rw-r--r-- | libX11/src/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libX11/src/config.h.in b/libX11/src/config.h.in index dad2901a0..12ed0ac75 100644 --- a/libX11/src/config.h.in +++ b/libX11/src/config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the `strtol' function. */ #undef HAVE_STRTOL +/* Define to 1 if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H @@ -108,6 +111,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 |