summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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"