summaryrefslogtreecommitdiff
path: root/libguile/net_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/net_db.c')
-rw-r--r--libguile/net_db.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libguile/net_db.c b/libguile/net_db.c
index eb0c4c3eb..bcba18ebd 100644
--- a/libguile/net_db.c
+++ b/libguile/net_db.c
@@ -73,17 +73,6 @@ extern int h_errno;
extern const char *hstrerror (int);
#endif
-/* NetBSD 5.0 lacks the following flags. */
-#ifndef AI_ALL
-# define AI_ALL 0
-#endif
-#ifndef AI_V4MAPPED
-# define AI_V4MAPPED 0
-#endif
-#ifndef AI_ADDRCONFIG
-# define AI_ADDRCONFIG 0
-#endif
-
SCM_SYMBOL (scm_host_not_found_key, "host-not-found");