mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
284 lines
7.8 KiB
C
284 lines
7.8 KiB
C
|
/* config-util.h. Generated from config-util.h.in by configure. */
|
||
|
/* config-util.h.in. Generated from configure.ac by autoheader. */
|
||
|
|
||
|
/* Define if building universal (internal helper macro) */
|
||
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
||
|
|
||
|
/* Define to 1 if translation of program messages to the user's native
|
||
|
language is requested. */
|
||
|
/* #undef ENABLE_NLS */
|
||
|
|
||
|
/* Default boot directory name" */
|
||
|
#define GRUB_BOOT_DIR_NAME "boot"
|
||
|
|
||
|
/* Data dir */
|
||
|
#define GRUB_DATADIR "/usr/local/share"
|
||
|
|
||
|
/* Default grub directory name */
|
||
|
#define GRUB_DIR_NAME "grub"
|
||
|
|
||
|
/* Library dir */
|
||
|
#define GRUB_LIBDIR "/usr/local/lib"
|
||
|
|
||
|
/* Configuration dir */
|
||
|
#define GRUB_SYSCONFDIR "/usr/local/etc"
|
||
|
|
||
|
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
|
||
|
CoreFoundation framework. */
|
||
|
#define HAVE_CFLOCALECOPYCURRENT 1
|
||
|
|
||
|
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
|
||
|
the CoreFoundation framework. */
|
||
|
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
|
||
|
|
||
|
/* Define if the GNU dcgettext() function is already present or preinstalled.
|
||
|
*/
|
||
|
/* #undef HAVE_DCGETTEXT */
|
||
|
|
||
|
/* Define to 1 if you have the devmapper library. */
|
||
|
/* #undef HAVE_DEVICE_MAPPER */
|
||
|
|
||
|
/* Define to 1 if you have the <ft2build.h> header file. */
|
||
|
#define HAVE_FT2BUILD_H 1
|
||
|
|
||
|
/* Define to 1 if you have the <fuse/fuse.h> header file. */
|
||
|
#define HAVE_FUSE_FUSE_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `getextmntent' function. */
|
||
|
/* #undef HAVE_GETEXTMNTENT */
|
||
|
|
||
|
/* Define if getrawpartition() in -lutil can be used */
|
||
|
/* #undef HAVE_GETRAWPARTITION */
|
||
|
|
||
|
/* Define if the GNU gettext() function is already present or preinstalled. */
|
||
|
/* #undef HAVE_GETTEXT */
|
||
|
|
||
|
/* Define if you have the iconv() function and it works. */
|
||
|
/* #undef HAVE_ICONV */
|
||
|
|
||
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||
|
#define HAVE_INTTYPES_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `devmapper' library (-ldevmapper). */
|
||
|
/* #undef HAVE_LIBDEVMAPPER */
|
||
|
|
||
|
/* Define to 1 if you have the `fuse' library (-lfuse). */
|
||
|
#define HAVE_LIBFUSE 1
|
||
|
|
||
|
/* Define to 1 if you have the `geom' library (-lgeom). */
|
||
|
/* #undef HAVE_LIBGEOM */
|
||
|
|
||
|
/* Define to 1 if you have the `lzma' library (-llzma). */
|
||
|
#define HAVE_LIBLZMA 1
|
||
|
|
||
|
/* Define to 1 if you have the NVPAIR library. */
|
||
|
/* #undef HAVE_LIBNVPAIR */
|
||
|
|
||
|
/* Define to 1 if you have the <libnvpair.h> header file. */
|
||
|
/* #undef HAVE_LIBNVPAIR_H */
|
||
|
|
||
|
/* Define to 1 if you have the ZFS library. */
|
||
|
/* #undef HAVE_LIBZFS */
|
||
|
|
||
|
/* Define to 1 if you have the <libzfs.h> header file. */
|
||
|
/* #undef HAVE_LIBZFS_H */
|
||
|
|
||
|
/* Define to 1 if you have the <limits.h> header file. */
|
||
|
#define HAVE_LIMITS_H 1
|
||
|
|
||
|
/* Define to 1 if you have the `memalign' function. */
|
||
|
/* #undef HAVE_MEMALIGN */
|
||
|
|
||
|
/* Define to 1 if you have the <memory.h> header file. */
|
||
|
#define HAVE_MEMORY_H 1
|
||
|
|
||
|
/* Define if opendisk() in -lutil can be used */
|
||
|
/* #undef HAVE_OPENDISK */
|
||
|
|
||
|
/* Define to 1 if you have the <pci/pci.h> header file. */
|
||
|
/* #undef HAVE_PCI_PCI_H */
|
||
|
|
||
|
/* Define to 1 if you have the `posix_memalign' function. */
|
||
|
#define HAVE_POSIX_MEMALIGN 1
|
||
|
|
||
|
/* Define to 1 if you have the <SDL/SDL.h> header file. */
|
||
|
/* #undef HAVE_SDL_SDL_H */
|
||
|
|
||
|
/* 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 <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 `f_fstypename' is a member of `struct statfs'. */
|
||
|
#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
|
||
|
|
||
|
/* Define to 1 if `f_mntfromname' is a member of `struct statfs'. */
|
||
|
#define HAVE_STRUCT_STATFS_F_MNTFROMNAME 1
|
||
|
|
||
|
/* Define to 1 if you have the <sys/mkdev.h> header file. */
|
||
|
/* #undef HAVE_SYS_MKDEV_H */
|
||
|
|
||
|
/* Define to 1 if you have the <sys/mnttab.h> header file. */
|
||
|
/* #undef HAVE_SYS_MNTTAB_H */
|
||
|
|
||
|
/* 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/stat.h> header file. */
|
||
|
#define HAVE_SYS_STAT_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
|
||
|
|
||
|
/* Define to 1 if you have the <usb.h> header file. */
|
||
|
/* #undef HAVE_USB_H */
|
||
|
|
||
|
/* Define to 1 if you have the `_restgpr_14_x' function. */
|
||
|
/* #undef HAVE__RESTGPR_14_X */
|
||
|
|
||
|
/* Define to 1 if you have the `__ashldi3' function. */
|
||
|
/* #undef HAVE___ASHLDI3 */
|
||
|
|
||
|
/* Define to 1 if you have the `__ashrdi3' function. */
|
||
|
/* #undef HAVE___ASHRDI3 */
|
||
|
|
||
|
/* Define to 1 if you have the `__bswapdi2' function. */
|
||
|
/* #undef HAVE___BSWAPDI2 */
|
||
|
|
||
|
/* Define to 1 if you have the `__bswapsi2' function. */
|
||
|
/* #undef HAVE___BSWAPSI2 */
|
||
|
|
||
|
/* Define to 1 if you have the `__lshrdi3' function. */
|
||
|
/* #undef HAVE___LSHRDI3 */
|
||
|
|
||
|
/* Define to 1 if you have the `__ucmpdi2' function. */
|
||
|
/* #undef HAVE___UCMPDI2 */
|
||
|
|
||
|
/* Locale dir */
|
||
|
#define LOCALEDIR "/usr/local/share/locale"
|
||
|
|
||
|
/* Define to 1 if you enable memory manager debugging. */
|
||
|
/* #undef MM_DEBUG */
|
||
|
|
||
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||
|
/* #undef NO_MINUS_C_MINUS_O */
|
||
|
|
||
|
/* Name of package */
|
||
|
#define PACKAGE "grub"
|
||
|
|
||
|
/* Define to the address where bug reports for this package should be sent. */
|
||
|
#define PACKAGE_BUGREPORT "bug-grub@gnu.org"
|
||
|
|
||
|
/* Define to the full name of this package. */
|
||
|
#define PACKAGE_NAME "GRUB"
|
||
|
|
||
|
/* Define to the full name and version of this package. */
|
||
|
#define PACKAGE_STRING "GRUB 2.02~beta2"
|
||
|
|
||
|
/* Define to the one symbol short name of this package. */
|
||
|
#define PACKAGE_TARNAME "grub"
|
||
|
|
||
|
/* Define to the home page for this package. */
|
||
|
#define PACKAGE_URL ""
|
||
|
|
||
|
/* Define to the version of this package. */
|
||
|
#define PACKAGE_VERSION "2.02~beta2"
|
||
|
|
||
|
/* The size of `long', as computed by sizeof. */
|
||
|
#if defined(MDE_CPU_IA32) || defined(MDE_CPU_ARM)
|
||
|
#define SIZEOF_LONG 4
|
||
|
#else
|
||
|
#define SIZEOF_LONG 8
|
||
|
#endif
|
||
|
|
||
|
/* The size of `TCHAR', as computed by sizeof. */
|
||
|
/* #undef SIZEOF_TCHAR */
|
||
|
|
||
|
/* The size of `void *', as computed by sizeof. */
|
||
|
#if defined(MDE_CPU_IA32) || defined(MDE_CPU_ARM)
|
||
|
#define SIZEOF_VOID_P 4
|
||
|
#else
|
||
|
#define SIZEOF_VOID_P 8
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if you have the ANSI C header files. */
|
||
|
#define STDC_HEADERS 1
|
||
|
|
||
|
/* Define to 1 if you have the LZMA library. */
|
||
|
#define USE_LIBLZMA 1
|
||
|
|
||
|
/* Enable extensions on AIX 3, Interix. */
|
||
|
#ifndef _ALL_SOURCE
|
||
|
# define _ALL_SOURCE 1
|
||
|
#endif
|
||
|
/* Enable GNU extensions on systems that have them. */
|
||
|
#ifndef _GNU_SOURCE
|
||
|
# define _GNU_SOURCE 1
|
||
|
#endif
|
||
|
/* Enable threading extensions on Solaris. */
|
||
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
||
|
# define _POSIX_PTHREAD_SEMANTICS 1
|
||
|
#endif
|
||
|
/* Enable extensions on HP NonStop. */
|
||
|
#ifndef _TANDEM_SOURCE
|
||
|
# define _TANDEM_SOURCE 1
|
||
|
#endif
|
||
|
/* Enable general extensions on Solaris. */
|
||
|
#ifndef __EXTENSIONS__
|
||
|
# define __EXTENSIONS__ 1
|
||
|
#endif
|
||
|
|
||
|
|
||
|
/* Version number of package */
|
||
|
#define VERSION "2.02~beta2"
|
||
|
|
||
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||
|
# if defined __BIG_ENDIAN__
|
||
|
# define WORDS_BIGENDIAN 1
|
||
|
# endif
|
||
|
#else
|
||
|
# ifndef WORDS_BIGENDIAN
|
||
|
/* # undef WORDS_BIGENDIAN */
|
||
|
# endif
|
||
|
#endif
|
||
|
|
||
|
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
|
||
|
`char[]'. */
|
||
|
#define YYTEXT_POINTER 1
|
||
|
|
||
|
/* Enable large inode numbers on Mac OS X 10.5. */
|
||
|
#ifndef _DARWIN_USE_64_BIT_INODE
|
||
|
# define _DARWIN_USE_64_BIT_INODE 1
|
||
|
#endif
|
||
|
|
||
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
||
|
/* #undef _FILE_OFFSET_BITS */
|
||
|
|
||
|
/* Define for large files, on AIX-style hosts. */
|
||
|
/* #undef _LARGE_FILES */
|
||
|
|
||
|
/* Define to 1 if on MINIX. */
|
||
|
/* #undef _MINIX */
|
||
|
|
||
|
/* Define to 2 if the system does not provide POSIX.1 features except with
|
||
|
this defined. */
|
||
|
/* #undef _POSIX_1_SOURCE */
|
||
|
|
||
|
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
||
|
/* #undef _POSIX_SOURCE */
|