diff options
Diffstat (limited to 'lib/libXfont2/config.h.in')
-rw-r--r-- | lib/libXfont2/config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libXfont2/config.h.in b/lib/libXfont2/config.h.in index abbc2c62c..beb9c8f77 100644 --- a/lib/libXfont2/config.h.in +++ b/lib/libXfont2/config.h.in @@ -27,6 +27,9 @@ /* Define to 1 if you have the `readlink' function. */ #undef HAVE_READLINK +/* Define to 1 if you have the `reallocarray' function. */ +#undef HAVE_REALLOCARRAY + /* Define to 1 if the system has the type `socklen_t'. */ #undef HAVE_SOCKLEN_T @@ -36,12 +39,21 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `strcasecmp' function. */ +#undef HAVE_STRCASECMP + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the <sys/poll.h> header file. */ #undef HAVE_SYS_POLL_H |