diff options
author | Marco d'Itri <md@linux.it> | 2000-06-04 20:00:20 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:27 +0100 |
commit | d4170f18798b33c454063395b9346eef7c1490c5 (patch) | |
tree | 9428f3113b5b956240114b65f31aa6a404a22600 /config.h | |
parent | 6d3af40a958d3847456488393dc6e614e7c7cb5b (diff) | |
download | whois-d4170f18798b33c454063395b9346eef7c1490c5.tar.gz |
Imported Debian version 4.4.14v4.4.14
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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" |