summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-04-03 03:31:04 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-03 03:31:04 +0000
commit517bc85f95843630ecb4c50f030c1c3708a5eec9 (patch)
tree28c5b18d73dbe808f116ba1b22077702f634b0b2
parent32ec17e954d4ebedf008f5ed8458555d731f539e (diff)
downloadgmime-517bc85f95843630ecb4c50f030c1c3708a5eec9.tar.gz
fix config.h.in
-rw-r--r--config.h.in127
1 files changed, 46 insertions, 81 deletions
diff --git a/config.h.in b/config.h.in
index 8e13b8f7..20ce68f7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,85 +1,66 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
+
+/* Name of package */
#undef PACKAGE
+
+/* Version number of package */
#undef VERSION
#undef _POSIX_SOURCE
+/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* needed headers */
+/* Define if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
+
+/* Define if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H
+
+/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
+
+/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+
+/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
+
+/* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
-/* needed functions */
+/* Define if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
+/* date/time manipulation */
+
+/* timezone variables */
#undef HAVE_TIMEZONE
#undef HAVE_TM_GMTOFF
-#undef HAVE_ISBLANK
-#undef HAVE_STRFTIME
-#undef HAVE_LOCALTIME
-#undef HAVE_ALLOCA
-#undef HAVE_ICONV
-#undef ICONV_CONST
-#undef HAVE_ICONV_DETECT_H
+/* Define if you have the `isblank' function. */
+#undef HAVE_ISBLANK
-#undef HAVE_MMAP
-#undef HAVE_MUNMAP
-#undef HAVE_MSYNC
+/* Define if you have the `strftime' function. */
+#undef HAVE_STRFTIME
-/* strlib functions */
-#undef HAVE_MEMCHR
-#undef HAVE_MEMRCHR
-#undef HAVE_MEMMEM
-#undef HAVE_STRLEN
-#undef HAVE_STRCPY
-#undef HAVE_STRNCPY
-#undef HAVE_STRLCPY
-#undef HAVE_STPCPY
-#undef HAVE_STRCAT
-#undef HAVE_STRNCAT
-#undef HAVE_STRLCAT
-#undef HAVE_STRCHR
-#undef HAVE_STRRCHR
-#undef HAVE_STRNSTR
-#undef HAVE_STRSTR
-#undef HAVE_STRNCASESTR
-#undef HAVE_STRCASESTR
-#undef HAVE_STRNCASECMP
-#undef HAVE_STRCASECMP
+/* Define if you have the `localtime' function. */
+#undef HAVE_LOCALTIME
/* Define if you have the `alloca' function. */
#undef HAVE_ALLOCA
-/* Define if you have the <alloca.h> header file. */
-#undef HAVE_ALLOCA_H
-
-/* Define if you have the <ctype.h> header file. */
-#undef HAVE_CTYPE_H
-
-/* Define if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
+/* charset conversion */
/* Define if you have the iconv() function. */
#undef HAVE_ICONV
-/* Define if you have the `isblank' function. */
-#undef HAVE_ISBLANK
-
-/* Define if you have the `localtime' function. */
-#undef HAVE_LOCALTIME
-
-/* Define if you have the `memchr' function. */
-#undef HAVE_MEMCHR
+/* Define as const if the declaration of iconv() needs const. */
+#undef ICONV_CONST
-/* Define if you have the `memmem' function. */
-#undef HAVE_MEMMEM
+#undef HAVE_ICONV_DETECT_H
-/* Define if you have the `memrchr' function. */
-#undef HAVE_MEMRCHR
+/* memory mapping */
/* Define if you have the `mmap' function. */
#undef HAVE_MMAP
@@ -90,8 +71,19 @@
/* Define if you have the `munmap' function. */
#undef HAVE_MUNMAP
-/* Define if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
+/* string functions */
+
+/* Define if you have the `memchr' function. */
+#undef HAVE_MEMCHR
+
+/* Define if you have the `memrchr' function. */
+#undef HAVE_MEMRCHR
+
+/* Define if you have the `memmem' function. */
+#undef HAVE_MEMMEM
+
+/* Define if you have the `strlen' function. */
+#undef HAVE_STRLEN
/* Define if you have the `stpcpy' function. */
#undef HAVE_STPCPY
@@ -111,21 +103,12 @@
/* Define if you have the `strcpy' function. */
#undef HAVE_STRCPY
-/* Define if you have the `strftime' function. */
-#undef HAVE_STRFTIME
-
-/* Define if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
/* Define if you have the `strlcat' function. */
#undef HAVE_STRLCAT
/* Define if you have the `strlcpy' function. */
#undef HAVE_STRLCPY
-/* Define if you have the `strlen' function. */
-#undef HAVE_STRLEN
-
/* Define if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP
@@ -146,21 +129,3 @@
/* Define if you have the `strstr' function. */
#undef HAVE_STRSTR
-
-/* Define if you have the <sys/mman.h> header file. */
-#undef HAVE_SYS_MMAN_H
-
-/* Define if you have the <time.h> header file. */
-#undef HAVE_TIME_H
-
-/* Define as const if the declaration of iconv() needs const. */
-#undef ICONV_CONST
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION