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

This commit is contained in:
cls%seawood.org 1998-09-02 18:52:56 +00:00
parent 9f8482d6ff
commit cea397e3a6

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_ */