/* include/config.h. Generated by configure. */ /* include/config.h.in. Generated from configure.ac by autoheader. */ /* Define if you want client commands timeout */ #define CLIENT_TIMEOUT 1 /* Define to 1 if the `closedir' function returns void instead of `int'. */ #define CLOSEDIR_VOID 1 /* Define if you want more debug messages */ /* #undef DEBUG */ /* Key locking prefix */ /* #undef FSP_KEY_PREFIX */ /* Define if you do not want to use any locking */ /* #undef FSP_NOLOCKING */ /* Define for flock style locks */ /* #undef FSP_USE_FLOCK */ /* Define for lockf style locking */ #define FSP_USE_LOCKF 1 /* Define for lockf locking */ /* #undef FSP_USE_SHAREMEM_AND_LOCKF */ /* Define for sharemem+semop locking */ /* #undef FSP_USE_SHAREMEM_AND_SEMOP */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_H */ /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ /* #undef HAVE_DOPRNT */ /* do you have d_fileno in struct direct */ /* #undef HAVE_D_FILENO */ /* do you have d_ino in struct direct */ /* #undef HAVE_D_INO */ /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 /* Define to 1 if you have the `flock' function. */ #define HAVE_FLOCK 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #define HAVE_FSEEKO 1 /* Define to 1 if you have the `getrlimit' function. */ #define HAVE_GETRLIMIT 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `efence' library (-lefence). */ /* #undef HAVE_LIBEFENCE */ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define to 1 if you have the `lockf' function. */ #define HAVE_LOCKF 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the `random' function. */ #define HAVE_RANDOM 1 /* Define to 1 if you have the `semop' function. */ #define HAVE_SEMOP 1 /* Define to 1 if you have the `setsid' function. */ #define HAVE_SETSID 1 /* Define the following if you have working shared memory */ /* #undef HAVE_SHMEM */ /* Define to 1 if you have the `srandomdev' function. */ #define HAVE_SRANDOMDEV 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 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 header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_RESOURCE_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_SYSLIMITS_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. */ /* #undef HAVE_SYS_WAIT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the header file. */ #define HAVE_UTIME_H 1 /* Define to 1 if you have the `vprintf' function. */ #define HAVE_VPRINTF 1 /* Define if you want to build for lamer disabled ppl */ /* #undef LAMERPACK */ /* Define if we have 64bit off_t and fseeko */ /* #undef NATIVE_LARGEFILES */ /* Define if you are building for cygwin */ /* #undef OS_CYGWIN */ /* Name of package */ #define PACKAGE "fsp" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "hsn@netmag.cz" /* Define to the full name of this package. */ #define PACKAGE_NAME "fsp" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "fsp 2.8.1b24" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "fsp" /* Define to the version of this package. */ #define PACKAGE_VERSION "2.8.1b24" /* undefine If your signal handlers don't reinstall automatically */ #define RELIABLE_SIGNALS 1 /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE int /* The size of a `char', as computed by sizeof. */ #define SIZEOF_CHAR 0 /* The size of a `long', as computed by sizeof. */ #define SIZEOF_LONG 0 /* The size of a `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 0 /* The size of a `penis', as computed by sizeof. */ #define SIZEOF_PENIS 0 /* The size of a `short', as computed by sizeof. */ #define SIZEOF_SHORT 0 /* The size of a `unsigned', as computed by sizeof. */ #define SIZEOF_UNSIGNED 0 /* The size of a `void', as computed by sizeof. */ #define SIZEOF_VOID 0 /* Define to 1 if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both and . */ /* #undef TIME_WITH_SYS_TIME */ /* Version number of package */ #define VERSION "2.8.1b24" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #define YYTEXT_POINTER 1 /* 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 /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ /* #undef _LARGEFILE_SOURCE */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Define if you do not have semun in sys/sem.h */ #define _SEM_SEMUN_UNDEFINED 1 /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `int' if doesn't define. */ /* #undef gid_t */ /* Define to `int' if does not define. */ #define mode_t int /* declare nlink_t as int if not found in */ #define nlink_t int /* Define to `int' if does not define. */ #define pid_t int /* declare rlim_t as unsigned int if not found in */ #define rlim_t unsigned int /* Define to `unsigned' if does not define. */ #define size_t unsigned /* Define to `int' if doesn't define. */ /* #undef uid_t */ /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ #define volatile