commit | 843ee41eb8258ac50ed81976757d8b228382a880 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 16:16:41 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 16:16:41 2004 +0000 |
tree | d0fcdff9e19b05b182de1bb1be46b2e6f5b8b0b7 | |
parent | f4b8e57ffd048f9ca46dd7618939ba7a1b2294ec [diff] [blame] |
updated for version 7.0003
diff --git a/src/os_unixx.h b/src/os_unixx.h index 9f4f7eb..abed14d 100644 --- a/src/os_unixx.h +++ b/src/os_unixx.h
@@ -92,6 +92,12 @@ # if defined(HAVE_LIMITS_H) && !defined(_LIMITS_H) # include <limits.h> /* for SYS_NMLN (Sinix 5.41 / Unix SysV.4) */ # endif + +/* Define SYS_NMLN ourselves if it still isn't defined (for CrayT3E). */ +# ifndef SYS_NMLN +# define SYS_NMLN 32 +# endif + # include <sys/systeminfo.h> /* for sysinfo */ #endif