diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-03-08 09:49:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-03-08 09:49:04 +0000 |
commit | 061e92e4a6f2f9fa15a245361552486af2b55090 (patch) | |
tree | bf705f56fc390670eb34ee437cacb615e780d954 /app/xauth/config.h.in | |
parent | 2eff261421c331bc8f4a1037dc2822f03e098939 (diff) |
regen
Diffstat (limited to 'app/xauth/config.h.in')
-rw-r--r-- | app/xauth/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/xauth/config.h.in b/app/xauth/config.h.in index 4320e129e..227c22b00 100644 --- a/app/xauth/config.h.in +++ b/app/xauth/config.h.in @@ -6,12 +6,18 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ +#undef HAVE_LIBWS2_32 + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the <net/errno.h> header file. */ #undef HAVE_NET_ERRNO_H +/* Define to 1 if the system has the type `socklen_t'. */ +#undef HAVE_SOCKLEN_T + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |