comparison src/os_unix.h @ 1879:e8eeeff19eae v7.2.176

updated for version 7.2-176
author vimboss
date Sat, 16 May 2009 14:41:10 +0000
parents b5c1cb6f8d56
children 5bd06a91c65c
comparison
equal deleted inserted replaced
1878:6ed4a82fcfc6 1879:e8eeeff19eae
51 #if defined(FEAT_GUI) && defined(_AIX) && !defined(_AIX43) && !defined(_NO_PROTO) 51 #if defined(FEAT_GUI) && defined(_AIX) && !defined(_AIX43) && !defined(_NO_PROTO)
52 # define _NO_PROTO 52 # define _NO_PROTO
53 #endif 53 #endif
54 54
55 #ifdef HAVE_UNISTD_H 55 #ifdef HAVE_UNISTD_H
56 # ifndef S_SPLINT_S /* splint crashes on bits/confname.h */ 56 # include <unistd.h>
57 # include <unistd.h>
58 # endif
59 #endif 57 #endif
60 58
61 #ifdef HAVE_LIBC_H 59 #ifdef HAVE_LIBC_H
62 # include <libc.h> /* for NeXT */ 60 # include <libc.h> /* for NeXT */
63 #endif 61 #endif