summaryrefslogtreecommitdiff
path: root/source/lib/replace/system/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/replace/system/network.h')
-rw-r--r--source/lib/replace/system/network.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/lib/replace/system/network.h b/source/lib/replace/system/network.h
index 13d95a8ba7b..7469040b283 100644
--- a/source/lib/replace/system/network.h
+++ b/source/lib/replace/system/network.h
@@ -98,14 +98,6 @@ char *rep_inet_ntoa(struct in_addr ip);
#define MSG_WAITALL 0
#endif
-/*
- * Some older systems seem not to have MAXHOSTNAMELEN
- * defined.
- */
-#ifndef MAXHOSTNAMELEN
-#define MAXHOSTNAMELEN 254
-#endif
-
#ifndef INADDR_LOOPBACK
#define INADDR_LOOPBACK 0x7f000001
#endif