openldap/include/ac/unistd.h
1998-09-19 17:43:52 +00:00

13 lines
207 B
C

/* Generic unistd.h */
#ifndef _AC_UNISTD_H
#define _AC_UNISTD_H
#if HAVE_UNISTD_H
# include <sys/types.h>
# include <unistd.h>
#endif
/* use _POSIX_VERSION for POSIX.1 code */
#endif /* _AC_UNISTD_H */