aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-03-22 00:48:23 +0100
committermaximilian attems <max@stro.at>2010-03-22 01:27:30 +0100
commit2022055ced8135ed2917585d65faf8e894a57b3d (patch)
tree2d660b27f56176f27d6605914871708c74d88434
parentb88f0c31bae1ee23d1b8295111a2dd7918fe7e57 (diff)
downloadklibc-2022055ced8135ed2917585d65faf8e894a57b3d.tar.gz
[klibc] dash update config.h
this is latest git dash configured with klcc against klibc 1.5.17. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/dash/config.h92
1 files changed, 85 insertions, 7 deletions
diff --git a/usr/dash/config.h b/usr/dash/config.h
index a557b46e7fcd2..43b6301a2a0dc 100644
--- a/usr/dash/config.h
+++ b/usr/dash/config.h
@@ -1,33 +1,66 @@
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define if __attribute__((__alias__())) is supported */
+#define HAVE_ALIAS_ATTRIBUTE 1
+
+/* Define to 1 if you have the <alloca.h> header file. */
+#define HAVE_ALLOCA_H 1
+
/* Define to 1 if you have the `bsearch' function. */
#define HAVE_BSEARCH 1
+/* Define to 1 if you have the `fnmatch' function. */
+/* #undef HAVE_FNMATCH */
+
/* Define to 1 if you have the `getpwnam' function. */
-/* #undef HAVE_GETPWNAM */
+#define HAVE_GETPWNAM 1
/* Define to 1 if you have the `getrlimit' function. */
/* #undef HAVE_GETRLIMIT */
+/* Define to 1 if you have the `glob' function. */
+/* #undef HAVE_GLOB */
+
+/* Define to 1 if you have the `imaxdiv' function. */
+/* #undef HAVE_IMAXDIV */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
/* Define to 1 if you have the `isalpha' function. */
#define HAVE_ISALPHA 1
/* Define to 1 if you have the `killpg' function. */
/* #undef HAVE_KILLPG */
+/* Define to 1 if you have the <memory.h> header file. */
+/* #undef HAVE_MEMORY_H */
+
/* Define to 1 if you have the `mempcpy' function. */
/* #undef HAVE_MEMPCPY */
/* Define to 1 if you have the `sigsetmask' function. */
/* #undef HAVE_SIGSETMASK */
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
/* Define to 1 if you have the `stpcpy' function. */
/* #undef HAVE_STPCPY */
/* Define to 1 if you have the `strchrnul' function. */
/* #undef HAVE_STRCHRNUL */
+/* Define to 1 if you have the <strings.h> header file. */
+/* #undef HAVE_STRINGS_H */
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
/* Define to 1 if you have the `strsignal' function. */
#define HAVE_STRSIGNAL 1
@@ -43,6 +76,15 @@
/* Define to 1 if you have the `sysconf' function. */
/* #undef HAVE_SYSCONF */
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
/* Name of package */
#define PACKAGE "dash"
@@ -53,21 +95,57 @@
#define PACKAGE_NAME "dash"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "dash 0.5.4"
+#define PACKAGE_STRING "dash 0.5.5.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "dash"
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.5.4"
+#define PACKAGE_VERSION "0.5.5.1"
-/* Version number of package */
-#define VERSION "0.5.4"
+/* Define if you build with -DSMALL */
+#define SMALL 1
+/* Define to 1 if you have the ANSI C header files. */
+/* #undef STDC_HEADERS */
+
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# define _ALL_SOURCE 1
+#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+
+
+/* Version number of package */
+#define VERSION "0.5.5.1"
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+ this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
/* 64-bit operations are the same as 32-bit */
#define fstat64 fstat
@@ -79,7 +157,7 @@
#define open64 open
/* klibc has bsd_signal instead of signal */
-#define signal bsd_signal
+/* #undef signal */
/* 64-bit operations are the same as 32-bit */
#define stat64 stat