Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/dash/config.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1122 - (show annotations) (download)
Wed Aug 18 21:11:40 2010 UTC (13 years, 8 months ago) by niro
File MIME type: text/plain
File size: 4436 byte(s)
-updated to klibc-1.5.19
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Define if __attribute__((__alias__())) is supported */
5 #define HAVE_ALIAS_ATTRIBUTE 1
6
7 /* Define to 1 if you have the <alloca.h> header file. */
8 #define HAVE_ALLOCA_H 1
9
10 /* Define to 1 if you have the `bsearch' function. */
11 #define HAVE_BSEARCH 1
12
13 /* Define to 1 if you have the `faccessat' function. */
14 /* #undef HAVE_FACCESSAT */
15
16 /* Define to 1 if you have the `fnmatch' function. */
17 /* #undef HAVE_FNMATCH */
18
19 /* Define to 1 if you have the `getpwnam' function. */
20 #define HAVE_GETPWNAM 1
21
22 /* Define to 1 if you have the `getrlimit' function. */
23 /* #undef HAVE_GETRLIMIT */
24
25 /* Define to 1 if you have the `glob' function. */
26 /* #undef HAVE_GLOB */
27
28 /* Define to 1 if you have the `imaxdiv' function. */
29 /* #undef HAVE_IMAXDIV */
30
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #define HAVE_INTTYPES_H 1
33
34 /* Define to 1 if you have the `isalpha' function. */
35 #define HAVE_ISALPHA 1
36
37 /* Define to 1 if you have the `killpg' function. */
38 /* #undef HAVE_KILLPG */
39
40 /* Define to 1 if you have the <memory.h> header file. */
41 /* #undef HAVE_MEMORY_H */
42
43 /* Define to 1 if you have the `mempcpy' function. */
44 /* #undef HAVE_MEMPCPY */
45
46 /* Define to 1 if you have the `sigsetmask' function. */
47 /* #undef HAVE_SIGSETMASK */
48
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
51
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
54
55 /* Define to 1 if you have the `stpcpy' function. */
56 /* #undef HAVE_STPCPY */
57
58 /* Define to 1 if you have the `strchrnul' function. */
59 /* #undef HAVE_STRCHRNUL */
60
61 /* Define to 1 if you have the <strings.h> header file. */
62 /* #undef HAVE_STRINGS_H */
63
64 /* Define to 1 if you have the <string.h> header file. */
65 #define HAVE_STRING_H 1
66
67 /* Define to 1 if you have the `strsignal' function. */
68 #define HAVE_STRSIGNAL 1
69
70 /* Define to 1 if you have the `strtod' function. */
71 /* #undef HAVE_STRTOD */
72
73 /* Define to 1 if you have the `strtoimax' function. */
74 #define HAVE_STRTOIMAX 1
75
76 /* Define to 1 if you have the `strtoumax' function. */
77 #define HAVE_STRTOUMAX 1
78
79 /* Define to 1 if you have the `sysconf' function. */
80 /* #undef HAVE_SYSCONF */
81
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #define HAVE_SYS_STAT_H 1
84
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #define HAVE_SYS_TYPES_H 1
87
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #define HAVE_UNISTD_H 1
90
91 /* Name of package */
92 #define PACKAGE "dash"
93
94 /* Define to the address where bug reports for this package should be sent. */
95 #define PACKAGE_BUGREPORT ""
96
97 /* Define to the full name of this package. */
98 #define PACKAGE_NAME "dash"
99
100 /* Define to the full name and version of this package. */
101 #define PACKAGE_STRING "dash 0.5.6"
102
103 /* Define to the one symbol short name of this package. */
104 #define PACKAGE_TARNAME "dash"
105
106 /* Define to the home page for this package. */
107 #define PACKAGE_URL ""
108
109 /* Define to the version of this package. */
110 #define PACKAGE_VERSION "0.5.6"
111
112 /* Define if you build with -DSMALL */
113 #define SMALL 1
114
115 /* Define to 1 if you have the ANSI C header files. */
116 /* #undef STDC_HEADERS */
117
118 /* Enable extensions on AIX 3, Interix. */
119 #ifndef _ALL_SOURCE
120 # define _ALL_SOURCE 1
121 #endif
122 /* Enable GNU extensions on systems that have them. */
123 #ifndef _GNU_SOURCE
124 # define _GNU_SOURCE 1
125 #endif
126 /* Enable threading extensions on Solaris. */
127 #ifndef _POSIX_PTHREAD_SEMANTICS
128 # define _POSIX_PTHREAD_SEMANTICS 1
129 #endif
130 /* Enable extensions on HP NonStop. */
131 #ifndef _TANDEM_SOURCE
132 # define _TANDEM_SOURCE 1
133 #endif
134 /* Enable general extensions on Solaris. */
135 #ifndef __EXTENSIONS__
136 # define __EXTENSIONS__ 1
137 #endif
138
139
140 /* Version number of package */
141 #define VERSION "0.5.6"
142
143 /* Define to 1 if on MINIX. */
144 /* #undef _MINIX */
145
146 /* Define to 2 if the system does not provide POSIX.1 features except with
147 this defined. */
148 /* #undef _POSIX_1_SOURCE */
149
150 /* Define to 1 if you need to in order for `stat' and other things to work. */
151 /* #undef _POSIX_SOURCE */
152
153 /* 64-bit operations are the same as 32-bit */
154 #define fstat64 fstat
155
156 /* 64-bit operations are the same as 32-bit */
157 #define lstat64 lstat
158
159 /* 64-bit operations are the same as 32-bit */
160 #define open64 open
161
162 /* klibc has bsd_signal instead of signal */
163 /* #undef signal */
164
165 /* 64-bit operations are the same as 32-bit */
166 #define stat64 stat