/* Generic unistd.h */ #ifndef _AC_UNISTD_H #define _AC_UNISTD_H #if HAVE_SYS_TYPES_H # include #endif #if HAVE_UNISTD_H # include #endif /* getopt() defines may be in separate include file */ #if HAVE_GETOPT_H # include #endif #ifndef HAVE_GETOPT /* no getopt, assume we need getopt-compat.h */ # include #endif /* use _POSIX_VERSION for POSIX.1 code */ #endif /* _AC_UNISTD_H */