diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:58:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:58:33 +0000 |
commit | 9f44b4d1f0efb45bbaff8266122df71ca15d7035 (patch) | |
tree | cf9493f347f261263934b5b7b6befed19e44b2ca /lib/libXmu/config.h.in | |
parent | 735d1846d5f5f81e95fa0c89a8507adade2e6c3c (diff) |
Update to libXmu 1.1.3
Diffstat (limited to 'lib/libXmu/config.h.in')
-rw-r--r-- | lib/libXmu/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libXmu/config.h.in b/lib/libXmu/config.h.in index a3a7287e5..117bcca1f 100644 --- a/lib/libXmu/config.h.in +++ b/lib/libXmu/config.h.in @@ -24,12 +24,18 @@ /* 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 `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |