]> git.sur5r.net Git - openldap/blob - include/ac/errno.h
edeb90764e3bdcb9e8fc7a87a73ba3d8d15a3cb6
[openldap] / include / ac / errno.h
1 /* Generic errno.h */
2
3 #ifndef _AC_ERRNO_H
4 #define _AC_ERRNO_H
5
6 #if defined( HAVE_SYS_ERRNO_H )
7 # include <sys/errno.h>
8 #elif defined( HAVE_ERRNO_H )
9 # include <errno.h>
10 #endif
11
12 /* use _POSIX_VERSION for POSIX.1 code */
13
14 #endif /* _AC_ERRNO_H */