diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 92de31f0b1e5..3c8ffa3b0250 100644 --- a/config.h.in +++ b/config.h.in @@ -230,6 +230,10 @@ /* Define to 1 if you have the <vfork.h> header file. */ #undef HAVE_VFORK_H +/* Define to 1 or 0, depending whether the compiler supports simple visibility + declarations. */ +#undef HAVE_VISIBILITY + /* Define to 1 if you have the <wchar.h> header file. */ #undef HAVE_WCHAR_H @@ -263,9 +267,6 @@ <sysmacros.h>. */ #undef MAJOR_IN_SYSMACROS -/* 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 |