/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 to get debugging info */ /* #undef DEBUG */ /* Define if your getopt() correctly understands double colons in the option string */ #define GETOPT_GROKS_OPTIONAL_ARGS 1 /* Define to 1 if you have the header file. */ #define HAVE_CURSES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 /* Define to 1 if you have the `getopt_long' function. */ #define HAVE_GETOPT_LONG 1 /* Define if you have _GNU_SOURCE getpt() */ #define HAVE_GETPT 1 /* Define to 1 if you have the `getpty' function. */ /* #undef HAVE_GETPTY */ /* Define to 1 if you have the `grantpt' function. */ #define HAVE_GRANTPT 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `isastream' function. */ #define HAVE_ISASTREAM 1 /* Define to 1 if you have the `util' library (-lutil). */ #define HAVE_LIBUTIL 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `mkstemp' function. */ #define HAVE_MKSTEMP 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_TERM_H */ /* Define to 1 if you have the `openpty' function. */ #define HAVE_OPENPTY 1 /* Define to 1 if /proc//cwd is a link to working directory of process */ #define HAVE_PROC_PID_CWD 1 /* Define to 1 if you have the header file. */ #define HAVE_PTY_H 1 /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 /* Define to 1 if you have the `readlink' function. */ #define HAVE_READLINK 1 /* Define to 1 if your readline lib has rl_readline_version */ #define HAVE_RL_READLINE_VERSION 1 /* Define to 1 if your readline lib has rl_variable_value() */ #define HAVE_RL_VARIABLE_VALUE 1 /* Define to 1 if you have the header file. */ #define HAVE_SCHED_H 1 /* Define to 1 if you have the `sched_yield' function. */ #define HAVE_SCHED_YIELD 1 /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the `setenv' function. */ #define HAVE_SETENV 1 /* Define to 1 if you have the `setsid' function. */ #define HAVE_SETSID 1 /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strlcat' function. */ /* #undef HAVE_STRLCAT */ /* Define to 1 if you have the `strlcpy' function. */ /* #undef HAVE_STRLCPY */ /* Define to 1 if you have the `strnlen' function. */ #define HAVE_STRNLEN 1 /* Define to 1 if you have the `system' function. */ #define HAVE_SYSTEM 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define to 1 if you need term.h */ #define HAVE_TERM_H /* Define to 1 if you have the header file. */ #define HAVE_TIME_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `unlockpt' function. */ #define HAVE_UNLOCKPT 1 /* Define to 1 to use homegrown_redisplay() */ /* #undef HOMEGROWN_REDISPLAY */ /* Name of package */ #define PACKAGE "rlwrap" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define for first char in devptyXX */ #define PTYCHAR1 "pqrs" /* Define for second char in devptyXX */ #define PTYCHAR2 "0123456789abcdef" /* Define for this pty type */ /* #undef PTYS_ARE_CLONE */ /* Define for this pty type */ /* #undef PTYS_ARE_GETPT */ /* Define for this pty type */ /* #undef PTYS_ARE_GETPTY */ /* Define for this pty type */ /* #undef PTYS_ARE_NUMERIC */ /* Define for this pty type */ #define PTYS_ARE_OPENPTY 1 /* Define for this pty type */ /* #undef PTYS_ARE_PTC */ /* Define for this pty type */ /* #undef PTYS_ARE_PTMX */ /* Define for this pty type */ /* #undef PTYS_ARE_SEARCHED */ /* Define for this pty type */ /* #undef PTYS_ARE__GETPTY */ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* Define to 1 to use private _rl_horizontal_scroll_mode */ #define SPY_ON_READLINE 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION "0.30" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `int' if does not define. */ /* #undef pid_t */