remove embedded /* in comments

This commit is contained in:
Mike Frysinger 2009-03-06 01:21:49 +00:00
parent 7ed164285c
commit 3d5a4955ad

View File

@ -30,10 +30,10 @@
/* 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? */
/* #undef _POSIX_SOURCE */ /* might need this for something? */
#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 */
/* #define ANAL */ /* if you want case-sensitive DNS matching */
#ifdef HAVE_STDLIB_H
#include <stdlib.h>