diff options
author | Stig Bakken <ssb@php.net> | 1999-04-21 23:28:00 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 1999-04-21 23:28:00 +0000 |
commit | f9f82960d9a5cc7ab1bb0e6f5d24786927ca3da2 (patch) | |
tree | b6edca88d742f4146f49e3affe6febc78a44f8cb /acconfig.h.in | |
parent | a297b95c9da1b6138523f9b707a0fafe60e0d327 (diff) | |
download | php-git-f9f82960d9a5cc7ab1bb0e6f5d24786927ca3da2.tar.gz |
moved bcmath
Diffstat (limited to 'acconfig.h.in')
-rw-r--r-- | acconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h.in b/acconfig.h.in index 5799877b47..d007973430 100644 --- a/acconfig.h.in +++ b/acconfig.h.in @@ -150,9 +150,6 @@ /* Define if you want to enable PHP RPC (experimental) */ #define PHP_RPC 0 -/* Define if you want to enable bc style precision math support */ -#define WITH_BCMATH 0 - /* Define if you want to prevent the CGI from working unless REDIRECT_STATUS is defined in the environment */ #define FORCE_CGI_REDIRECT 0 |