summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2001-08-26 16:46:23 +0200
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:27 +0100
commita8b3b04bf490c419c3be5d55fd26e092edccfb8f (patch)
tree851ae0e237f454b06d51a0700c82cfb5722725cd /config.h
parentbd5fd88c6bb2b9d56f9c359c351a30e52c0a4c18 (diff)
downloadwhois-a8b3b04bf490c419c3be5d55fd26e092edccfb8f.tar.gz
Imported Debian version 4.5.8v4.5.8
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.h b/config.h
index f27a597..db0f1f9 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,6 @@
/* Program version */
/* not for the inetutils version */
-#define VERSION "4.5.7"
+#define VERSION "4.5.8"
/* Configurable features */
@@ -22,6 +22,12 @@
# endif
#endif
+/* needs unistd.h */
+#ifdef _ISO_CPP_14882_1998
+/* Solaris 8 and better. What else? */
+# define HAVE_GETADDRINFO
+#endif
+
/* system features */
#ifdef ENABLE_NLS
# ifndef NLS_CAT_NAME