diff options
author | Zeev Suraski <zeev@php.net> | 2000-11-22 20:20:02 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-11-22 20:20:02 +0000 |
commit | c476bce2f1493f46b7bdd1932255a43ae2c7fe44 (patch) | |
tree | 551268ab8c74fe5042ca6a7dfe85458786bf1431 /ext/bcmath/libbcmath/acconfig.h | |
parent | be6ab204158c836b10e1f586059462807288e2e3 (diff) | |
download | php-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.h | 9 |
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 + |