diff options
Diffstat (limited to 'libXaw/config.h.in')
-rw-r--r-- | libXaw/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libXaw/config.h.in b/libXaw/config.h.in index ed14832d4..47734f6df 100644 --- a/libXaw/config.h.in +++ b/libXaw/config.h.in @@ -12,6 +12,9 @@ /* Define to 1 if you have the `iswalnum' function. */ #undef HAVE_ISWALNUM +/* 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 @@ -49,9 +52,6 @@ */ #undef LT_OBJDIR -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -#undef NO_MINUS_C_MINUS_O - /* Name of package */ #undef PACKAGE |