/* common/config.h. Generated by configure. */ /* common/config.h.in. Generated from etc/configure.in by autoheader. */ /* * vii - buffer and display output * Copyright (C) 1995, 1999, 2003, 2005 Peter Miller * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. * * MANIFEST: template common/config.h file * * @configure_input@ */ #ifndef COMMON_CONFIG_H #define COMMON_CONFIG_H /* Set this to be the absolute path of a Bourne shell which understands functions. */ #define CONF_SHELL "/bin/sh" /* Set this to a suitable argument for the getpgrp function to discover the process group of the current process. */ #define CONF_getpgrp_arg /* Define to 1 if you have the `getpgrp' function. */ #define HAVE_GETPGRP 1 /* Define to 1 if you have the <inttypes.h> header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `isendwin' function. */ #define HAVE_ISENDWIN 1 /* Define to 1 if you have the `curses' library (-lcurses). */ #define HAVE_LIBCURSES 1 /* Define to 1 if you have the `ncurses' library (-lncurses). */ /* #undef HAVE_LIBNCURSES */ /* Define to 1 if you have the `termcap' library (-ltermcap). */ #define HAVE_LIBTERMCAP 1 /* Define to 1 if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you support file names longer than 14 characters. */ #define HAVE_LONG_FILE_NAMES 1 /* Define to 1 if you have the <memory.h> header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `poll' function. */ #define HAVE_POLL 1 /* Define to 1 if you have the <poll.h> header file. */ #define HAVE_POLL_H 1 /* Define to 1 if you have the `psignal' function. */ #define HAVE_PSIGNAL 1 /* Define to 1 if you have the `sigsetmask' function. */ #define HAVE_SIGSETMASK 1 /* Define this symbol of your system has <stdarg.h> AND it works. */ #define HAVE_STDARG_H 1 /* Define to 1 if you have the <stddef.h> header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the <stdint.h> header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the <stdlib.h> header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* Define to 1 if you have the <strings.h> header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the <string.h> header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the <sys/stat.h> header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the <sys/types.h> header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the `tcgetpgrp' function. */ #define HAVE_TCGETPGRP 1 /* Define to 1 if you have the <unistd.h> header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `_endwin' function. */ /* #undef HAVE__ENDWIN */ /* Define this symbol if your system as <sys/ioctl.h> AND it defines TIOCGWINSZ and struct winsize. */ #define HAVE_winsize_SYS_IOCTL_H 1 /* Define this symbol if your system as <termios.h> AND it defines TIOCGWINSZ and struct winsize. */ #define HAVE_winsize_TERMIOS_H 1 /* 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 as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE int /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ /* #undef TIME_WITH_SYS_TIME */ /* Define to 1 if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* # undef _ALL_SOURCE */ #endif /* Define to 1 if on MINIX. */ /* #undef _MINIX */ /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ /* #undef _POSIX_1_SOURCE */ /* Define to 1 if you need to in order for `stat' and other things to work. */ /* #undef _POSIX_SOURCE */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `unsigned' if <sys/types.h> does not define. */ #define size_t unsigned #include <config.messy.h> #endif /* COMMON_CONFIG_H */