Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (hide annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File MIME type: text/plain
File size: 2255 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 niro 532 /* config.h. Generated by configure. */
2     /* config.h.in. Generated from configure.ac by autoheader. */
3    
4     /* Define to 1 if you have the `bsearch' function. */
5     #define HAVE_BSEARCH 1
6    
7     /* Define to 1 if you have the `getpwnam' function. */
8     /* #undef HAVE_GETPWNAM */
9    
10     /* Define to 1 if you have the `getrlimit' function. */
11     /* #undef HAVE_GETRLIMIT */
12    
13     /* Define to 1 if you have the `isalpha' function. */
14     #define HAVE_ISALPHA 1
15    
16     /* Define to 1 if you have the `killpg' function. */
17     /* #undef HAVE_KILLPG */
18    
19     /* Define to 1 if you have the `mempcpy' function. */
20     /* #undef HAVE_MEMPCPY */
21    
22     /* Define to 1 if you have the `sigsetmask' function. */
23     /* #undef HAVE_SIGSETMASK */
24    
25     /* Define to 1 if you have the `stpcpy' function. */
26     /* #undef HAVE_STPCPY */
27    
28     /* Define to 1 if you have the `strchrnul' function. */
29     /* #undef HAVE_STRCHRNUL */
30    
31     /* Define to 1 if you have the `strsignal' function. */
32     #define HAVE_STRSIGNAL 1
33    
34     /* Define to 1 if you have the `strtod' function. */
35     /* #undef HAVE_STRTOD */
36    
37     /* Define to 1 if you have the `strtoimax' function. */
38     #define HAVE_STRTOIMAX 1
39    
40     /* Define to 1 if you have the `strtoumax' function. */
41     #define HAVE_STRTOUMAX 1
42    
43     /* Define to 1 if you have the `sysconf' function. */
44     /* #undef HAVE_SYSCONF */
45    
46     /* Name of package */
47     #define PACKAGE "dash"
48    
49     /* Define to the address where bug reports for this package should be sent. */
50     #define PACKAGE_BUGREPORT ""
51    
52     /* Define to the full name of this package. */
53     #define PACKAGE_NAME "dash"
54    
55     /* Define to the full name and version of this package. */
56     #define PACKAGE_STRING "dash 0.5.2"
57    
58     /* Define to the one symbol short name of this package. */
59     #define PACKAGE_TARNAME "dash"
60    
61     /* Define to the version of this package. */
62     #define PACKAGE_VERSION "0.5.2"
63    
64     /* Version number of package */
65     #define VERSION "0.5.2"
66    
67     /* Enable GNU extensions on systems that have them. */
68     #ifndef _GNU_SOURCE
69     # define _GNU_SOURCE 1
70     #endif
71    
72     /* 64-bit operations are the same as 32-bit */
73     #define fstat64 fstat
74    
75     /* 64-bit operations are the same as 32-bit */
76     #define lstat64 lstat
77    
78     /* 64-bit operations are the same as 32-bit */
79     #define open64 open
80    
81     /* klibc has bsd_signal instead of signal */
82     #define signal bsd_signal
83    
84     /* 64-bit operations are the same as 32-bit */
85     #define stat64 stat