Added check for HAVE_SYSERRLIST to get rid of redefinition warning when using autoconf.

git-svn-id: svn://10.0.0.236/trunk@9119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 1998-09-02 18:52:56 +00:00
parent ffd0bfbf4a
commit bdceeef8ff

View File

@ -40,8 +40,10 @@ extern int putenv (const char *);
#if defined(LINUX) && defined(__GLIBC__) && (__GLIBC__ >= 2)
#define LINUX_GLIBC_2
#ifndef HAVE_SYSERRLIST
#define HAVE_SYSERRLIST
#endif
#endif
#endif /* __xfe_mozilla_h_ */