HP/IBM native compilers can't have defines, redefined (these are now in

the compiler command as  -D's)
This commit is contained in:
jdunn%netscape.com 1999-08-24 00:31:38 +00:00
Родитель 68241994a3
Коммит 28c3b62409
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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