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

/* for packed */
#define FAKEROOT_ATTR(x) __attribute__ ((x))

/* store path in the database instead of inode and device */
/* #undef FAKEROOT_DB_PATH */

/* use TCP instead of SysV IPC */
#define FAKEROOT_FAKENET TCP

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
#define HAVE_DIRENT_H 1

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

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

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

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

/* Define to 1 if you have the `getresgid' function. */
#define HAVE_GETRESGID 1

/* Define to 1 if you have the `getresuid' function. */
#define HAVE_GETRESUID 1

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

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

/* Define to 1 if you have the `dl' library (-ldl). */
#define HAVE_LIBDL 1

/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1

/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */

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

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

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

/* have the semun union */
/* #undef HAVE_SEMUN_DEF */

/* Define to 1 if you have the `setfsgid' function. */
#define HAVE_SETFSGID 1

/* Define to 1 if you have the `setfsuid' function. */
#define HAVE_SETFSUID 1

/* Define to 1 if you have the `setresgid' function. */
#define HAVE_SETRESGID 1

/* Define to 1 if you have the `setresuid' function. */
#define HAVE_SETRESUID 1

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

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

/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1

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

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

/* Define to 1 if you have the `strstr' function. */
#define HAVE_STRSTR 1

/* 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/feature_tests.h> header file. */
/* #undef HAVE_SYS_FEATURE_TESTS_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/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#define HAVE_SYS_SYSMACROS_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

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

/* second argument of initgroups */
#define INITGROUPS_SECOND_ARG gid_t

/* path to libc shared object */
#define LIBCPATH "/lib/libc.so.6"

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

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "schizo@debian.org"

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

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

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

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

/* type of readlink bufsize */
#define READLINK_BUFSIZE_TYPE size_t

/* type of readlink buf */
#define READLINK_BUF_TYPE char

/* type of setgroups size */
#define SETGROUPS_SIZE_TYPE size_t

/* argument of setregid */
#define SETREGID_ARG gid_t

/* argument of setreuid */
#define SETREUID_ARG gid_t

/* second argument of stat */
#define STAT_SECOND_ARG struct stat *

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

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

/* Stuff.  */
#define WRAP_STAT __xstat
#define WRAP_STAT_QUOTE "__xstat"
#define TMP_STAT tmp___xstat
#define NEXT_STAT_NOARG next___xstat

#define WRAP_LSTAT_QUOTE "__lxstat"
#define WRAP_LSTAT __lxstat
#define TMP_LSTAT tmp___lxstat
#define NEXT_LSTAT_NOARG next___lxstat

#define WRAP_FSTAT_QUOTE "__fxstat"
#define WRAP_FSTAT __fxstat
#define TMP_FSTAT tmp___fxstat
#define NEXT_FSTAT_NOARG next___fxstat

#define WRAP_STAT64_QUOTE "__xstat64"
#define WRAP_STAT64 __xstat64
#define TMP_STAT64 tmp___xstat64
#define NEXT_STAT64_NOARG next___xstat64

#define WRAP_LSTAT64_QUOTE "__lxstat64"
#define WRAP_LSTAT64 __lxstat64
#define TMP_LSTAT64 tmp___lxstat64
#define NEXT_LSTAT64_NOARG next___lxstat64

#define WRAP_FSTAT64_QUOTE "__fxstat64"
#define WRAP_FSTAT64 __fxstat64
#define TMP_FSTAT64 tmp___fxstat64
#define NEXT_FSTAT64_NOARG next___fxstat64

#define WRAP_MKNOD_QUOTE "__xmknod"
#define WRAP_MKNOD __xmknod
#define TMP_MKNOD tmp___xmknod
#define NEXT_MKNOD_NOARG next___xmknod


/* fourth argument of __xmknod */
#define XMKNOD_FRTH_ARG *

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

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

/* Define to `long' if <sys/types.h> does not define. */
/* #undef off_t */

/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
