Commit 3731dc0c by Jason Merrill

Add defines.

From-SVN: r9379
parent 15d23f2b
......@@ -64,3 +64,15 @@ extern void *malloc (), *realloc (), *calloc ();
#ifndef inhibit_libc
#include "string.h"
#endif
/* OSF/1 has vprintf. */
#define HAVE_VPRINTF
/* OSF/1 has putenv. */
#define HAVE_PUTENV
/* OSF/1 is POSIX.1 compliant. */
#define POSIX
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment