summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2000-06-04 20:00:20 +0200
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:27 +0100
commitd4170f18798b33c454063395b9346eef7c1490c5 (patch)
tree9428f3113b5b956240114b65f31aa6a404a22600 /config.h
parent6d3af40a958d3847456488393dc6e614e7c7cb5b (diff)
downloadwhois-d4170f18798b33c454063395b9346eef7c1490c5.tar.gz
Imported Debian version 4.4.14v4.4.14
Diffstat (limited to 'config.h')
-rw-r--r--config.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/config.h b/config.h
index 7f45145..47d9318 100644
--- a/config.h
+++ b/config.h
@@ -1,14 +1,17 @@
+/* Program version */
+#define VERSION "4.4.13"
+
/* Configurable features */
/* 6bone referto: support */
#define EXT_6BONE
-/* Suppress lame Internic disclaimer */
+/* Suppress lame NSI disclaimer */
#define HIDE_DISCL
-/* Program version */
-#define VERSION "4.4.1"
+/* Always ask INTERNIC about gTLDs */
+#define FIRST_ASK_INTERNIC
-/* String sent to RIPE servers - ONLY FIVE CHARACTERS! */
-#define IDSTRING "Md4.4"
+/* Default server */
+#define DEFAULTSERVER "whois.internic.net"