summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/acconfig.h
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/acconfig.h
parentbe6ab204158c836b10e1f586059462807288e2e3 (diff)
downloadphp-git-c476bce2f1493f46b7bdd1932255a43ae2c7fe44.tar.gz
At long last, import the bcmath library, by Phil Nelson
Diffstat (limited to 'ext/bcmath/libbcmath/acconfig.h')
-rw-r--r--ext/bcmath/libbcmath/acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/acconfig.h b/ext/bcmath/libbcmath/acconfig.h
new file mode 100644
index 0000000000..4d301dcacf
--- /dev/null
+++ b/ext/bcmath/libbcmath/acconfig.h
@@ -0,0 +1,9 @@
+/* PACKAGE name */
+#undef PACKAGE
+
+/* Package VERSION number */
+#undef VERSION
+
+/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */
+#undef ptrdiff_t
+