Commit 7ae4fbf9 by Richard Stallman

(SMALL_ARG_MAX): Defined.

From-SVN: r4683
parent d6272e45
...@@ -7,3 +7,7 @@ ...@@ -7,3 +7,7 @@
#ifndef __GNUC__ #ifndef __GNUC__
#define USE_C_ALLOCA #define USE_C_ALLOCA
#endif #endif
/* Univel, at least, has a small ARG_MAX. Defining this is harmless
except for causing extra stat calls in the driver program. */
#define SMALL_ARG_MAX
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