diff options
Diffstat (limited to 'app/xauth/config.h.in')
-rw-r--r-- | app/xauth/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/xauth/config.h.in b/app/xauth/config.h.in index 227c22b00..11affed5b 100644 --- a/app/xauth/config.h.in +++ b/app/xauth/config.h.in @@ -30,6 +30,9 @@ /* 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 |