/* include/config.h.  Generated by configure.  */
/* include/config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 if the `closedir' function returns void instead of `int'. */
#define CLOSEDIR_VOID 1

/* Same as `HAVE_DIRENT_H', don't depend on me. */
#define DIRENT 1

/* 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 <dirent.h> header file, and it defines `DIR'.
   */
/* #undef HAVE_DIRENT_H */

/* 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 you have the `getmntent' function. */
/* #undef HAVE_GETMNTENT */

/* Define to 1 if you have the <inttypes.h> 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 `lockf' function. */
#define HAVE_LOCKF 1

/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */

/* Define the following if your implementation of getopt have optreset
   variable */
/* #undef HAVE_OPTRESET */

/* Define to 1 if you have the `putenv' function. */
#define HAVE_PUTENV 1

/* Define to 1 if you have the `semop' function. */
#define HAVE_SEMOP 1

/* Define to 1 if you have the `srandomdev' function. */
#define HAVE_SRANDOMDEV 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 <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/dir.h> header file, and it defines `DIR'.
   */
/* #undef HAVE_SYS_DIR_H */

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
/* #undef HAVE_SYS_NDIR_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 <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */

/* Define to 1 if you have the <utimes.h> header file. */
/* #undef HAVE_UTIMES_H */

/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1

/* Define to 1 if you have the `vfork' function. */
#define HAVE_VFORK 1

/* Define to 1 if you have the <vfork.h> header file. */
/* #undef HAVE_VFORK_H */

/* Define to 1 if `fork' works. */
#define HAVE_WORKING_FORK 1

/* Define to 1 if `vfork' works. */
#define HAVE_WORKING_VFORK 1

/* Same as `HAVE_NDIR_H', don't depend on me. */
#define NDIR 1

/* Name of package */
#define PACKAGE "fspclient"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "fsp-users@lists.sourceforge.net"

/* Define to the full name of this package. */
#define PACKAGE_NAME "fspclient"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fspclient 0.91.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fspclient"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.91.0"

/* 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 */

/* Same as `HAVE_SYS_DIR_H', don't depend on me. */
#define SYSDIR 1

/* Same as `HAVE_SYS_NDIR_H', don't depend on me. */
#define SYSNDIR 1

/* Version number of package */
#define VERSION "0.91.0"

/* 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 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 `__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
#define inline 
#endif

/* Define to `int' if <sys/types.h> does not define. */
#define pid_t int

/* Define as `fork' if `vfork' does not work. */
/* #undef vfork */


syntax highlighted by Code2HTML, v. 0.9.1