summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorXavier Roche <roche@httrack.com>2023-01-15 11:00:14 +0100
committerXavier Roche <roche@httrack.com>2023-01-15 11:12:31 +0100
commit9b7ad3c899d3382b8efecf1496e4bd133c41bc0b (patch)
treed0d2771e92d920ac15479e4bcb4f603458dc64b7 /config.h.in
parent4f24477a13e53346577691a0193e588e9ba992aa (diff)
Fixed gl_VISIBILITY hidden dependency
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index e124796..2ec2f7d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -48,6 +48,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