remove embedded /* in comments
This commit is contained in:
parent
7ed164285c
commit
3d5a4955ad
4
netcat.c
4
netcat.c
@ -30,10 +30,10 @@
|
|||||||
|
|
||||||
/* conditional includes -- a very messy section which you may have to dink
|
/* conditional includes -- a very messy section which you may have to dink
|
||||||
for your own architecture [and please send diffs...]: */
|
for your own architecture [and please send diffs...]: */
|
||||||
/* #undef _POSIX_SOURCE /* might need this for something? */
|
/* #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 HAVE_HELP /* undefine if you dont want the help text */
|
||||||
/* #define ANAL /* if you want case-sensitive DNS matching */
|
/* #define ANAL */ /* if you want case-sensitive DNS matching */
|
||||||
|
|
||||||
#ifdef HAVE_STDLIB_H
|
#ifdef HAVE_STDLIB_H
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user