1*3e1db26aSLionel Sambuc /* config.h. Generated from config.h.in by configure. */ 2*3e1db26aSLionel Sambuc /* config.h.in. Generated from configure.ac by autoheader. */ 3*3e1db26aSLionel Sambuc 4*3e1db26aSLionel Sambuc /* Define to 1 if the `closedir' function returns void instead of `int'. */ 5*3e1db26aSLionel Sambuc /* #undef CLOSEDIR_VOID */ 6*3e1db26aSLionel Sambuc 7*3e1db26aSLionel Sambuc /* Define to 1 if you have the <curses.h> header file. */ 8*3e1db26aSLionel Sambuc #define HAVE_CURSES_H 1 9*3e1db26aSLionel Sambuc 10*3e1db26aSLionel Sambuc /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 11*3e1db26aSLionel Sambuc */ 12*3e1db26aSLionel Sambuc #define HAVE_DIRENT_H 1 13*3e1db26aSLionel Sambuc 14*3e1db26aSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 15*3e1db26aSLionel Sambuc #define HAVE_DLFCN_H 1 16*3e1db26aSLionel Sambuc 17*3e1db26aSLionel Sambuc /* Define to 1 if you have the `endpwent' function. */ 18*3e1db26aSLionel Sambuc #define HAVE_ENDPWENT 1 19*3e1db26aSLionel Sambuc 20*3e1db26aSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */ 21*3e1db26aSLionel Sambuc #define HAVE_FCNTL_H 1 22*3e1db26aSLionel Sambuc 23*3e1db26aSLionel Sambuc /* Define to 1 if you have the `fgetln' function. */ 24*3e1db26aSLionel Sambuc #define HAVE_FGETLN 1 25*3e1db26aSLionel Sambuc 26*3e1db26aSLionel Sambuc /* Define to 1 if you have the `fork' function. */ 27*3e1db26aSLionel Sambuc #define HAVE_FORK 1 28*3e1db26aSLionel Sambuc 29*3e1db26aSLionel Sambuc /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1 30*3e1db26aSLionel Sambuc versions. */ 31*3e1db26aSLionel Sambuc /* #undef HAVE_GETPW_R_DRAFT */ 32*3e1db26aSLionel Sambuc 33*3e1db26aSLionel Sambuc /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1 34*3e1db26aSLionel Sambuc compatible. */ 35*3e1db26aSLionel Sambuc #define HAVE_GETPW_R_POSIX 1 36*3e1db26aSLionel Sambuc 37*3e1db26aSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 38*3e1db26aSLionel Sambuc #define HAVE_INTTYPES_H 1 39*3e1db26aSLionel Sambuc 40*3e1db26aSLionel Sambuc /* Define to 1 if you have the `isascii' function. */ 41*3e1db26aSLionel Sambuc #define HAVE_ISASCII 1 42*3e1db26aSLionel Sambuc 43*3e1db26aSLionel Sambuc /* Define to 1 if you have the `issetugid' function. */ 44*3e1db26aSLionel Sambuc #define HAVE_ISSETUGID 1 45*3e1db26aSLionel Sambuc 46*3e1db26aSLionel Sambuc /* Define to 1 if you have the `curses' library (-lcurses). */ 47*3e1db26aSLionel Sambuc /* #undef HAVE_LIBCURSES */ 48*3e1db26aSLionel Sambuc 49*3e1db26aSLionel Sambuc /* Define to 1 if you have the `ncurses' library (-lncurses). */ 50*3e1db26aSLionel Sambuc /* #undef HAVE_LIBNCURSES */ 51*3e1db26aSLionel Sambuc 52*3e1db26aSLionel Sambuc /* Define to 1 if you have the `termcap' library (-ltermcap). */ 53*3e1db26aSLionel Sambuc /* #undef HAVE_LIBTERMCAP */ 54*3e1db26aSLionel Sambuc 55*3e1db26aSLionel Sambuc /* Define to 1 if you have the `terminfo' library (-lterminfo). */ 56*3e1db26aSLionel Sambuc #define HAVE_LIBTERMINFO 1 57*3e1db26aSLionel Sambuc 58*3e1db26aSLionel Sambuc /* Define to 1 if you have the `termlib' library (-ltermlib). */ 59*3e1db26aSLionel Sambuc /* #undef HAVE_LIBTERMLIB */ 60*3e1db26aSLionel Sambuc 61*3e1db26aSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */ 62*3e1db26aSLionel Sambuc #define HAVE_LIMITS_H 1 63*3e1db26aSLionel Sambuc 64*3e1db26aSLionel Sambuc /* Define to 1 if you have the <malloc.h> header file. */ 65*3e1db26aSLionel Sambuc #define HAVE_MALLOC_H 1 66*3e1db26aSLionel Sambuc 67*3e1db26aSLionel Sambuc /* Define to 1 if you have the `memchr' function. */ 68*3e1db26aSLionel Sambuc #define HAVE_MEMCHR 1 69*3e1db26aSLionel Sambuc 70*3e1db26aSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 71*3e1db26aSLionel Sambuc #define HAVE_MEMORY_H 1 72*3e1db26aSLionel Sambuc 73*3e1db26aSLionel Sambuc /* Define to 1 if you have the `memset' function. */ 74*3e1db26aSLionel Sambuc #define HAVE_MEMSET 1 75*3e1db26aSLionel Sambuc 76*3e1db26aSLionel Sambuc /* Define to 1 if you have the <ncurses.h> header file. */ 77*3e1db26aSLionel Sambuc /* #undef HAVE_NCURSES_H */ 78*3e1db26aSLionel Sambuc 79*3e1db26aSLionel Sambuc /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 80*3e1db26aSLionel Sambuc /* #undef HAVE_NDIR_H */ 81*3e1db26aSLionel Sambuc 82*3e1db26aSLionel Sambuc /* Define to 1 if you have the `regcomp' function. */ 83*3e1db26aSLionel Sambuc #define HAVE_REGCOMP 1 84*3e1db26aSLionel Sambuc 85*3e1db26aSLionel Sambuc /* Define to 1 if you have the `re_comp' function. */ 86*3e1db26aSLionel Sambuc /* #undef HAVE_RE_COMP */ 87*3e1db26aSLionel Sambuc 88*3e1db26aSLionel Sambuc /* Define to 1 if `stat' has the bug that it succeeds when given the 89*3e1db26aSLionel Sambuc zero-length file name argument. */ 90*3e1db26aSLionel Sambuc /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 91*3e1db26aSLionel Sambuc 92*3e1db26aSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 93*3e1db26aSLionel Sambuc #define HAVE_STDINT_H 1 94*3e1db26aSLionel Sambuc 95*3e1db26aSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 96*3e1db26aSLionel Sambuc #define HAVE_STDLIB_H 1 97*3e1db26aSLionel Sambuc 98*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strcasecmp' function. */ 99*3e1db26aSLionel Sambuc #define HAVE_STRCASECMP 1 100*3e1db26aSLionel Sambuc 101*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strchr' function. */ 102*3e1db26aSLionel Sambuc #define HAVE_STRCHR 1 103*3e1db26aSLionel Sambuc 104*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strcspn' function. */ 105*3e1db26aSLionel Sambuc #define HAVE_STRCSPN 1 106*3e1db26aSLionel Sambuc 107*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strdup' function. */ 108*3e1db26aSLionel Sambuc #define HAVE_STRDUP 1 109*3e1db26aSLionel Sambuc 110*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strerror' function. */ 111*3e1db26aSLionel Sambuc #define HAVE_STRERROR 1 112*3e1db26aSLionel Sambuc 113*3e1db26aSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 114*3e1db26aSLionel Sambuc #define HAVE_STRINGS_H 1 115*3e1db26aSLionel Sambuc 116*3e1db26aSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 117*3e1db26aSLionel Sambuc #define HAVE_STRING_H 1 118*3e1db26aSLionel Sambuc 119*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strlcat' function. */ 120*3e1db26aSLionel Sambuc #define HAVE_STRLCAT 1 121*3e1db26aSLionel Sambuc 122*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strlcpy' function. */ 123*3e1db26aSLionel Sambuc #define HAVE_STRLCPY 1 124*3e1db26aSLionel Sambuc 125*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strrchr' function. */ 126*3e1db26aSLionel Sambuc #define HAVE_STRRCHR 1 127*3e1db26aSLionel Sambuc 128*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strstr' function. */ 129*3e1db26aSLionel Sambuc #define HAVE_STRSTR 1 130*3e1db26aSLionel Sambuc 131*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strtol' function. */ 132*3e1db26aSLionel Sambuc #define HAVE_STRTOL 1 133*3e1db26aSLionel Sambuc 134*3e1db26aSLionel Sambuc /* Define to 1 if struct dirent has member d_namlen */ 135*3e1db26aSLionel Sambuc #define HAVE_STRUCT_DIRENT_D_NAMLEN 1 136*3e1db26aSLionel Sambuc 137*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strunvis' function. */ 138*3e1db26aSLionel Sambuc #define HAVE_STRUNVIS 1 139*3e1db26aSLionel Sambuc 140*3e1db26aSLionel Sambuc /* Define to 1 if you have the `strvis' function. */ 141*3e1db26aSLionel Sambuc #define HAVE_STRVIS 1 142*3e1db26aSLionel Sambuc 143*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/cdefs.h> header file. */ 144*3e1db26aSLionel Sambuc #define HAVE_SYS_CDEFS_H 1 145*3e1db26aSLionel Sambuc 146*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 147*3e1db26aSLionel Sambuc */ 148*3e1db26aSLionel Sambuc /* #undef HAVE_SYS_DIR_H */ 149*3e1db26aSLionel Sambuc 150*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/ioctl.h> header file. */ 151*3e1db26aSLionel Sambuc #define HAVE_SYS_IOCTL_H 1 152*3e1db26aSLionel Sambuc 153*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 154*3e1db26aSLionel Sambuc */ 155*3e1db26aSLionel Sambuc /* #undef HAVE_SYS_NDIR_H */ 156*3e1db26aSLionel Sambuc 157*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */ 158*3e1db26aSLionel Sambuc #define HAVE_SYS_PARAM_H 1 159*3e1db26aSLionel Sambuc 160*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 161*3e1db26aSLionel Sambuc #define HAVE_SYS_STAT_H 1 162*3e1db26aSLionel Sambuc 163*3e1db26aSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 164*3e1db26aSLionel Sambuc #define HAVE_SYS_TYPES_H 1 165*3e1db26aSLionel Sambuc 166*3e1db26aSLionel Sambuc /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 167*3e1db26aSLionel Sambuc #define HAVE_SYS_WAIT_H 1 168*3e1db26aSLionel Sambuc 169*3e1db26aSLionel Sambuc /* Define to 1 if you have the <termcap.h> header file. */ 170*3e1db26aSLionel Sambuc #define HAVE_TERMCAP_H 1 171*3e1db26aSLionel Sambuc 172*3e1db26aSLionel Sambuc /* Define to 1 if you have the <term.h> header file. */ 173*3e1db26aSLionel Sambuc #define HAVE_TERM_H 1 174*3e1db26aSLionel Sambuc 175*3e1db26aSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 176*3e1db26aSLionel Sambuc #define HAVE_UNISTD_H 1 177*3e1db26aSLionel Sambuc 178*3e1db26aSLionel Sambuc /* Define to 1 if the system has the type `u_int32_t'. */ 179*3e1db26aSLionel Sambuc #define HAVE_U_INT32_T 1 180*3e1db26aSLionel Sambuc 181*3e1db26aSLionel Sambuc /* Define to 1 if you have the `vfork' function. */ 182*3e1db26aSLionel Sambuc #define HAVE_VFORK 1 183*3e1db26aSLionel Sambuc 184*3e1db26aSLionel Sambuc /* Define to 1 if you have the <vfork.h> header file. */ 185*3e1db26aSLionel Sambuc /* #undef HAVE_VFORK_H */ 186*3e1db26aSLionel Sambuc 187*3e1db26aSLionel Sambuc /* Define to 1 if you have the `vis' function. */ 188*3e1db26aSLionel Sambuc #define HAVE_VIS 1 189*3e1db26aSLionel Sambuc 190*3e1db26aSLionel Sambuc /* Define to 1 if you have the `wcsdup' function. */ 191*3e1db26aSLionel Sambuc #define HAVE_WCSDUP 1 192*3e1db26aSLionel Sambuc 193*3e1db26aSLionel Sambuc /* Define to 1 if `fork' works. */ 194*3e1db26aSLionel Sambuc #define HAVE_WORKING_FORK 1 195*3e1db26aSLionel Sambuc 196*3e1db26aSLionel Sambuc /* Define to 1 if `vfork' works. */ 197*3e1db26aSLionel Sambuc #define HAVE_WORKING_VFORK 1 198*3e1db26aSLionel Sambuc 199*3e1db26aSLionel Sambuc /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 200*3e1db26aSLionel Sambuc slash. */ 201*3e1db26aSLionel Sambuc #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 202*3e1db26aSLionel Sambuc 203*3e1db26aSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 204*3e1db26aSLionel Sambuc */ 205*3e1db26aSLionel Sambuc #define LT_OBJDIR ".libs/" 206*3e1db26aSLionel Sambuc 207*3e1db26aSLionel Sambuc /* Name of package */ 208*3e1db26aSLionel Sambuc #define PACKAGE "libedit-20110729" 209*3e1db26aSLionel Sambuc 210*3e1db26aSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 211*3e1db26aSLionel Sambuc #define PACKAGE_BUGREPORT "" 212*3e1db26aSLionel Sambuc 213*3e1db26aSLionel Sambuc /* Define to the full name of this package. */ 214*3e1db26aSLionel Sambuc #define PACKAGE_NAME "libedit" 215*3e1db26aSLionel Sambuc 216*3e1db26aSLionel Sambuc /* Define to the full name and version of this package. */ 217*3e1db26aSLionel Sambuc #define PACKAGE_STRING "libedit 3.0" 218*3e1db26aSLionel Sambuc 219*3e1db26aSLionel Sambuc /* Define to the one symbol short name of this package. */ 220*3e1db26aSLionel Sambuc #define PACKAGE_TARNAME "libedit-20110729" 221*3e1db26aSLionel Sambuc 222*3e1db26aSLionel Sambuc /* Define to the home page for this package. */ 223*3e1db26aSLionel Sambuc #define PACKAGE_URL "" 224*3e1db26aSLionel Sambuc 225*3e1db26aSLionel Sambuc /* Define to the version of this package. */ 226*3e1db26aSLionel Sambuc #define PACKAGE_VERSION "3.0" 227*3e1db26aSLionel Sambuc 228*3e1db26aSLionel Sambuc /* Define as the return type of signal handlers (`int' or `void'). */ 229*3e1db26aSLionel Sambuc #define RETSIGTYPE void 230*3e1db26aSLionel Sambuc 231*3e1db26aSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 232*3e1db26aSLionel Sambuc #define STDC_HEADERS 1 233*3e1db26aSLionel Sambuc 234*3e1db26aSLionel Sambuc /* Enable extensions on AIX 3, Interix. */ 235*3e1db26aSLionel Sambuc #ifndef _ALL_SOURCE 236*3e1db26aSLionel Sambuc # define _ALL_SOURCE 1 237*3e1db26aSLionel Sambuc #endif 238*3e1db26aSLionel Sambuc /* Enable GNU extensions on systems that have them. */ 239*3e1db26aSLionel Sambuc #ifndef _GNU_SOURCE 240*3e1db26aSLionel Sambuc # define _GNU_SOURCE 1 241*3e1db26aSLionel Sambuc #endif 242*3e1db26aSLionel Sambuc /* Enable threading extensions on Solaris. */ 243*3e1db26aSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS 244*3e1db26aSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1 245*3e1db26aSLionel Sambuc #endif 246*3e1db26aSLionel Sambuc /* Enable extensions on HP NonStop. */ 247*3e1db26aSLionel Sambuc #ifndef _TANDEM_SOURCE 248*3e1db26aSLionel Sambuc # define _TANDEM_SOURCE 1 249*3e1db26aSLionel Sambuc #endif 250*3e1db26aSLionel Sambuc /* Enable general extensions on Solaris. */ 251*3e1db26aSLionel Sambuc #ifndef __EXTENSIONS__ 252*3e1db26aSLionel Sambuc # define __EXTENSIONS__ 1 253*3e1db26aSLionel Sambuc #endif 254*3e1db26aSLionel Sambuc 255*3e1db26aSLionel Sambuc 256*3e1db26aSLionel Sambuc /* Version number of package */ 257*3e1db26aSLionel Sambuc #define VERSION "3.0" 258*3e1db26aSLionel Sambuc 259*3e1db26aSLionel Sambuc /* Define to 1 if you want wide-character code */ 260*3e1db26aSLionel Sambuc /* #undef WIDECHAR */ 261*3e1db26aSLionel Sambuc 262*3e1db26aSLionel Sambuc /* Define to 1 if on MINIX. */ 263*3e1db26aSLionel Sambuc /* #undef _MINIX */ 264*3e1db26aSLionel Sambuc 265*3e1db26aSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with 266*3e1db26aSLionel Sambuc this defined. */ 267*3e1db26aSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 268*3e1db26aSLionel Sambuc 269*3e1db26aSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */ 270*3e1db26aSLionel Sambuc /* #undef _POSIX_SOURCE */ 271*3e1db26aSLionel Sambuc 272*3e1db26aSLionel Sambuc /* Define to empty if `const' does not conform to ANSI C. */ 273*3e1db26aSLionel Sambuc /* #undef const */ 274*3e1db26aSLionel Sambuc 275*3e1db26aSLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */ 276*3e1db26aSLionel Sambuc /* #undef pid_t */ 277*3e1db26aSLionel Sambuc 278*3e1db26aSLionel Sambuc /* Define to `unsigned int' if <sys/types.h> does not define. */ 279*3e1db26aSLionel Sambuc /* #undef size_t */ 280*3e1db26aSLionel Sambuc 281*3e1db26aSLionel Sambuc /* Define as `fork' if `vfork' does not work. */ 282*3e1db26aSLionel Sambuc /* #undef vfork */ 283*3e1db26aSLionel Sambuc 284*3e1db26aSLionel Sambuc 285*3e1db26aSLionel Sambuc #include "sys.h" 286*3e1db26aSLionel Sambuc /* #undef SCCSID */ 287*3e1db26aSLionel Sambuc /* #undef LIBC_SCCS */ 288*3e1db26aSLionel Sambuc /* #undef lint */ 289*3e1db26aSLionel Sambuc 290