/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Default frame cue. */ #define DEF_CUE 7 /* Default frames-per-second. */ #define DEF_FPS 15 /* Default regular expression for the frame deliminator. */ #define DEF_REGEX "^[0-9]+[[:space:]]*$" /* Default screensaver timeout for multiple files. */ #define DEF_TIMEOUT 30 /* Define to 1 if you have the `bzero' function. */ #define HAVE_BZERO 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_GETOPT_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `curses' library (-lcurses). */ #define HAVE_LIBCURSES 1 /* Define to 1 if you have the `panel' library (-lpanel). */ #define HAVE_LIBPANEL 1 /* Define to 1 if you have the `z' library (-lz). */ #define HAVE_LIBZ 1 /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if your system has a working `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 0 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ #define HAVE_PANEL_H 1 /* Define to 1 if you have the `regcomp' function. */ #define HAVE_REGCOMP 1 /* Define to 1 if you have the header file. */ #define HAVE_REGEX_H 1 /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ /* #undef HAVE_STAT_EMPTY_STRING_BUG */ /* 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 `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 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 `strrchr' function. */ #define HAVE_STRRCHR 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 the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `vasprintf' function. */ #define HAVE_VASPRINTF 1 /* Define to 1 if you have the header file. */ #define HAVE_ZLIB_H 1 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */ /* Maximum frames-per-second. */ #define MAXFPS 60 /* Name of package */ #define PACKAGE "cave" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "Ben Kibbey " /* Define to the full name of this package. */ #define PACKAGE_NAME "cave" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "cave 1.0b" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cave" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.0b" /* 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. */ #define STDC_HEADERS 1 /* Define to 1 if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ /* Version number of package */ #define VERSION "1.0b" /* Define if using the dmalloc debugging malloc package */ /* #undef WITH_DMALLOC */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to rpl_malloc if the replacement function should be used. */ #define malloc rpl_malloc /* Define to `unsigned' if does not define. */ #define size_t unsigned