mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
13 lines
207 B
C
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 */
|