summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/config.h.in
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-11-22 20:20:02 +0000
committerZeev Suraski <zeev@php.net>2000-11-22 20:20:02 +0000
commitc476bce2f1493f46b7bdd1932255a43ae2c7fe44 (patch)
tree551268ab8c74fe5042ca6a7dfe85458786bf1431 /ext/bcmath/libbcmath/config.h.in
parentbe6ab204158c836b10e1f586059462807288e2e3 (diff)
downloadphp-git-c476bce2f1493f46b7bdd1932255a43ae2c7fe44.tar.gz
At long last, import the bcmath library, by Phil Nelson
Diffstat (limited to 'ext/bcmath/libbcmath/config.h.in')
-rw-r--r--ext/bcmath/libbcmath/config.h.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/config.h.in b/ext/bcmath/libbcmath/config.h.in
new file mode 100644
index 0000000000..21cfb9255f
--- /dev/null
+++ b/ext/bcmath/libbcmath/config.h.in
@@ -0,0 +1,41 @@
+/* config.h.in. Generated automatically from configure.in by autoheader. */
+
+/* Define to empty if the keyword does not work. */
+#undef const
+
+/* Define to `unsigned' if <sys/types.h> doesn't define. */
+#undef size_t
+
+/* Define if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */
+#undef ptrdiff_t
+
+/* Define if you have the <lib.h> header file. */
+#undef HAVE_LIB_H
+
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
+/* Define if you have the <stdarg.h> header file. */
+#undef HAVE_STDARG_H
+
+/* Define if you have the <stddef.h> header file. */
+#undef HAVE_STDDEF_H
+
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+