Define SMALL_ARG_MAX
From-SVN: r4279
This commit is contained in:
parent
0ad5835e0b
commit
2778eaeaa2
@ -10,6 +10,9 @@
|
||||
|
||||
#define IO_BUFFER_SIZE (0x8000 - 1024)
|
||||
|
||||
/* SCO has a very small ARG_MAX. */
|
||||
#define SMALL_ARG_MAX
|
||||
|
||||
#ifndef __GNUC__
|
||||
/* The SCO compiler gets it wrong, and treats enumerated bitfields
|
||||
as signed quantities, making it impossible to use an 8-bit enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user