home *** CD-ROM | disk | FTP | other *** search
- /* c-auto.h.in: template for c-auto.h. */
-
- /* These are needed on some Unix variants to get POSIX facilities. */
- #undef _ALL_SOURCE
- #undef _MINIX
- #undef _POSIX_SOURCE
- #undef _POSIX_1_SOURCE
-
- /* Define if your system has <dirent.h>. */
- #undef DIRENT
-
- /* Define if your system has <sys/ndir.h>. */
- #undef SYSNDIR
-
- /* Define if the directory library header declares closedir as void. */
- #undef VOID_CLOSEDIR
-
- /* Define if your system lacks <limits.h>. */
- #undef LIMITS_H_MISSING
-
- /* Likewise, for <float.h>. */
- #undef FLOAT_H_MISSING
-
- /* Define if <string.h> does not declare memcmp etc., and <memory.h> does. */
- #undef NEED_MEMORY_H
-
- /* Define if your system has ANSI C header files: <stdlib.h>, etc. */
- #undef STDC_HEADERS
-
- /* Define if your system has <unistd.h>. */
- #undef HAVE_UNISTD_H
-
- /* Define if your system lacks rindex, bzero, etc. */
- #undef USG
-
-