Diff for /parser3/Attic/configure.in between versions 1.95 and 1.97

version 1.95, 2008/01/18 13:17:05 version 1.97, 2008/04/08 12:03:10
Line 70  AC_ARG_WITH(assertions, [  --with-assert Line 70  AC_ARG_WITH(assertions, [  --with-assert
         AC_DEFINE(NDEBUG,,assertions disabled)          AC_DEFINE(NDEBUG,,assertions disabled)
 )  )
   
   
 AC_ARG_ENABLE(safe-mode, [  --disable-safe-mode   to enable reading and executing  AC_ARG_ENABLE(safe-mode, [  --disable-safe-mode   to enable reading and executing
                           files belonging to group+user other then effective],                            files belonging to group+user other then effective],
 [  [
Line 82  else Line 83  else
         AC_DEFINE(PA_SAFE_MODE,,disabled reading of files belonging to group+user other then effective)          AC_DEFINE(PA_SAFE_MODE,,disabled reading of files belonging to group+user other then effective)
 fi  fi
   
 AC_ARG_ENABLE(execs, [  --disable-execs   to disable any execs  
   AC_ARG_ENABLE(execs, [  --disable-execs       to disable any execs
                           (file::exec, file::cgi, unix mail:send)],                            (file::exec, file::cgi, unix mail:send)],
 [  [
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
Line 91  if test "$enableval" = "no"; then Line 93  if test "$enableval" = "no"; then
 fi  fi
 ]  ]
 )  )
   
   
   AC_ARG_ENABLE(stringstream, [  --disable-stringstream  to disable stringstream usage.
                             when disabled table.save use more memory but it's safer on freebsd 4.x],
   [
   if test "$enableval" = "no"; then
           AC_MSG_WARN(disabling stringstream usage)
           AC_DEFINE(NO_STRINGSTREAM,,stringstream disabled)
   fi
   ]
   )
   
   
 srccharsetsdir=$srcdir/etc/parser3.charsets  srccharsetsdir=$srcdir/etc/parser3.charsets

Removed from v.1.95  
changed lines
  Added in v.1.97


E-mail: