Skip to content

Commit

Permalink
cleanup: removed remainders of conio
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Jul 3, 2019
1 parent bb5b0d3 commit e0d3ef0
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions core/CMakeLists.txt
Expand Up @@ -468,7 +468,6 @@ IF(NOT openssl)
ENDIF()

set(largefile_support "" )
set(got_conio "" )

set(got_readline "${READLINE_FOUND}" )
if ("${READLINE_FOUND}")
Expand Down Expand Up @@ -661,7 +660,6 @@ MESSAGE(" File Daemon User: ${fd_user} ")
MESSAGE(" File Daemon Group: ${fd_group} ")
MESSAGE(" ")
MESSAGE(" Large file support: ${largefile_support}")
MESSAGE(" Bareos conio support: ${got_conio} ${CONS_LIBS} ")
MESSAGE(" readline support: ${got_readline} ROOT_DIR:${Readline_ROOT_DIR} INCLUDE_DIR:${Readline_INCLUDE_DIR} LIBRARY:${Readline_LIBRARY}
")
MESSAGE(" TCP Wrappers support: ${WRAP_FOUND} ${WRAP_LIBRARIES} ${WRAP_INCLUDE_DIRS} ")
Expand Down
5 changes: 0 additions & 5 deletions core/cmake/BareosSetVariableDefaults.cmake
Expand Up @@ -369,11 +369,6 @@ IF(NOT DEFINED lockmgr)
set(LOCKMGR 0)
ENDIF()

# disable-conio
IF(NOT DEFINED disable-conio)
SET(disable-conio ON)
ENDIF()

# readline
IF(NOT DEFINED readline)
SET(readline ON)
Expand Down
1 change: 0 additions & 1 deletion core/debian/rules
Expand Up @@ -45,7 +45,6 @@ define CONFIGURE_COMMON
-Dbsrdir=/var/lib/bareos \
-Dlogdir=/var/log/bareos \
-Dsubsysdir=/var/lock \
-Ddisable-conio=yes \
-Dreadline=yes \
-Dbatch-insert=yes \
-Ddynamic-debian-package-list=yes\
Expand Down
3 changes: 0 additions & 3 deletions core/manpages/bconsole.1
Expand Up @@ -33,9 +33,6 @@ Set debug level to \fInn\fP.
.BI \-dt
Print timestamp in debug output.
.TP
.B \-n
No conio (for scripting).
.TP
.B \-s
No signals (for debugging).
.TP
Expand Down
Expand Up @@ -100,7 +100,6 @@ CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=ON \
-Dlogdir=/var/log/bareos \
-Dsubsys-dir=/var/lock \
-Dpython=yes\
-Dconio=no \
-Dreadline=yes\
-Dreadline=${LOCALBASE} \
-Dbatch-insert=yes\
Expand Down
1 change: 0 additions & 1 deletion core/platforms/packaging/bareos.spec
Expand Up @@ -767,7 +767,6 @@ cmake .. \
%if 0%{?python_plugins}
-Dpython=yes \
%endif
-Ddisable-conio=yes \
-Dreadline=yes \
-Dbatch-insert=yes \
-Ddynamic-cats-backends=yes \
Expand Down
2 changes: 0 additions & 2 deletions core/po/POTFILES.in
Expand Up @@ -388,7 +388,6 @@
./src/ndmp/ndmp9_xmt.c
./src/ndmp/ndmjob_main_util.c
./src/console/console_conf.c
./src/console/conio.c
./src/console/console.c
./src/plugins/stored/python-sd.h
./src/plugins/dird/python-dir.h
Expand Down Expand Up @@ -624,7 +623,6 @@
./src/ndmp/scsiconst.h
./src/ndmp/smc_priv.h
./src/ndmp/ndmp2_enum_strs.h
./src/console/conio.h
./src/console/console_conf.h
./src/console/func.h
./src/qt-tray-monitor/monitortab.h
Expand Down
1 change: 0 additions & 1 deletion core/po/fr.po
Expand Up @@ -21273,7 +21273,6 @@ msgstr ""
#~ "Usage: bconsole [-s] [-c config_file] [-d debug_level]\n"
#~ " -c <file> set configuration file to file\n"
#~ " -dnn set debug level to nn\n"
#~ " -n no conio\n"
#~ " -s no signals\n"
#~ " -t test - read configuration and exit\n"
#~ " -? print this message.\n"
Expand Down
3 changes: 0 additions & 3 deletions core/src/include/config.h.in
Expand Up @@ -148,9 +148,6 @@
/* Define to 1 if you have compressBound */
#cmakedefine HAVE_COMPRESS_BOUND @HAVE_COMPRESS_BOUND@

/* Define to 1 if Bareos conio support enabled */
#cmakedefine HAVE_CONIO @HAVE_CONIO@

/* Define to 1 if cplus_demangle exists in libdemangle */
#cmakedefine HAVE_CPLUS_DEMANGLE @HAVE_CPLUS_DEMANGLE@

Expand Down
1 change: 0 additions & 1 deletion regress/scripts/regress-config.in
Expand Up @@ -50,7 +50,6 @@ else
-Dsubsys-dir=${1}/working \
-Dplugindir=${1}/bin/plugins \
-Dlockmgr=yes \
-Dconio=no \
-Dworkingdir=${1}/working \
-Darchivedir=${1}/tmp \
-Ddump_email=${EMAIL} \
Expand Down

0 comments on commit e0d3ef0

Please sign in to comment.