/* config.h. Generated from config.in by configure. */ /* config.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Directories from which to load auto-loaded scripts. */ #define AUTO_LOAD_DIR ":/usr/share/auto-load" /* Directories safe to hold auto-loaded files. */ #define AUTO_LOAD_SAFE_PATH ":/usr/local/share/auto-load" /* Directory of programs. */ #define BINDIR "/usr/bin" /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ /* #undef CRAY_STACKSEG_END */ /* Define to 1 if using `alloca.c'. */ /* #undef C_ALLOCA */ /* look for global separate debug info in this path [LIBDIR/debug] */ #define DEBUGDIR "/usr/lib/debug" /* Define if the separate-debug-dir directory should be relocated when GDB is moved. */ #define DEBUGDIR_RELOCATABLE 1 /* Define to BFD's default architecture. */ /* #define DEFAULT_BFD_ARCH bfd_i386_arch */ /* Define to BFD's default target vector. */ /* #define DEFAULT_BFD_VEC bfd_elf64_x86_64_vec */ /* Define to 1 if translation of program messages to the user's native language is requested. */ /* #undef ENABLE_NLS */ /* look for global separate data files in this path [DATADIR/gdb] */ #define GDB_DATADIR "/usr/share/gdb" /* Define if the gdb-datadir directory should be relocated when GDB is moved. */ #define GDB_DATADIR_RELOCATABLE 1 /* Define to be a string naming the default host character set. */ #define GDB_DEFAULT_HOST_CHARSET "UTF-8" #if defined(__i386__) #define GDB_HOST_DOUBLE_FORMAT &floatformat_ieee_double_little #define GDB_HOST_FLOAT_FORMAT &floatformat_ieee_single_little #define GDB_HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext #elif defined(__x86_64__) #define GDB_HOST_DOUBLE_FORMAT 0 #define GDB_HOST_FLOAT_FORMAT 0 #define GDB_HOST_LONG_DOUBLE_FORMAT 0 #endif /* nativefile */ /* #undef GDB_NM_FILE */ /* Define to the default OS ABI for this configuration. */ #define GDB_OSABI_DEFAULT GDB_OSABI_DRAGONFLY /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have and it should be used (not on Ultrix). */ /* #undef HAVE_ALLOCA_H */ /* Define to 1 if you have the `btowc' function. */ #define HAVE_BTOWC 1 /* Define to 1 if you have the `canonicalize_file_name' function. */ /* #undef HAVE_CANONICALIZE_FILE_NAME */ /* Define to 1 if you have the header file. */ /* #undef HAVE_CURSESX_H */ /* Define to 1 if you have the header file. */ #define HAVE_CURSES_H 1 /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if you don't. */ #define HAVE_DECL_ADDR_NO_RANDOMIZE 0 /* Define to 1 if you have the declaration of `free', and to 0 if you don't. */ #define HAVE_DECL_FREE 1 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't. */ #define HAVE_DECL_GETOPT 1 /* Define to 1 if you have the declaration of `getthrds', and to 0 if you don't. */ /* #undef HAVE_DECL_GETTHRDS */ /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. */ #define HAVE_DECL_MALLOC 1 /* Define to 1 if you have the declaration of `ptrace', and to 0 if you don't. */ #define HAVE_DECL_PTRACE 1 /* Define to 1 if you have the declaration of `realloc', and to 0 if you don't. */ #define HAVE_DECL_REALLOC 1 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #define HAVE_DECL_SNPRINTF 1 /* Define to 1 if you have the declaration of `strerror', and to 0 if you don't. */ #define HAVE_DECL_STRERROR 1 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. */ #define HAVE_DECL_STRSTR 1 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #define HAVE_DECL_VSNPRINTF 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define if ELF support should be included. */ #define HAVE_ELF 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_ELF_HP_H */ /* Define to 1 if your system has the etext variable. */ #define HAVE_ETEXT 1 /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 /* Define if has fpregset_t. */ #define HAVE_FPREGSET_T 1 /* Define to 1 if you have the `getgid' function. */ #define HAVE_GETGID 1 /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the `getrlimit' function. */ #define HAVE_GETRLIMIT 1 /* Define to 1 if you have the `getrusage' function. */ #define HAVE_GETRUSAGE 1 /* Define to 1 if you have the `getuid' function. */ #define HAVE_GETUID 1 /* Define if has gregset_t. */ #define HAVE_GREGSET_T 1 /* Define if you have the iconv() function. */ #define HAVE_ICONV 1 /* Define to 1 if you have the `iconvlist' function. */ #define HAVE_ICONVLIST 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define if you have and nl_langinfo(CODESET). */ #define HAVE_LANGINFO_CODESET 1 /* Define if your file defines LC_MESSAGES. */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if you have the `dl' library (-ldl). */ /* #undef HAVE_LIBDL */ /* Define if you have the expat library. */ /* #undef HAVE_LIBEXPAT */ /* Define to 1 if you have the `libiconvlist' function. */ /* #undef HAVE_LIBICONVLIST */ /* Define if you have the lzma library. */ #define HAVE_LIBLZMA 1 /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 /* Define to 1 if you have the `mcheck' library (-lmcheck). */ /* #undef HAVE_LIBMCHECK */ /* Define if Python 2.4 is being used. */ /* #undef HAVE_LIBPYTHON2_4 */ /* Define if Python 2.5 is being used. */ /* #undef HAVE_LIBPYTHON2_5 */ /* Define if Python 2.6 is being used. */ /* #undef HAVE_LIBPYTHON2_6 */ /* Define if Python 2.7 is being used. */ /* #undef HAVE_LIBPYTHON2_7 */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LIBUNWIND_IA64_H */ /* Define to 1 if you have the `w' library (-lw). */ /* #undef HAVE_LIBW */ /* Define to 1 if you have the header file. */ #define HAVE_LINK_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_LINUX_PERF_EVENT_H */ /* Define to 1 if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define to 1 if the compiler supports long double. */ #define HAVE_LONG_DOUBLE 1 /* Define to 1 if you have the `lstat' function. */ #define HAVE_LSTAT 1 /* Define if has lwpid_t. */ #define HAVE_LWPID_T 1 /* Define to 1 if you have the header file. */ #define HAVE_MACHINE_REG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `monstartup' function. */ #define HAVE_MONSTARTUP 1 /* Define to 1 if you have the header file. */ #define HAVE_NCURSES_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_NCURSES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_NCURSES_TERM_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_NLIST_H 1 /* Define if you support the personality syscall. */ /* #undef HAVE_PERSONALITY */ /* Define to 1 if you have the `pipe' function. */ #define HAVE_PIPE 1 /* Define to 1 if you have the `poll' function. */ #define HAVE_POLL 1 /* Define to 1 if you have the header file. */ #define HAVE_POLL_H 1 /* Define to 1 if you have the `posix_madvise' function. */ #define HAVE_POSIX_MADVISE 1 /* Define to 1 if you have the `pread' function. */ #define HAVE_PREAD 1 /* Define to 1 if you have the `pread64' function. */ /* #undef HAVE_PREAD64 */ /* Define if has prfpregset32_t. */ /* #undef HAVE_PRFPREGSET32_T */ /* Define if has prfpregset_t. */ #define HAVE_PRFPREGSET_T 1 /* Define if has prgregset32_t. */ /* #undef HAVE_PRGREGSET32_T */ /* Define if has prgregset_t. */ #define HAVE_PRGREGSET_T 1 /* Define if ioctl argument PIOCSET is available. */ /* #undef HAVE_PROCFS_PIOCSET */ /* Define to 1 if you have the header file. */ /* #undef HAVE_PROC_SERVICE_H */ /* Define if has prrun_t. */ /* #undef HAVE_PRRUN_T */ /* Define if has prsysent_t. */ /* #undef HAVE_PRSYSENT_T */ /* Define if has pr_sigaction64_t. */ /* #undef HAVE_PR_SIGACTION64_T */ /* Define if has pr_siginfo64_t. */ /* #undef HAVE_PR_SIGINFO64_T */ /* Define if has pr_sigset_t. */ /* #undef HAVE_PR_SIGSET_T */ /* Define if has psaddr_t. */ #define HAVE_PSADDR_T 1 /* Define if has pstatus_t. */ /* #undef HAVE_PSTATUS_T */ /* Define if sys/ptrace.h defines the PTRACE_GETFPXREGS request. */ /* #undef HAVE_PTRACE_GETFPXREGS */ /* Define if sys/ptrace.h defines the PTRACE_GETREGS request. */ /* #undef HAVE_PTRACE_GETREGS */ /* Define to 1 if you have the header file. */ /* #undef HAVE_PTRACE_H */ /* Define if sys/ptrace.h defines the PT_GETDBREGS request. */ #define HAVE_PT_GETDBREGS 1 /* Define if sys/ptrace.h defines the PT_GETXMMREGS request. */ /* #undef HAVE_PT_GETXMMREGS */ /* Define to 1 if you have the `pwrite' function. */ #define HAVE_PWRITE 1 /* Define if Python interpreter is being linked in. */ /* #undef HAVE_PYTHON */ /* Define to 1 if you have the `readlink' function. */ #define HAVE_READLINK 1 /* Define to 1 if you have the `realpath' function. */ #define HAVE_REALPATH 1 /* Define to 1 if you have the `resize_term' function. */ #define HAVE_RESIZE_TERM 1 /* Define to 1 if you have the `sbrk' function. */ #define HAVE_SBRK 1 /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 /* Define to 1 if you have the `setpgid' function. */ #define HAVE_SETPGID 1 /* Define to 1 if you have the `setpgrp' function. */ #define HAVE_SETPGRP 1 /* Define to 1 if you have the `setrlimit' function. */ #define HAVE_SETRLIMIT 1 /* Define to 1 if you have the `setsid' function. */ #define HAVE_SETSID 1 /* Define to 1 if you have the header file. */ #define HAVE_SGTTY_H 1 /* Define to 1 if you have the `sigaction' function. */ #define HAVE_SIGACTION 1 /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 /* Define to 1 if you have the `sigprocmask' function. */ #define HAVE_SIGPROCMASK 1 /* Define if sigsetjmp is available. */ #define HAVE_SIGSETJMP 1 /* Define to 1 if you have the `sigsetmask' function. */ #define HAVE_SIGSETMASK 1 /* Define to 1 if you have the `socketpair' function. */ #define HAVE_SOCKETPAIR 1 /* Define to 1 if the system has the type `socklen_t'. */ #define HAVE_SOCKLEN_T 1 /* Define to 1 if you have the header file. */ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define if has struct link_map32 */ /* #undef HAVE_STRUCT_LINK_MAP32 */ /* Define if exists and defines struct link_map which has members with an ``lm_'' prefix. (For SunOS.) */ /* #undef HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS */ /* Define if exists and defines struct link_map which has members with an ``l_'' prefix. (For Solaris, SVR4, and SVR4-like systems.) */ #define HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS 1 /* Define to 1 if your system has struct lwp. */ /* #undef HAVE_STRUCT_LWP */ /* Define to 1 if your system has struct reg in . */ #define HAVE_STRUCT_REG 1 /* Define to 1 if `struct reg' is a member of `r_fs'. */ #define HAVE_STRUCT_REG_R_FS 1 /* Define to 1 if `struct reg' is a member of `r_gs'. */ #define HAVE_STRUCT_REG_R_GS 1 /* Define if exists and defines a struct so_map which has members with an ``som_'' prefix. (Found on older *BSD systems.) */ /* #undef HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS */ /* Define to 1 if `struct stat' is a member of `st_blksize'. */ #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 /* Define to 1 if `struct stat' is a member of `st_blocks'. */ #define HAVE_STRUCT_STAT_ST_BLOCKS 1 /* Define to 1 if `struct thread' is a member of `td_pcb'. */ /* #undef HAVE_STRUCT_THREAD_TD_PCB */ /* Define to 1 if `struct user_regs_struct' is a member of `fs_base'. */ /* #undef HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE */ /* Define to 1 if `struct user_regs_struct' is a member of `gs_base'. */ /* #undef HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE */ /* Define to 1 if you have the `syscall' function. */ #define HAVE_SYSCALL 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_DEBUGREG_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_FAULT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_FILIO_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_POLL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_PROCFS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_PROC_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_PTRACE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_REG_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_RESOURCE_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SYSCALL_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_UN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_USER_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_WAIT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define to 1 if you have the header file. */ #define HAVE_TERM_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_THREAD_DB_H */ /* Define if using Solaris thread debugging. */ /* #undef HAVE_THREAD_DB_LIB */ /* Define if you support the tkill syscall. */ /* #undef HAVE_TKILL_SYSCALL */ /* Define to 1 if you have the `ttrace' function. */ /* #undef HAVE_TTRACE */ /* Define to 1 if you have the 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 header file. */ /* #undef HAVE_VFORK_H */ /* Define to 1 if you have the `waitpid' function. */ #define HAVE_WAITPID 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_WAIT_H */ /* Define to 1 if you have the `wborder' function. */ #define HAVE_WBORDER 1 /* Define to 1 if `fork' works. */ #define HAVE_WORKING_FORK 1 /* Define to 1 if `vfork' works. */ #define HAVE_WORKING_VFORK 1 /* Define to 1 if you have the `wresize' function. */ #define HAVE_WRESIZE 1 /* Define to 1 if you have the `XML_StopParser' function. */ /* #undef HAVE_XML_STOPPARSER */ /* Define to 1 if you have the header file. */ #define HAVE_ZLIB_H 1 /* Define to 1 if your system has the _etext variable. */ #define HAVE__ETEXT 1 /* Define to 1 if you have the `_mcleanup' function. */ #define HAVE__MCLEANUP 1 /* Path of directory of iconv program. */ /* #undef ICONV_BIN */ /* Define if the iconv directory should be relocated when GDB is moved. */ /* #undef ICONV_BIN_RELOCATABLE */ /* Define as const if the declaration of iconv() needs const. */ #define ICONV_CONST /* directory to load the JIT readers from */ #define JIT_READER_DIR "/usr/lib/gdb" /* Define if the jit-reader-dir directory should be relocated when GDB is moved. */ #define JIT_READER_DIR_RELOCATABLE 1 /* Define if you want to use new multi-fd /proc interface (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */ /* #undef NEW_PROC_API */ /* Name of this package. */ #define PACKAGE "gdb" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Additional package description */ #define PKGVERSION "(GDB) " /* Define if the prfpregset_t type is broken. */ /* #undef PRFPREGSET_T_BROKEN */ /* Define to 1 if the "%H, %D and %DD" formats work to print decfloats. */ /* #undef PRINTF_HAS_DECFLOAT */ /* Define to 1 if the "%Lg" format works to print long doubles. */ #define PRINTF_HAS_LONG_DOUBLE 1 /* Define to 1 if the "%ll" format works to print long longs. */ #define PRINTF_HAS_LONG_LONG 1 /* Define if on solaris uses int instead of size_t, and assorted other type changes. */ /* #undef PROC_SERVICE_IS_OLD */ /* Define to the type of arg 3 for ptrace. */ #define PTRACE_TYPE_ARG3 caddr_t /* Define to the type of arg 5 for ptrace. */ /* #undef PTRACE_TYPE_ARG5 */ /* Define as the return type of ptrace. */ #define PTRACE_TYPE_RET int /* Define if the python directory should be relocated when GDB is moved. */ /* #undef PYTHON_PATH_RELOCATABLE */ /* Relocated directory for source files. */ /* #undef RELOC_SRCDIR */ /* Bug reporting address */ #define REPORT_BUGS_TO "" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void /* Define to 1 if the "%Lg" format works to scan long doubles. */ #define SCANF_HAS_LONG_DOUBLE 1 /* Define to 1 if the `setpgrp' function takes no argument. */ /* #undef SETPGRP_VOID */ /* The size of `long', as computed by sizeof. */ /* #undef SIZEOF_LONG */ /* The size of `unsigned long', as computed by sizeof. */ #if defined(__i386__) #define SIZEOF_UNSIGNED_LONG 4 #elif defined(__x86_64__) #define SIZEOF_UNSIGNED_LONG 8 #else #error Unsupported platform #endif /* The size of `unsigned long long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG_LONG 8 /* The size of `unsigned __int128', as computed by sizeof. */ #define SIZEOF_UNSIGNED___INT128 0 /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* automatically load a system-wide gdbinit file */ #define SYSTEM_GDBINIT "" /* Define if the system-gdbinit directory should be relocated when GDB is moved. */ #define SYSTEM_GDBINIT_RELOCATABLE 0 /* search for usr/lib et al within DIR */ #define TARGET_SYSTEM_ROOT "/" /* Define if the sysroot directory should be relocated when GDB is moved. */ #define TARGET_SYSTEM_ROOT_RELOCATABLE 0 /* Define if has the TD_NOTALLOC error code. */ /* #undef THREAD_DB_HAS_TD_NOTALLOC */ /* Define if has the TD_NOTLS error code. */ /* #undef THREAD_DB_HAS_TD_NOTLS */ /* Define if has the TD_VERSION error code. */ /* #undef THREAD_DB_HAS_TD_VERSION */ /* Define to 1 if the regex included in libiberty should be used. */ #define USE_INCLUDED_REGEX 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 /* Define if we should use the Windows API, instead of the POSIX API. On Windows, we use the Windows API when building for MinGW, but the POSIX API when building for Cygwin. */ /* #undef USE_WIN32API */ /* Define if --with-python provides a path, either directly or via python-config.py --exec-prefix. */ /* #undef WITH_PYTHON_PATH */ /* Define if the simulator is being linked in. */ /* #undef WITH_SIM */ /* 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 /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ /* Define to 1 so gets a definition of anon_hdl. Works around a problem on IRIX 5. */ /* #undef _KMEMUSER */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Define to 1 if on MINIX. */ /* #undef _MINIX */ /* Define to 1 to avoid a clash between and on Solaris 2.[789] when using GCC. */ /* #undef _MSE_INT_H */ /* 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 */ /* Define if has link_map32 (solaris sparc-64 target) */ /* #undef _SYSCALL32 */ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus /* #undef inline */ #endif /* Define to `int' if does not define. */ /* #undef pid_t */ /* Define as `fork' if `vfork' does not work. */ /* #undef vfork */