summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2001-03-07 00:45:33 +0100
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:27 +0100
commitea3543984abefe28dfc377e54a4c3344bbc1d664 (patch)
tree119244bca74fa2e62f5720272d7d2eb37a35309b /config.h
parentd4170f18798b33c454063395b9346eef7c1490c5 (diff)
downloadwhois-ea3543984abefe28dfc377e54a4c3344bbc1d664.tar.gz
Imported Debian version 4.5.4v4.5.4
Diffstat (limited to 'config.h')
-rw-r--r--config.h19
1 files changed, 13 insertions, 6 deletions
diff --git a/config.h b/config.h
index 47d9318..1ede07b 100644
--- a/config.h
+++ b/config.h
@@ -1,17 +1,24 @@
/* Program version */
-#define VERSION "4.4.13"
+/* not for the inetutils version */
+#define VERSION "4.5.4"
/* Configurable features */
/* 6bone referto: support */
#define EXT_6BONE
-/* Suppress lame NSI disclaimer */
-#define HIDE_DISCL
-
-/* Always ask INTERNIC about gTLDs */
-#define FIRST_ASK_INTERNIC
+/* Always hide legal disclaimers */
+#undef ALWAYS_HIDE_DISCL
/* Default server */
#define DEFAULTSERVER "whois.internic.net"
+/* not for the inetutils version */
+#ifdef linux
+# define ENABLE_NLS
+# define HAVE_GETOPT_LONG
+# if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1
+# define HAVE_GETADDRINFO
+# endif
+#endif
+