diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-23 15:28:55 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-23 15:28:55 +0000 |
commit | 6ba50a2001bcfa1b467f69985a002fc064d8c807 (patch) | |
tree | 286e3d8e4c7a3cd3b426563187a6c0f371c4538d /config.h.in | |
parent | 9315f64b6e8b6c1d986d90ffa207008d29b45c06 (diff) |
Added symbol visibility features to the build to hide internal symbols (GCC)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 796e82f..8e513b3 100644 --- a/config.h.in +++ b/config.h.in @@ -42,6 +42,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 or 0, depending whether the compiler supports simple visibility + declarations. */ +#undef HAVE_VISIBILITY + /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF |