some changes to configure
This commit is contained in:
parent
1ad721db10
commit
219c8d5797
@ -1,3 +1,9 @@
|
|||||||
|
2005-06-03 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
|
||||||
|
|
||||||
|
* configure.in: fixed warnings under *bsd (removed sys/mount.h
|
||||||
|
from the list of checking headers)
|
||||||
|
* configure.in: syslog disabled by default
|
||||||
|
|
||||||
2005-05-08 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
|
2005-05-08 Evgeniy Kozhuhovskiy <e.kozhuhovskiy@generation-p.com>
|
||||||
|
|
||||||
* bfutil/nlookup.c (print_nodeinfo): added "Type" entry to the
|
* bfutil/nlookup.c (print_nodeinfo): added "Type" entry to the
|
||||||
|
9
source/configure
vendored
9
source/configure
vendored
@ -854,7 +854,7 @@ Optional Features:
|
|||||||
--enable-hangup-watch-cd hangup watchs for DCD line (default)
|
--enable-hangup-watch-cd hangup watchs for DCD line (default)
|
||||||
--enable-log-passwd write session password to log (default)
|
--enable-log-passwd write session password to log (default)
|
||||||
--enable-csy-locks use '.csy' locks while dialing (default)
|
--enable-csy-locks use '.csy' locks while dialing (default)
|
||||||
--enable-syslog use syslog for logging experimental (default)
|
--disable-syslog use syslog for logging (experimental) (default)
|
||||||
|
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||||
@ -1566,7 +1566,7 @@ fi;
|
|||||||
# Check whether --enable-syslog or --disable-syslog was given.
|
# Check whether --enable-syslog or --disable-syslog was given.
|
||||||
if test "${enable_syslog+set}" = set; then
|
if test "${enable_syslog+set}" = set; then
|
||||||
enableval="$enable_syslog"
|
enableval="$enable_syslog"
|
||||||
if test $enableval = yes; then
|
if test $enableval = no; then
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define USE_SYSLOG 1
|
#define USE_SYSLOG 1
|
||||||
@ -1576,7 +1576,7 @@ _ACEOF
|
|||||||
else
|
else
|
||||||
|
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define USE_SYSLOG 1
|
#define USE_SYSLOG 0
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
fi;
|
fi;
|
||||||
@ -3847,8 +3847,7 @@ done
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
for ac_header in sys/select.h sys/param.h
|
||||||
for ac_header in sys/select.h sys/param.h sys/mount.h
|
|
||||||
do
|
do
|
||||||
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
||||||
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|
||||||
|
@ -63,10 +63,10 @@ AC_ARG_ENABLE(csy-locks, [ --enable-csy-locks use '.csy' locks while
|
|||||||
AC_DEFINE([BFORCE_USE_CSY], [1], [Use '.csy' locks while dialing])
|
AC_DEFINE([BFORCE_USE_CSY], [1], [Use '.csy' locks while dialing])
|
||||||
fi], [AC_DEFINE([BFORCE_USE_CSY], [1], [Use '.csy' locks while dialing])])
|
fi], [AC_DEFINE([BFORCE_USE_CSY], [1], [Use '.csy' locks while dialing])])
|
||||||
|
|
||||||
AC_ARG_ENABLE(syslog, [ --enable-syslog use syslog for logging [experimental] (default)],
|
AC_ARG_ENABLE(syslog, [ --disable-syslog use syslog for logging (experimental) (default)],
|
||||||
[if test $enableval = yes; then
|
[if test $enableval = no; then
|
||||||
AC_DEFINE([USE_SYSLOG], [1], [Use syslog for logging])
|
AC_DEFINE([USE_SYSLOG], [1], [Use syslog for logging])
|
||||||
fi], [AC_DEFINE([USE_SYSLOG], [1], [Use syslog for logging])])
|
fi], [AC_DEFINE([USE_SYSLOG], [0], [Use syslog for logging])])
|
||||||
|
|
||||||
AC_ARG_WITH(uucp-lockdir, [ --with-uucp-lockdir specify directory for UUCP style locks],
|
AC_ARG_WITH(uucp-lockdir, [ --with-uucp-lockdir specify directory for UUCP style locks],
|
||||||
[AC_DEFINE_UNQUOTED(BFORCE_LOCK_DIR, "$withval")],
|
[AC_DEFINE_UNQUOTED(BFORCE_LOCK_DIR, "$withval")],
|
||||||
@ -98,7 +98,7 @@ AC_HEADER_STDC
|
|||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
AC_CHECK_HEADERS(fcntl.h sys/file.h sys/ioctl.h sys/time.h unistd.h)
|
AC_CHECK_HEADERS(fcntl.h sys/file.h sys/ioctl.h sys/time.h unistd.h)
|
||||||
AC_CHECK_HEADERS(termios.h sys/termiox.h sys/vfs.h sys/statfs.h sys/statvfs.h)
|
AC_CHECK_HEADERS(termios.h sys/termiox.h sys/vfs.h sys/statfs.h sys/statvfs.h)
|
||||||
AC_CHECK_HEADERS(sys/select.h sys/param.h sys/mount.h)
|
AC_CHECK_HEADERS(sys/select.h sys/param.h)
|
||||||
|
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user