diff options
Diffstat (limited to 'lib/libFS/config.h.in')
-rw-r--r-- | lib/libFS/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libFS/config.h.in b/lib/libFS/config.h.in index e76df5d53..9cba56b11 100644 --- a/lib/libFS/config.h.in +++ b/lib/libFS/config.h.in @@ -9,9 +9,15 @@ /* 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 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 |