do not define HAVE_BIND by default -- let builders do it
This commit is contained in:
parent
3d5a4955ad
commit
d0ec781df1
2
netcat.c
2
netcat.c
|
@ -31,7 +31,7 @@
|
|||
/* conditional includes -- a very messy section which you may have to dink
|
||||
for your own architecture [and please send diffs...]: */
|
||||
/* #undef _POSIX_SOURCE */ /* might need this for something? */
|
||||
#define HAVE_BIND /* ASSUMPTION -- seems to work everywhere! */
|
||||
/* #define HAVE_BIND */ /* ASSUMPTION -- seems to work everywhere! */
|
||||
#define HAVE_HELP /* undefine if you dont want the help text */
|
||||
/* #define ANAL */ /* if you want case-sensitive DNS matching */
|
||||
|
||||
|
|
Loading…
Reference in New Issue