diff options
Diffstat (limited to 'lib/libXfont/config.h.in')
-rw-r--r-- | lib/libXfont/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libXfont/config.h.in b/lib/libXfont/config.h.in index c1a029b08..ff0fdce7b 100644 --- a/lib/libXfont/config.h.in +++ b/lib/libXfont/config.h.in @@ -24,6 +24,9 @@ /* Define to 1 if you have the <poll.h> header file. */ #undef HAVE_POLL_H +/* Define to 1 if you have the `readlink' function. */ +#undef HAVE_READLINK + /* Define to 1 if the system has the type `socklen_t'. */ #undef HAVE_SOCKLEN_T @@ -76,6 +79,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 |