aboutsummaryrefslogtreecommitdiffstats
path: root/apps/X11/InstallMgr/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/InstallMgr/config.h')
-rw-r--r--apps/X11/InstallMgr/config.h56
1 files changed, 39 insertions, 17 deletions
diff --git a/apps/X11/InstallMgr/config.h b/apps/X11/InstallMgr/config.h
index 426a2fd..e064fb4 100644
--- a/apps/X11/InstallMgr/config.h
+++ b/apps/X11/InstallMgr/config.h
@@ -1,4 +1,4 @@
-/* config.h. Generated automatically by configure. */
+/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
#define ENABLE_NLS 1
/* #undef HAVE_CATGETS */
@@ -32,7 +32,8 @@
/* Define to 1 if you have the <argz.h> header file. */
#define HAVE_ARGZ_H 1
-/* Define to 1 if you have the `dcgettext' function. */
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+ */
#define HAVE_DCGETTEXT 1
/* Define to 1 if you have the `feof_unlocked' function. */
@@ -44,6 +45,9 @@
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
+/* Define to 1 if you have the `getc_unlocked' function. */
+#define HAVE_GETC_UNLOCKED 1
+
/* Define to 1 if you have the `getegid' function. */
#define HAVE_GETEGID 1
@@ -65,8 +69,12 @@
/* Define if you have the iconv() function. */
#define HAVE_ICONV 1
-/* Define to 1 if you have the <inttypes.h> header file. */
-/* #undef HAVE_INTTYPES_H */
+/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
+#define HAVE_INTTYPES_H 1
+
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
+ declares uintmax_t. */
+#define HAVE_INTTYPES_H_WITH_UINTMAX 1
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#define HAVE_LANGINFO_CODESET 1
@@ -84,7 +92,7 @@
#define HAVE_MALLOC_H 1
/* Define to 1 if you have the <memory.h> header file. */
-/* #undef HAVE_MEMORY_H */
+#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mempcpy' function. */
#define HAVE_MEMPCPY 1
@@ -111,7 +119,11 @@
#define HAVE_STDDEF_H 1
/* Define to 1 if you have the <stdint.h> header file. */
-/* #undef HAVE_STDINT_H */
+#define HAVE_STDINT_H 1
+
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
+ uintmax_t. */
+#define HAVE_STDINT_H_WITH_UINTMAX 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@@ -122,14 +134,11 @@
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
-/* Define to 1 if you have the `strchr' function. */
-#define HAVE_STRCHR 1
-
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
/* Define to 1 if you have the <strings.h> header file. */
-/* #undef HAVE_STRINGS_H */
+#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
@@ -141,10 +150,10 @@
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
-/* #undef HAVE_SYS_STAT_H */
+#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
-/* #undef HAVE_SYS_TYPES_H */
+#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the `tsearch' function. */
#define HAVE_TSEARCH 1
@@ -152,6 +161,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Define if you have the unsigned long long type. */
+#define HAVE_UNSIGNED_LONG_LONG 1
+
/* Define to 1 if you have the <X11/SM/SMlib.h> header file. */
#define HAVE_X11_SM_SMLIB_H 1
@@ -167,23 +179,29 @@
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST
+/* Define if integer division by zero raises signal SIGFPE. */
+#define INTDIV0_RAISES_SIGFPE 1
+
/* Name of package */
#define PACKAGE "installmgr"
/* Define to the address where bug reports for this package should be sent. */
-/* #undef PACKAGE_BUGREPORT */
+#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
-/* #undef PACKAGE_NAME */
+#define PACKAGE_NAME ""
/* Define to the full name and version of this package. */
-/* #undef PACKAGE_STRING */
+#define PACKAGE_STRING ""
/* Define to the one symbol short name of this package. */
-/* #undef PACKAGE_TARNAME */
+#define PACKAGE_TARNAME ""
/* Define to the version of this package. */
-/* #undef PACKAGE_VERSION */
+#define PACKAGE_VERSION ""
+
+/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
+/* #undef PRI_MACROS_BROKEN */
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
@@ -211,3 +229,7 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
+
+/* Define to unsigned long or unsigned long long if <inttypes.h> and
+ <stdint.h> don't define. */
+/* #undef uintmax_t */