Additional fix for bug # 81584 - strtok use and STRTOK on Linux.

This commit is contained in:
mcs%netscape.com 2002-04-18 20:12:30 +00:00
Родитель 768176de29
Коммит 34134923f2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -328,7 +328,7 @@ typedef char GETHOSTBYNAME_buf_t [BUFSIZ /* XXX might be too small */];
#else
#define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l )
#endif
#if defined(hpux9) || defined(LINUX1_2) || defined(SUNOS4) || defined(SNI) || \
#if defined(hpux9) || defined(SUNOS4) || defined(SNI) || \
defined(SCOOS) || defined(BSDI) || defined(NCR) || defined(VMS) || \
defined(NEC) || (defined(LINUX) && __GNU_LIBRARY__ != 6) || \
(defined(AIX) && !defined(USE_REENTRANT_LIBC))