|
|
| version 1.95, 2008/01/18 13:17:05 | version 1.96, 2008/04/08 09:36:17 |
|---|---|
| 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 |