diff options
Diffstat (limited to 'Src/system.h')
-rw-r--r-- | Src/system.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h index 1810c525f..2ed75b621 100644 --- a/Src/system.h +++ b/Src/system.h @@ -220,6 +220,9 @@ struct timezone { # define OPEN_MAX 64 # endif #endif +#ifndef HAVE_SYSCONF +# define zopenmax() (long) OPEN_MAX +#endif #ifdef HAVE_FCNTL_H # include <fcntl.h> |