forked from KolibriOS/kolibrios
4f7ee97ec9
git-svn-id: svn://kolibrios.org@4680 a494cfbc-eb01-0410-851d-a64ba20cac60
108 lines
2.9 KiB
C
108 lines
2.9 KiB
C
/* config.h. Generated automatically by configure. */
|
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
/* #undef const */
|
|
|
|
/* Define if you have a working `mmap' system call. */
|
|
/* #define HAVE_MMAP 1 */
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
/* #undef off_t */
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
/* #undef size_t */
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Define if you want to include extra debugging code */
|
|
/* #undef ENABLE_DEBUG */
|
|
|
|
/* Define if memmove() does not copy overlapping arrays correctly */
|
|
/* #undef HAVE_BROKEN_MEMMOVE */
|
|
|
|
/* Define if you have the catgets function. */
|
|
/* #undef HAVE_CATGETS */
|
|
|
|
/* Define if you have the gettext function. */
|
|
/* #define HAVE_GETTEXT 1 */
|
|
|
|
/* Define if you have the memset function. */
|
|
#define HAVE_MEMSET 1
|
|
|
|
/* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */
|
|
/* #undef HAVE_STRUCT_NLIST_DECLARATION */
|
|
|
|
/* Define if Elf32_Dyn is declared in <link.h> */
|
|
/* #undef NEED_LINK_H */
|
|
|
|
/* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */
|
|
#define __LIBELF_HEADER_ELF_H <elf.h>
|
|
|
|
/* Define if you want 64-bit support (and your system supports it) */
|
|
#define __LIBELF64 1
|
|
|
|
/* Define if you want 64-bit support, and are running IRIX */
|
|
/* #undef __LIBELF64_IRIX */
|
|
|
|
/* Define if you want 64-bit support, and are running Linux */
|
|
/* #undef __LIBELF64_LINUX */
|
|
|
|
/* Define to a 64-bit signed integer type if one exists */
|
|
#define __libelf_i64_t long long
|
|
|
|
/* Define to a 64-bit unsigned integer type if one exists */
|
|
#define __libelf_u64_t unsigned long long
|
|
|
|
/* Define to a 32-bit signed integer type if one exists */
|
|
#define __libelf_i32_t long
|
|
|
|
/* Define to a 32-bit unsigned integer type if one exists */
|
|
#define __libelf_u32_t unsigned long
|
|
|
|
/* Define to a 16-bit signed integer type if one exists */
|
|
#define __libelf_i16_t short
|
|
|
|
/* Define to a 16-bit unsigned integer type if one exists */
|
|
#define __libelf_u16_t unsigned short
|
|
|
|
/* The number of bytes in a int. */
|
|
#define SIZEOF_INT 4
|
|
|
|
/* The number of bytes in a long. */
|
|
#define SIZEOF_LONG 4
|
|
|
|
/* The number of bytes in a long long. */
|
|
#define SIZEOF_LONG_LONG 8
|
|
|
|
/* The number of bytes in a short. */
|
|
#define SIZEOF_SHORT 2
|
|
|
|
/* Define if you have the ftruncate function. */
|
|
/* #define HAVE_FTRUNCATE 1 */
|
|
|
|
/* Define if you have the getpagesize function. */
|
|
#define HAVE_GETPAGESIZE 1
|
|
|
|
/* Define if you have the memcmp function. */
|
|
#define HAVE_MEMCMP 1
|
|
|
|
/* Define if you have the memcpy function. */
|
|
#define HAVE_MEMCPY 1
|
|
|
|
/* Define if you have the memmove function. */
|
|
#define HAVE_MEMMOVE 1
|
|
|
|
/* Define if you have the memset function. */
|
|
#define HAVE_MEMSET 1
|
|
|
|
/* Define if you have the <elf.h> header file. */
|
|
#define HAVE_ELF_H 1
|
|
|
|
/* Define if you have the <sys/elf.h> header file. */
|
|
#define HAVE_SYS_ELF_H 1
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#define HAVE_UNISTD_H 1
|