mirror of
https://github.com/rfc1036/whois.git
synced 2026-04-03 06:40:52 +00:00
25 lines
471 B
C
25 lines
471 B
C
/* Program version */
|
|
/* not for the inetutils version */
|
|
#define VERSION "4.5.6"
|
|
|
|
/* Configurable features */
|
|
|
|
/* 6bone referto: support */
|
|
#define EXT_6BONE
|
|
|
|
/* 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
|
|
|