netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / gnu / usr.bin / cc47 / libdecnumber / config.h
1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7 /* Define to 1 if you have the <ctype.h> header file. */
8 #define HAVE_CTYPE_H 1
9
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
12
13 /* Define to 1 if you have the <memory.h> header file. */
14 #define HAVE_MEMORY_H 1
15
16 /* Define to 1 if you have the <stddef.h> header file. */
17 #define HAVE_STDDEF_H 1
18
19 /* Define to 1 if you have the <stdint.h> header file. */
20 #define HAVE_STDINT_H 1
21
22 /* Define to 1 if you have the <stdio.h> header file. */
23 #define HAVE_STDIO_H 1
24
25 /* Define to 1 if you have the <stdlib.h> header file. */
26 #define HAVE_STDLIB_H 1
27
28 /* Define to 1 if you have the <strings.h> header file. */
29 #define HAVE_STRINGS_H 1
30
31 /* Define to 1 if you have the <string.h> header file. */
32 #define HAVE_STRING_H 1
33
34 /* Define to 1 if you have the <sys/stat.h> header file. */
35 #define HAVE_SYS_STAT_H 1
36
37 /* Define to 1 if you have the <sys/types.h> header file. */
38 #define HAVE_SYS_TYPES_H 1
39
40 /* Define to 1 if you have the <unistd.h> header file. */
41 #define HAVE_UNISTD_H 1
42
43 /* Define to the address where bug reports for this package should be sent. */
44 #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
45
46 /* Define to the full name of this package. */
47 #define PACKAGE_NAME "libdecnumber"
48
49 /* Define to the full name and version of this package. */
50 #define PACKAGE_STRING "libdecnumber  "
51
52 /* Define to the one symbol short name of this package. */
53 #define PACKAGE_TARNAME "libdecnumber"
54
55 /* Define to the home page for this package. */
56 #define PACKAGE_URL ""
57
58 /* Define to the version of this package. */
59 #define PACKAGE_VERSION " "
60
61 /* The size of `char', as computed by sizeof. */
62 /* #undef SIZEOF_CHAR */
63
64 /* The size of `int', as computed by sizeof. */
65 #define SIZEOF_INT 4
66
67 /* The size of `long', as computed by sizeof. */
68 #define SIZEOF_LONG BYTESLONG
69
70 /* The size of `short', as computed by sizeof. */
71 /* #undef SIZEOF_SHORT */
72
73 /* The size of `void *', as computed by sizeof. */
74 /* #undef SIZEOF_VOID_P */
75
76 /* Define to 1 if you have the ANSI C header files. */
77 #define STDC_HEADERS 1
78
79 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
80    significant byte first (like Motorola and SPARC, unlike Intel). */
81 #if defined AC_APPLE_UNIVERSAL_BUILD
82 # if defined __BIG_ENDIAN__
83 #  define WORDS_BIGENDIAN 1
84 # endif
85 #else
86 # ifndef WORDS_BIGENDIAN
87 /* #  undef WORDS_BIGENDIAN */
88 # endif
89 #endif
90
91 /* Define to empty if `const' does not conform to ANSI C. */
92 /* #undef const */
93
94 /* Define to `long int' if <sys/types.h> does not define. */
95 /* #undef off_t */