From 54cfedfb1ad2db0e915c8b8ffc0ead4e0a266624 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) git-svn-id: svn://10.0.0.236/trunk@44179 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/jpeg/jconfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/jpeg/jconfig.h b/mozilla/jpeg/jconfig.h index 4ea5fc7b648..289f956cdeb 100644 --- a/mozilla/jpeg/jconfig.h +++ b/mozilla/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