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

the compiler command as  -D's)


git-svn-id: svn://10.0.0.236/trunk@44179 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
1999-08-24 00:31:38 +00:00
parent 0a1b65a323
commit 54cfedfb1a

View File

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