summaryrefslogtreecommitdiff
path: root/netcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'netcat.c')
-rw-r--r--netcat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/netcat.c b/netcat.c
index 16a58a5..722416e 100644
--- a/netcat.c
+++ b/netcat.c
@@ -33,7 +33,9 @@
#if 0
#undef _POSIX_SOURCE /* might need this for something? */
#endif
+#if !defined(ANDROID)
#define HAVE_BIND /* ASSUMPTION -- seems to work everywhere! */
+#endif
#define HAVE_HELP /* undefine if you dont want the help text */
#if 0
#define ANAL /* if you want case-sensitive DNS matching */