ossp-pkg/str/str_config.h.in 1.4 -> 1.5
--- str_config.h.in 2001/04/28 08:18:51 1.4
+++ str_config.h.in 2001/08/16 12:16:52 1.5
@@ -1,42 +1,76 @@
-/* str_config.h.in. Generated automatically from configure.in by autoheader. */
+/* str_config.h.in. Generated automatically from configure.ac by autoheader. */
#undef STR_DEBUG
-/* The number of bytes in a char. */
-#undef SIZEOF_CHAR
-
-/* The number of bytes in a int. */
-#undef SIZEOF_INT
-
-/* The number of bytes in a long. */
-#undef SIZEOF_LONG
-
-/* The number of bytes in a long long. */
-#undef SIZEOF_LONG_LONG
-/* The number of bytes in a short. */
-#undef SIZEOF_SHORT
+/* Define if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
-/* The number of bytes in a void *. */
-#undef SIZEOF_VOID_P
+/* Define if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
-/* Define if you have the isinf function. */
+/* Define if you have the `isinf' function. */
#undef HAVE_ISINF
-/* Define if you have the isnan function. */
+/* Define if you have the `isnan' function. */
#undef HAVE_ISNAN
-/* Define if you have the memchr function. */
+/* Define if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
+/* Define if you have the `memchr' function. */
#undef HAVE_MEMCHR
-/* Define if you have the memcmp function. */
+/* Define if you have the `memcmp' function. */
#undef HAVE_MEMCMP
-/* Define if you have the memmove function. */
+/* Define if you have the `memmove' function. */
#undef HAVE_MEMMOVE
-/* Define if you have the memset function. */
+/* Define if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define if you have the `memset' function. */
#undef HAVE_MEMSET
-/* Define if you have the m library (-lm). */
-#undef HAVE_LIBM
+/* Define if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* The size of a `char', as computed by sizeof. */
+#undef SIZEOF_CHAR
+
+/* The size of a `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
+/* The size of a `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
+/* The size of a `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
+
+/* The size of a `void *', as computed by sizeof. */
+#undef SIZEOF_VOID_P
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
|
|