home *** CD-ROM | disk | FTP | other *** search
- /* Bruno Haible 1.2.1994 */
-
-
- /* UNIX variants */
-
- /* AC_AIX */
- /* Define if on AIX 3. */
- #undef _ALL_SOURCE
-
- /* AC_ISC_POSIX */
- /* Define if you need to in order for stat and other things to work. */
- #ifndef _POSIX_SOURCE
- #undef _POSIX_SOURCE
- #endif
-
-
- /* compiler characteristics */
-
- /* AC_CONST */
- /* Define this as empty if your compiler doesn't support the `const' keyword. */
- #undef const
-
- /* AC_INLINE */
- /* Define as __inline if that's what the C compiler calls it. */
- #undef inline
-
- /* RL_VOID */
- /* Define this as `char' if your compiler doesn't understand the void type. */
- #undef void
-
-
- /* header files */
-
- /* CL_STDC_HEADERS */
- /* Define if you have the ANSI C header files
- <stdlib.h>, <stdarg.h>, <string.h>, <float.h>, <limits.h>. */
- #undef STDC_HEADERS
-
- /* CL_UNISTD_H */
- /* Define if you have <unistd.h>. */
- #undef HAVE_UNISTD_H
-
- /* CL_OPENFLAGS */
- /* Define if you need <sys/file.h> for using open() flags like O_RDWR. */
- #undef NEED_SYS_FILE_H
-
- /* AC_DIR_HEADER, AC_XENIX_DIR */
- /* How to read directories: */
- /* Define if you have <dirent.h>. */
- #undef DIRENT /* use <dirent.h> */
- /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
- #undef SYSNDIR /* use <sys/ndir.h> */
- /* Define if you don't have <dirent.h>, but have <ndir.h>. */
- #undef NDIR /* use <ndir.h> */
- /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
- #undef SYSDIR /* use <sys/dir.h> */
-
- /* RL_TERM */
- /* Define if you have <termios.h>. */
- #undef HAVE_TERMIOS_H
- /* Define if you have the tcgetattr() function. */
- #undef HAVE_TCGETATTR
- /* Define if you have the tcflow() function. */
- #undef HAVE_TCFLOW
- /* Define if you have <termio.h>. */
- #undef HAVE_TERMIO_H
- /* Define if you have <sys/termio.h>. */
- #undef HAVE_SYS_TERMIO_H
- /* Define if you have <sgtty.h>. */
- #undef HAVE_SGTTY_H
- /* Define if you have <sys/stream.h>. */
- #undef HAVE_SYS_STREAM_H
- /* Define if you have <sys/ptem.h>. */
- #undef HAVE_SYS_PTEM_H
- /* Define if you have the FIONREAD ioctl(). */
- #undef HAVE_FIONREAD
- /* Define if you need <sys/filio.h> for using ioctl's like FIONREAD. */
- #undef NEED_SYS_FILIO_H
- /* Define if you need <sys/ioctl.h> for using ioctl's like FIONREAD. */
- #undef NEED_SYS_IOCTL_H
-
-
- /* typedefs */
-
-
- /* structures and structure members */
-
-
- /* functions */
-
- /* AC_ALLOCA */
- /* Define if you have <alloca.h> and it should be used (not Ultrix). */
- #undef HAVE_ALLOCA_H
-
- /* AC_HAVE_FUNCS(strchr strrchr strpbrk) */
- /* Define if you have the strchr() function. */
- #undef HAVE_STRCHR
- /* Define if you have the strrchr() function. */
- #undef HAVE_STRRCHR
- /* Define if you have the strpbrk() function. */
- #undef HAVE_STRPBRK
-
- /* RL_RETSIGTYPE */
- /* Define if the return type of signal handlers is void. */
- #undef RETSIGTYPE_VOID
-
- /* CL_SIGNALBLOCK */
- /* how to block and unblock signals */
- #undef SIGNALBLOCK_SYSV
- #undef SIGNALBLOCK_POSIX
- #undef SIGNALBLOCK_BSD
-
-