summaryrefslogtreecommitdiff
path: root/source4/lib/replace/system
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-08 01:39:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:37 -0500
commitd0f3d4a2f1c674f6b07b6ec4640a2c8d033bad2a (patch)
tree80e5b3e365cb58ba03da557136585a31c67c33f4 /source4/lib/replace/system
parentb9c829b7d9d70fd8dcb890db9d7e35c7ab216fcf (diff)
downloadsamba-d0f3d4a2f1c674f6b07b6ec4640a2c8d033bad2a.tar.gz
samba-d0f3d4a2f1c674f6b07b6ec4640a2c8d033bad2a.tar.bz2
samba-d0f3d4a2f1c674f6b07b6ec4640a2c8d033bad2a.zip
r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of
sys/param.h. (This used to be commit 7016d500287ae587d044744f2a318c402148ebea)
Diffstat (limited to 'source4/lib/replace/system')
-rw-r--r--source4/lib/replace/system/network.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h
index 13d95a8ba7..7469040b28 100644
--- a/source4/lib/replace/system/network.h
+++ b/source4/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