Added check for HAVE_SYSERRLIST to get rid of redefinition warning when using autoconf.
This commit is contained in:
Родитель
ef1116ba46
Коммит
6fc18e4898
|
@ -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_ */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче