diff options
author | Xavier Roche <roche@httrack.com> | 2023-01-15 11:00:14 +0100 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2023-01-15 11:12:31 +0100 |
commit | 9b7ad3c899d3382b8efecf1496e4bd133c41bc0b (patch) | |
tree | d0d2771e92d920ac15479e4bcb4f603458dc64b7 /config.h.in | |
parent | 4f24477a13e53346577691a0193e588e9ba992aa (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.in | 4 |
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 |