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:
parent
ffd0bfbf4a
commit
bdceeef8ff
@ -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_ */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user