1/* libpkgconf/config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define to 1 if you have the `strlcat' function. */ 4#mesondefine HAVE_STRLCAT 5 6/* Define to 1 if you have the `strlcpy' function. */ 7#mesondefine HAVE_STRLCPY 8 9/* Define to 1 if you have the `strndup' function. */ 10#mesondefine HAVE_STRNDUP 11 12/* Define to 1 if you have the `reallocarray' function. */ 13#mesondefine HAVE_REALLOCARRAY 14 15/* Define to 1 if you have the `strlcat' function. */ 16#mesondefine HAVE_DECL_STRLCAT 17 18/* Define to 1 if you have the `strlcpy' function. */ 19#mesondefine HAVE_DECL_STRLCPY 20 21/* Define to 1 if you have the `strndup' function. */ 22#mesondefine HAVE_DECL_STRNDUP 23 24/* Define to 1 if you have the `reallocarray' function. */ 25#mesondefine HAVE_DECL_REALLOCARRAY 26 27/* Define to 1 if you have the `pledge' function. */ 28#mesondefine HAVE_DECL_PLEDGE 29 30/* Define to 1 if you have the `unveil' function. */ 31#mesondefine HAVE_DECL_UNVEIL 32 33/* Name of package */ 34#mesondefine PACKAGE 35 36/* Define to the address where bug reports for this package should be sent. */ 37#mesondefine PACKAGE_BUGREPORT 38 39/* Define to the full name of this package. */ 40#mesondefine PACKAGE_NAME 41 42/* Define to the full name and version of this package. */ 43#mesondefine PACKAGE_STRING 44 45/* Define to the one symbol short name of this package. */ 46#mesondefine PACKAGE_TARNAME 47 48/* Define to the home page for this package. */ 49#mesondefine PACKAGE_URL 50 51/* Define to the version of this package. */ 52#mesondefine PACKAGE_VERSION 53 54/* Define to 1 if you have the ANSI C header files. */ 55#mesondefine STDC_HEADERS 56 57/* Version number of package */ 58#mesondefine VERSION 59 60/* Enable large inode numbers on Mac OS X 10.5. */ 61#ifndef _DARWIN_USE_64_BIT_INODE 62# define _DARWIN_USE_64_BIT_INODE 1 63#endif 64 65/* Number of bits in a file offset, on hosts where this is settable. */ 66#mesondefine _FILE_OFFSET_BITS 67 68/* Define for large files, on AIX-style hosts. */ 69#mesondefine _LARGE_FILES 70 71#mesondefine PKG_DEFAULT_PATH 72#mesondefine SYSTEM_INCLUDEDIR 73#mesondefine SYSTEM_LIBDIR 74#mesondefine PERSONALITY_PATH 75 76/* Enable Solaris extensions. */ 77#ifndef __EXTENSIONS__ 78# define __EXTENSIONS__ 1 79#endif 80