197 lines
5.4 KiB
C
197 lines
5.4 KiB
C
/* lib/config.h. Generated by configure. */
|
|
/* lib/config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define to 1 if you have the <assert.h> header file. */
|
|
#define HAVE_ASSERT_H 1
|
|
|
|
/* Define to 1 if you have the `chflags' function. */
|
|
#define HAVE_CHFLAGS 1
|
|
|
|
/* Define to 1 if you have the <ctype.h> header file. */
|
|
#define HAVE_CTYPE_H 1
|
|
|
|
/* Define to 1 if you have the <db1/db.h> header file. */
|
|
/* #undef HAVE_DB1_DB_H */
|
|
|
|
/* Define to 1 if you have the `dbopen' function. */
|
|
#define HAVE_DBOPEN 1
|
|
|
|
/* Define to 1 if you have the <db.h> header file. */
|
|
#define HAVE_DB_H 1
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file. */
|
|
#define HAVE_DIRENT_H 1
|
|
|
|
/* Define to 1 if you have the <errno.h> header file. */
|
|
#define HAVE_ERRNO_H 1
|
|
|
|
/* Define to 1 if you have the <err.h> header file. */
|
|
#define HAVE_ERR_H 1
|
|
|
|
/* Define to 1 if you have the <fnctl.h> header file. */
|
|
/* #undef HAVE_FNCTL_H */
|
|
|
|
/* Define to 1 if you have the <fnmatch.h> header file. */
|
|
#define HAVE_FNMATCH_H 1
|
|
|
|
/* Define to 1 if you have the `getrlimit' function. */
|
|
#define HAVE_GETRLIMIT 1
|
|
|
|
/* Define to 1 if you have the <glob.h> header file. */
|
|
#define HAVE_GLOB_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 `db1' library (-ldb1). */
|
|
/* #undef HAVE_LIBDB1 */
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
#define HAVE_LIMITS_H 1
|
|
|
|
/* Define to 1 if you have the <md5.h> header file. */
|
|
#define HAVE_MD5_H 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the <netdb.h> header file. */
|
|
#define HAVE_NETDB_H 1
|
|
|
|
/* Define to 1 if you have the <pwd.h> header file. */
|
|
#define HAVE_PWD_H 1
|
|
|
|
/* Define to 1 if you have the <regex.h> header file. */
|
|
#define HAVE_REGEX_H 1
|
|
|
|
/* Define to 1 if you have the `setrlimit' function. */
|
|
#define HAVE_SETRLIMIT 1
|
|
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
|
#define HAVE_SIGNAL_H 1
|
|
|
|
/* Define to 1 if you have the <stdarg.h> header file. */
|
|
#define HAVE_STDARG_H 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#define HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdio.h> header file. */
|
|
#define HAVE_STDIO_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 <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 <sys/cdefs.h> header file. */
|
|
#define HAVE_SYS_CDEFS_H 1
|
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
#define HAVE_SYS_FILE_H 1
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
#define HAVE_SYS_IOCTL_H 1
|
|
|
|
/* Define to 1 if you have the <sys/mount.h> header file. */
|
|
#define HAVE_SYS_MOUNT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
#define HAVE_SYS_PARAM_H 1
|
|
|
|
/* Define to 1 if you have the <sys/poll.h> header file. */
|
|
#define HAVE_SYS_POLL_H 1
|
|
|
|
/* Define to 1 if you have the <sys/queue.h> header file. */
|
|
#define HAVE_SYS_QUEUE_H 1
|
|
|
|
/* Define to 1 if you have the <sys/resource.h> header file. */
|
|
#define HAVE_SYS_RESOURCE_H 1
|
|
|
|
/* Define to 1 if you have the <sys/signal.h> header file. */
|
|
#define HAVE_SYS_SIGNAL_H 1
|
|
|
|
/* Define to 1 if you have the <sys/statvfs.h> header file. */
|
|
#define HAVE_SYS_STATVFS_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/time.h> header file. */
|
|
#define HAVE_SYS_TIME_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 <sys/utsname.h> header file. */
|
|
#define HAVE_SYS_UTSNAME_H 1
|
|
|
|
/* Define to 1 if you have the <sys/vfs.h> header file. */
|
|
/* #undef HAVE_SYS_VFS_H */
|
|
|
|
/* Define to 1 if you have the <sys/wait.h> header file. */
|
|
#define HAVE_SYS_WAIT_H 1
|
|
|
|
/* Define to 1 if you have the <termcap.h> header file. */
|
|
#define HAVE_TERMCAP_H 1
|
|
|
|
/* Define to 1 if you have the <termios.h> header file. */
|
|
#define HAVE_TERMIOS_H 1
|
|
|
|
/* Define to 1 if you have the `tgetent' function. */
|
|
#define HAVE_TGETENT 1
|
|
|
|
/* Define to 1 if you have the <time.h> header file. */
|
|
#define HAVE_TIME_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
/* Define to 1 if you have the `vfork' function. */
|
|
#define HAVE_VFORK 1
|
|
|
|
/* Define to 1 if you have the <vis.h> header file. */
|
|
#define HAVE_VIS_H 1
|
|
|
|
/* Defined when PRIu64 is missing or broken */
|
|
/* #undef NEED_PRI_MACRO */
|
|
|
|
/* Defined when only the numeric part of the OS version should be used */
|
|
/* #undef NUMERIC_VERSION_ONLY */
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "grant@NetBSD.org"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "pkg_install"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "pkg_install 20050607"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "pkg_install"
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "20050607"
|
|
|
|
/* 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
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
#if !HAVE_VFORK
|
|
# define vfork fork
|
|
#endif
|
|
|