mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 09:09:20 -05:00
14 lines
207 B
C
14 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 */
|