Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc alpha and hppa mknative-gcc files.



details:   https://anonhg.NetBSD.org/src/rev/c16baecbd653
branches:  trunk
changeset: 767013:c16baecbd653
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 07 02:07:31 2011 +0000

description:
alpha and hppa mknative-gcc files.

diffstat:

 external/gpl3/gcc/lib/crtstuff/arch/alpha.mk                  |    10 +
 external/gpl3/gcc/lib/crtstuff/arch/hppa.mk                   |    10 +
 external/gpl3/gcc/lib/libgcc/arch/alpha.mk                    |    24 +
 external/gpl3/gcc/lib/libgcc/arch/hppa.mk                     |    24 +
 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk       |     5 +
 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h    |     8 +
 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/defs.mk        |     5 +
 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h     |     8 +
 external/gpl3/gcc/lib/libiberty/arch/alpha/config.h           |   480 ++
 external/gpl3/gcc/lib/libobjc/arch/alpha/config.h             |    73 +
 external/gpl3/gcc/lib/libobjc/arch/alpha/defs.mk              |    10 +
 external/gpl3/gcc/lib/libobjc/arch/hppa/config.h              |    73 +
 external/gpl3/gcc/lib/libobjc/arch/hppa/defs.mk               |    10 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++allocator.h  |    41 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h     |  1507 +++++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h        |  1127 +++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/cxxabi_tweaks.h |    62 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk         |    34 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h       |    51 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-default.h  |   872 ++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-posix.h    |   872 ++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-single.h   |   296 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr-tpf.h      |   233 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gthr.h          |   177 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/omp.h           |   109 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++allocator.h   |    41 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h      |  1507 +++++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h         |  1127 +++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/cxxabi_tweaks.h  |    62 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/defs.mk          |    34 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h        |    51 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-default.h   |   872 ++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-posix.h     |   872 ++++
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-single.h    |   296 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr-tpf.h       |   233 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gthr.h           |   177 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/omp.h            |   109 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/all-tree.def         |     5 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/auto-host.h          |  1915 ++++++++++
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/bconfig.h            |    11 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/bversion.h           |     8 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/config.h             |    14 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h         |    11 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk              |    52 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/gthr-default.h       |     5 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/gtyp-input.list      |   184 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/multilib.h           |    20 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h     |    17 +
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/tm.h                 |    24 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/all-tree.def          |     5 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/auto-host.h           |  1915 ++++++++++
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/bconfig.h             |    11 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/bversion.h            |     8 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/config.h              |    14 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h          |    11 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk               |    52 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/gthr-default.h        |     5 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/gtyp-input.list       |   188 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/multilib.h            |    20 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h      |    17 +
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/tm.h                  |    28 +
 external/gpl3/gcc/usr.bin/libcpp/arch/alpha/config.h          |   290 +
 external/gpl3/gcc/usr.bin/libcpp/arch/hppa/config.h           |   290 +
 external/gpl3/gcc/usr.bin/libdecnumber/arch/alpha/config.h    |    99 +
 external/gpl3/gcc/usr.bin/libdecnumber/arch/hppa/config.h     |    99 +
 65 files changed, 16820 insertions(+), 0 deletions(-)

diffs (truncated from 17080 to 300 lines):

diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/crtstuff/arch/alpha.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/arch/alpha.mk      Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,10 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
+G_CRTSTUFF_CFLAGS=-O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I${GNUHOSTDIST}/gcc 
-I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd 
-I../libdecnumber   -I/usr/include/libelf  -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize 
+G_CRTSTUFF_T_CFLAGS=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
+G_xm_file=
+G_xm_defines=
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/crtstuff/arch/hppa.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/arch/hppa.mk       Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,10 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
+G_CRTSTUFF_CFLAGS=-O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I${GNUHOSTDIST}/gcc 
-I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd 
-I../libdecnumber   -I/usr/include/libelf  -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize 
+G_CRTSTUFF_T_CFLAGS=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
+G_xm_file=
+G_xm_defines=
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libgcc/arch/alpha.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/alpha.mk        Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,24 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
+G_LIB2ADD=${GNUHOSTDIST}/gcc/config/alpha/qrnnd.asm
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB2ADD_ST=
+G_LIB1ASMFUNCS=
+G_LIB1ASMSRC=
+G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
+G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
+G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/alpha/qrnnd.asm
+G_LIBGCC2_CFLAGS=-O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -mieee -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
+G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
+G_SHLIB_MKMAP_OPTS=
+G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver
+G_SHLIB_NM_FLAGS=-pg
+G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/ginclude/tgmath.h
+G_xm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
+G_COLLECT2=collect2
+G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h
+G_xm_include_list=auto-host.h ansidecl.h
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libgcc/arch/hppa.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/hppa.mk Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,24 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
+G_LIB2ADD=${GNUHOSTDIST}/gcc/config/pa/fptr.c
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB2ADD_ST=
+G_LIB1ASMFUNCS=_divI _divU _remI _remU _div_const _mulI _dyncall
+G_LIB1ASMSRC=pa/milli64.S
+G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
+G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
+G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/pa/fptr.c
+G_LIBGCC2_CFLAGS=-O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -DELF=1 -DNETBSD=1 -g 
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
+G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
+G_SHLIB_MKMAP_OPTS=
+G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver
+G_SHLIB_NM_FLAGS=-pg
+G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/ginclude/tgmath.h
+G_xm_defines=
+G_tm_defines=NETBSD_ENABLE_PTHREADS
+G_COLLECT2=collect2
+G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h
+G_xm_include_list=auto-host.h ansidecl.h
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/defs.mk   Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,5 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_LIBGCOV=_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler 
_gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h        Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,8 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* Generated automatically by the program `build/gcov-iov'
+   from `4.5.3 (4 5) and  (*)'.  */
+
+#define GCOV_VERSION ((gcov_unsigned_t)0x3430352a)  /* 405* */
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/defs.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/defs.mk    Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,5 @@
+# This file is automatically generated.  DO NOT EDIT!
+# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
+#
+G_LIBGCOV=_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler 
_gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,8 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* Generated automatically by the program `build/gcov-iov'
+   from `4.5.3 (4 5) and  (*)'.  */
+
+#define GCOV_VERSION ((gcov_unsigned_t)0x3430352a)  /* 405* */
diff -r 878b56115e23 -r c16baecbd653 external/gpl3/gcc/lib/libiberty/arch/alpha/config.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/gpl3/gcc/lib/libiberty/arch/alpha/config.h       Thu Jul 07 02:07:31 2011 +0000
@@ -0,0 +1,480 @@
+/* This file is automatically generated.  DO NOT EDIT! */
+/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
+
+/* 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 */
+
+/* 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 you have the <alloca.h> header file. */
+/* #undef HAVE_ALLOCA_H */
+
+/* Define to 1 if you have the `asprintf' function. */
+#define HAVE_ASPRINTF 1
+
+/* Define to 1 if you have the `atexit' function. */
+#define HAVE_ATEXIT 1
+
+/* Define to 1 if you have the `basename' function. */
+#define HAVE_BASENAME 1
+
+/* Define to 1 if you have the `bcmp' function. */
+#define HAVE_BCMP 1
+
+/* Define to 1 if you have the `bcopy' function. */
+#define HAVE_BCOPY 1
+
+/* Define to 1 if you have the `bsearch' function. */
+#define HAVE_BSEARCH 1
+
+/* Define to 1 if you have the `bzero' function. */
+#define HAVE_BZERO 1
+
+/* Define to 1 if you have the `calloc' function. */
+#define HAVE_CALLOC 1
+
+/* Define to 1 if you have the `canonicalize_file_name' function. */
+/* #undef HAVE_CANONICALIZE_FILE_NAME */
+
+/* Define to 1 if you have the `clock' function. */
+#define HAVE_CLOCK 1
+
+/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
+   don't. */
+#define HAVE_DECL_ASPRINTF 1
+
+/* Define to 1 if you have the declaration of `basename', and to 0 if you
+   don't. */
+#define HAVE_DECL_BASENAME 0
+
+/* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
+   */
+#define HAVE_DECL_CALLOC 1
+
+/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
+#define HAVE_DECL_FFS 1
+
+/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
+   */
+#define HAVE_DECL_GETENV 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 `malloc', and to 0 if you don't.
+   */
+#define HAVE_DECL_MALLOC 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 `sbrk', and to 0 if you don't.
+   */
+#define HAVE_DECL_SBRK 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 `strverscmp', and to 0 if you
+   don't. */
+#define HAVE_DECL_STRVERSCMP 0
+
+/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
+   don't. */
+#define HAVE_DECL_VASPRINTF 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 <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define to 1 if you have the `ffs' function. */
+#define HAVE_FFS 1
+
+/* Define to 1 if you have the `fork' function. */
+#define HAVE_FORK 1
+
+/* Define to 1 if you have the `getcwd' function. */
+#define HAVE_GETCWD 1
+
+/* Define to 1 if you have the `getpagesize' function. */
+#define HAVE_GETPAGESIZE 1
+
+/* Define to 1 if you have the `getrusage' function. */
+#define HAVE_GETRUSAGE 1
+
+/* Define to 1 if you have the `getsysinfo' function. */
+/* #undef HAVE_GETSYSINFO */
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define to 1 if you have the `index' function. */
+#define HAVE_INDEX 1
+
+/* Define to 1 if you have the `insque' function. */
+#define HAVE_INSQUE 1
+
+/* Define to 1 if the system has the type `intptr_t'. */
+#define HAVE_INTPTR_T 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
+/* #undef HAVE_MACHINE_HAL_SYSINFO_H */
+
+/* Define to 1 if you have the <malloc.h> header file. */
+#define HAVE_MALLOC_H 1
+
+/* Define to 1 if you have the `memchr' function. */
+#define HAVE_MEMCHR 1
+
+/* Define to 1 if you have the `memcmp' function. */
+#define HAVE_MEMCMP 1
+
+/* Define to 1 if you have the `memcpy' function. */
+#define HAVE_MEMCPY 1
+
+/* Define to 1 if you have the `memmem' function. */
+#define HAVE_MEMMEM 1
+
+/* Define to 1 if you have the `memmove' function. */
+#define HAVE_MEMMOVE 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the `mempcpy' function. */
+/* #undef HAVE_MEMPCPY */
+
+/* Define to 1 if you have the `memset' function. */
+#define HAVE_MEMSET 1
+
+/* Define to 1 if you have the `mkstemps' function. */
+/* #undef HAVE_MKSTEMPS */
+



Home | Main Index | Thread Index | Old Index