Fix for bug 288397 - just remove definition of MAXHOSTNAMELEN since it is not used anywhere

This commit is contained in:
richm%stanfordalumni.org 2005-04-25 20:03:40 +00:00
Родитель 9d35a22086
Коммит a4199fa9ce
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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