diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in index fbc49c1d151a..e3cad6190843 100644 --- a/config.h.in +++ b/config.h.in @@ -102,9 +102,6 @@ /* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */ #undef HAVE_LINUX_USBDEVICE_FS_H -/* Define to 1 if you have the <linux/wireless.h> header file. */ -#undef HAVE_LINUX_WIRELESS_H - /* Define to 1 if you have the <netpacket/packet.h> header file. */ #undef HAVE_NETPACKET_PACKET_H @@ -138,7 +135,7 @@ /* Use OpenSSL */ #undef HAVE_OPENSSL -/* if there's an os_proto.h for this platform, to use additional prototypes */ +/* if there's an os-proto.h for this platform, to use additional prototypes */ #undef HAVE_OS_PROTO_H /* Define to 1 if you have a POSIX-style `strerror_r' function. */ @@ -256,6 +253,9 @@ /* Define to 1 if you have the `vsyslog' function. */ #undef HAVE_VSYSLOG +/* Define to 1 if you have the <zone.h> header file. */ +#undef HAVE_ZONE_H + /* Define to 1 if you have the `_wcserror_s' function. */ #undef HAVE__WCSERROR_S |
