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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user