/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Define for backquote execution. */ #define ALLOW_BACKQUOTE_EXEC 1 /* Authors */ #define AUTHORS "Michael Jennings (mej@eterm.org)" /* Specify level of debugging to compile in. */ #define DEBUG 4 /* Define to 1 if you have the header file. */ /* #undef HAVE_BSD_SIGNAL_H */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_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. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define to 1 if you have the `memmem' function. */ /* #undef HAVE_MEMMEM */ /* Define to 1 if you have the `memmove' function. */ #define HAVE_MEMMOVE 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_PCRE_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_PCRE_PCRE_H */ /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_REGEX_H */ /* Defined if the RLIMIT_MEMLOCK resource limit works. */ #define HAVE_RLIMIT_MEMLOCK 1 /* Defined if the RLIMIT_NPROC resource limit works. */ /* #undef HAVE_RLIMIT_NPROC */ /* Define to 1 if you have the `snprintf' function. */ #define HAVE_SNPRINTF 1 /* Defined if libc snprintf is buggy. */ /* #undef HAVE_SNPRINTF_BUG */ /* Define to 1 if you have the header file. */ #define HAVE_STDARG_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strcasechr' function. */ /* #undef HAVE_STRCASECHR */ /* Define to 1 if you have the `strcasepbrk' function. */ /* #undef HAVE_STRCASEPBRK */ /* Define to 1 if you have the `strcasestr' function. */ #define HAVE_STRCASESTR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strnlen' function. */ /* #undef HAVE_STRNLEN */ /* Define to 1 if you have the `strrev' function. */ /* #undef HAVE_STRREV */ /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 /* Defined if symlink open() is buggy. */ /* #undef HAVE_SYMLINK_OPEN_ERRNO_BUG */ /* Defined if symlink open() is a security risk. */ /* #undef HAVE_SYMLINK_OPEN_SECURITY_HOLE */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_BYTEORDER_H */ /* 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_SELECT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKIO_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have that is POSIX.1 compatible. */ #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 have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `usleep' function. */ #define HAVE_USLEEP 1 /* Define to 1 if you have the header file. */ #define HAVE_UTMPX_H 1 /* Define to 1 if you have the `vsnprintf' function. */ #define HAVE_VSNPRINTF 1 /* Defined if libc vsnprintf is buggy. */ /* #undef HAVE_VSNPRINTF_BUG */ /* Define for Imlib2 support. */ /* #undef LIBAST_IMLIB2_SUPPORT */ /* Define for MMX support. */ /* #undef LIBAST_MMX_SUPPORT */ /* Build LibAST with BSD-style regexp support. */ /* #undef LIBAST_REGEXP_SUPPORT_BSD */ /* Build LibAST with PCRE support. */ #define LIBAST_REGEXP_SUPPORT_PCRE 1 /* Build LibAST with POSIX-style regexp support. */ /* #undef LIBAST_REGEXP_SUPPORT_POSIX */ /* Version */ #define LIBAST_VERSION "0.7" /* Define for X11 support. */ /* #undef LIBAST_X11_SUPPORT */ /* Name of package */ #define PACKAGE "libast" /* 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 void /* The size of a `char', as computed by sizeof. */ #define SIZEOF_CHAR 1 /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long', as computed by sizeof. */ #define SIZEOF_LONG 4 /* The size of a `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of a `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Defined if strict ISO C99 (9899:1999) is requested or required. */ /* #undef STRICT_ISO_C99 */ /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Version number of package */ #define VERSION "0.7" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */ /* 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. */ /* #undef const */ /* Define to `int' if doesn't define. */ /* #undef gid_t */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `int' if does not define. */ #define mode_t int /* Define to `long' if does not define. */ #define off_t long /* Define to `int' if does not define. */ #define pid_t int /* Define to `int' if doesn't define. */ /* #undef uid_t */