зеркало из https://github.com/mozilla/gecko-dev.git
HP/IBM native compilers can't have defines, redefined (these are now in
the compiler command as -D's)
This commit is contained in:
Родитель
68241994a3
Коммит
28c3b62409
|
@ -30,8 +30,12 @@
|
|||
#define HAVE_UNSIGNED_SHORT
|
||||
/* #define void char */
|
||||
/* #define const */
|
||||
#ifndef HAVE_STDDEF_H
|
||||
#define HAVE_STDDEF_H
|
||||
#endif /* HAVE_STDDEF_H */
|
||||
#ifndef HAVE_STDLIB_H
|
||||
#define HAVE_STDLIB_H
|
||||
#endif /* HAVE_STDLIB_H */
|
||||
#undef NEED_BSD_STRINGS
|
||||
#undef NEED_SYS_TYPES_H
|
||||
#undef NEED_FAR_POINTERS
|
||||
|
|
Загрузка…
Ссылка в новой задаче