From 1b430ef3143d2642ff928ea7eed4c4d91ed58a5d Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Tue, 24 Aug 1999 00:31:38 +0000 Subject: [PATCH] HP/IBM native compilers can't have defines, redefined (these are now in the compiler command as -D's) --- jpeg/jconfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jpeg/jconfig.h b/jpeg/jconfig.h index 4ea5fc7b648..289f956cdeb 100644 --- a/jpeg/jconfig.h +++ b/jpeg/jconfig.h @@ -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