diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-06 05:56:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-06 05:56:16 +0000 |
commit | e7c32e7b40bd374b1c681283a6d6d2487ea128e5 (patch) | |
tree | 8ed2bf571976a77058511e44c9a9a056ebd92727 /app/xauth/config.h.in | |
parent | 0afc7efb753333ab3cc93a6332bbe221008e6970 (diff) |
update to xauth 1.0.5
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 |