From 391eab0f59ff3663792cd20114a04f64a8fd5ef2 Mon Sep 17 00:00:00 2001 From: "richm%stanfordalumni.org" Date: Mon, 25 Apr 2005 20:03:40 +0000 Subject: [PATCH] Fix for bug 288397 - just remove definition of MAXHOSTNAMELEN since it is not used anywhere git-svn-id: svn://10.0.0.236/trunk@172698 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/c-sdk/ldap/libraries/libldap/open.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/directory/c-sdk/ldap/libraries/libldap/open.c b/mozilla/directory/c-sdk/ldap/libraries/libldap/open.c index 6608b238225..bd68f0a357b 100644 --- a/mozilla/directory/c-sdk/ldap/libraries/libldap/open.c +++ b/mozilla/directory/c-sdk/ldap/libraries/libldap/open.c @@ -56,10 +56,6 @@ static char copyright[] = "@(#) Copyright (c) 1995 Regents of the University of #define INADDR_LOOPBACK ((unsigned long) 0x7f000001) #endif -#ifndef MAXHOSTNAMELEN -#define MAXHOSTNAMELEN 64 -#endif - #ifdef LDAP_DEBUG int ldap_debug = 0; #endif