diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2018-07-29 05:53:49 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2018-07-29 05:53:49 +0000 |
commit | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (patch) | |
tree | 24e9595e175209972236019508c9ac6b34ec83b9 /config.h.in | |
parent | fd86496b2232c1f79946dc2d21515012a33b6274 (diff) |
Notes
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 92de31f0b1e56..3c8ffa3b0250b 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 |