Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121 by niro, Fri Apr 24 18:32:46 2009 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 1  Line 1 
1  /* config.h.  Generated by configure.  */  /* config.h.  Generated from config.h.in by configure.  */
2  /* config.h.in.  Generated from configure.ac by autoheader.  */  /* 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. */  /* Define to 1 if you have the `bsearch' function. */
11  #define HAVE_BSEARCH 1  #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. */  /* Define to 1 if you have the `getpwnam' function. */
20  /* #undef HAVE_GETPWNAM */  #define HAVE_GETPWNAM 1
21    
22  /* Define to 1 if you have the `getrlimit' function. */  /* Define to 1 if you have the `getrlimit' function. */
23  /* #undef HAVE_GETRLIMIT */  /* #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. */  /* Define to 1 if you have the `isalpha' function. */
35  #define HAVE_ISALPHA 1  #define HAVE_ISALPHA 1
36    
37  /* Define to 1 if you have the `killpg' function. */  /* Define to 1 if you have the `killpg' function. */
38  /* #undef HAVE_KILLPG */  /* #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. */  /* Define to 1 if you have the `mempcpy' function. */
44  /* #undef HAVE_MEMPCPY */  /* #undef HAVE_MEMPCPY */
45    
46  /* Define to 1 if you have the `sigsetmask' function. */  /* Define to 1 if you have the `sigsetmask' function. */
47  /* #undef HAVE_SIGSETMASK */  /* #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. */  /* Define to 1 if you have the `stpcpy' function. */
56  /* #undef HAVE_STPCPY */  /* #undef HAVE_STPCPY */
57    
58  /* Define to 1 if you have the `strchrnul' function. */  /* Define to 1 if you have the `strchrnul' function. */
59  /* #undef HAVE_STRCHRNUL */  /* #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. */  /* Define to 1 if you have the `strsignal' function. */
68  #define HAVE_STRSIGNAL 1  #define HAVE_STRSIGNAL 1
69    
# Line 43  Line 79 
79  /* Define to 1 if you have the `sysconf' function. */  /* Define to 1 if you have the `sysconf' function. */
80  /* #undef HAVE_SYSCONF */  /* #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 */  /* Name of package */
92  #define PACKAGE "dash"  #define PACKAGE "dash"
93    
# Line 53  Line 98 
98  #define PACKAGE_NAME "dash"  #define PACKAGE_NAME "dash"
99    
100  /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
101  #define PACKAGE_STRING "dash 0.5.4"  #define PACKAGE_STRING "dash 0.5.6"
102    
103  /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
104  #define PACKAGE_TARNAME "dash"  #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. */  /* Define to the version of this package. */
110  #define PACKAGE_VERSION "0.5.4"  #define PACKAGE_VERSION "0.5.6"
111    
112  /* Version number of package */  /* Define if you build with -DSMALL */
113  #define VERSION "0.5.4"  #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.  */  /* Enable GNU extensions on systems that have them.  */
123  #ifndef _GNU_SOURCE  #ifndef _GNU_SOURCE
124  # define _GNU_SOURCE 1  # define _GNU_SOURCE 1
125  #endif  #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 */  /* 64-bit operations are the same as 32-bit */
154  #define fstat64 fstat  #define fstat64 fstat
# Line 79  Line 160 
160  #define open64 open  #define open64 open
161    
162  /* klibc has bsd_signal instead of signal */  /* klibc has bsd_signal instead of signal */
163  #define signal bsd_signal  /* #undef signal */
164    
165  /* 64-bit operations are the same as 32-bit */  /* 64-bit operations are the same as 32-bit */
166  #define stat64 stat  #define stat64 stat

Legend:
Removed from v.1121  
changed lines
  Added in v.1122