diff options
-rw-r--r-- | epoc/epocish.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epoc/epocish.h b/epoc/epocish.h index e365fa2c25..ae4970fc3a 100644 --- a/epoc/epocish.h +++ b/epoc/epocish.h @@ -143,3 +143,6 @@ double epoc_atof( const char *ptr); #define init_os_extras Perl_init_os_extras #define NO_ENVIRON_ARRAY + +#define ARG_MAX 4096 + |