Branch: Tag:

1999-10-08

1999-10-08 16:35:20 by Fredrik Noring <noring@nocrew.org>

A small step towards truly built-in bignums.

Rev: src/Makefile.in:1.157
Rev: src/acconfig.h:1.49
Rev: src/bignum.c:1.1
Rev: src/bignum.h:1.1
Rev: src/configure.in:1.322
Rev: src/modules/Gmp/mpz_glue.c:1.44
Rev: src/operators.c:1.61

1: - AC_REVISION("$Id: configure.in,v 1.321 1999/10/04 05:33:28 hubbe Exp $") + AC_REVISION("$Id: configure.in,v 1.322 1999/10/08 16:35:17 noring Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
410:   AC_ARG_WITH(zlib, [ --without-zlib no gz compression support],[],[with_zlib=yes])   AC_ARG_WITH(ssleay, [ --without-ssleay no support for the secure socket protocol],[],[with_ssleay=yes])   AC_ARG_WITH(mysql, [ --without-mysql no support for the Mysql database],[],[with_mysql=yes]) - AC_ARG_WITH(gif-rle, [ --with-gif-rle use kind-of-rle packing instead of lzw],[],[]) + AC_ARG_WITH(gif-rle, [ --with-gif-rle use kind-of-rle packing instead of lzw],[],[])   AC_ARG_WITH(dmalloc, [ --with-dmalloc enable memory-leak tests],[AC_DEFINE(DEBUG_MALLOC,10)],[])   AC_ARG_WITH(checker, [ --with-checker add extra memory checking overhead (Purify)])   AC_ARG_WITH(profiling, [ --with-profiling add code used to profile pike code ],[AC_DEFINE(PROFILING)],[])
439:   AC_ARG_WITH(oob, [ --with-oob enable out-of-band data handling],[AC_DEFINE(WITH_OOB)],[])   AC_ARG_WITH(thread-trace,[ --with-trace-threads enable individual tracing of threads],[AC_DEFINE(TRACE_THREADS)],[])   AC_ARG_WITH(compiler-trace,[ --with-compiler-trace enable tracing of the compiler],[AC_DEFINE(YYDEBUG)],[]) - AC_ARG_WITH(security, [ --with-security enable internal pike security system],[AC_DEFINE(PIKE_SECURITY)],[]) + AC_ARG_WITH(security, [ --with-security enable internal pike security system],[AC_DEFINE(PIKE_SECURITY)],[]) + AC_ARG_WITH(bignums, [ --with-bignums enable internal conversion to bignums],[AC_DEFINE(AUTO_BIGNUM)],[])      if test "x$with_poll" = "xyes"; then    AC_DEFINE(HAVE_AND_USE_POLL)