#!/bin/sh
cat << __EOC__
$ ./configure  '--host=x86_64-suse-linux' '--build=x86_64-suse-linux' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bacula' '--disable-static' '--disable-bat' '--enable-readline' '--disable-conio' '--with-working-dir=/var/spool/bacula' '--with-archivedir=/var/spool/bacula' '--with-scriptdir=/usr/libexec/bacula' '--with-bsrdir=/etc/bacula/bsr' '--with-logdir=/var/log/bacula' '--with-plugindir=/usr/lib64/bacula' '--with-postgresql' '--with-mysql' '--with-sqlite3' '--with-dir-user=bacula' '--with-dir-group=bacula' '--with-sd-user=bacula' '--with-sd-group=bacula' '--with-fd-user=root' '--with-fd-group=bacula' '--with-systemd=/usr/lib/systemd/system' '--with-dump-email=email@example.com' '--with-job-email=email@example.com' '--with-smtp-host=mail.example.com' 'CFLAGS=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto' 'CXXFLAGS=-O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto' 'LDFLAGS=-Wl,--as-needed -Wl,--strip-all' 'build_alias=x86_64-suse-linux' 'host_alias=x86_64-suse-linux' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig'

Configuration on Sun May  3 12:45:14 UTC 2026:

   Host:                      x86_64-suse-linux-gnu -- openSUSE Tumbleweed
   Bacula version:            Bacula 11.0.6 (10 March 2022)
   Source code location:      .
   Install binaries:          /usr/sbin
   Install libraries:         /usr/lib64
   Install config files:      /etc/bacula
   Scripts directory:         /usr/libexec/bacula
   Archive directory:         /var/spool/bacula
   Working directory:         /var/spool/bacula
   PID directory:             /var/run
   Subsys directory:          /var/run/subsys
   Man directory:             /usr/share/man
   Data directory:            /usr/share
   Plugin directory:          /usr/lib64/bacula
   C Compiler:                gcc Linux)
   C++ Compiler:              /usr/bin/g++ Linux)
   Compiler flags:             -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti
   Linker flags:               -Wl,--as-needed -Wl,--strip-all
   Libraries:                 -lpthread 
   Statically Linked Tools:   no
   Statically Linked FD:      no
   Statically Linked SD:      no
   Statically Linked DIR:     no
   Statically Linked CONS:    no
   Database backends:         PostgreSQL MySQL SQLite3
   Database port:              
   Database name:             bacula
   Database user:             bacula
   Database SSL options:      

   Job Output Email:          email@example.com
   Traceback Email:           email@example.com
   SMTP Host Address:         mail.example.com

   Director Port:             9101
   File daemon Port:          9102
   Storage daemon Port:       9103

   Director User:             bacula
   Director Group:            bacula
   Storage Daemon User:       bacula
   Storage DaemonGroup:       bacula
   File Daemon User:          root
   File Daemon Group:         bacula

   Large file support:        yes
   Bacula conio support:      no -lreadline -ltinfo
   readline support:          yes 
   TCP Wrappers support:      no 
   TLS support:               yes
   Encryption support:        yes
   ZLIB support:              yes
   LZO support:               yes
   S3 support:                no
   enable-smartalloc:         yes
   enable-lockmgr:            no
   bat support:               no
   client-only:               no
   build-dird:                yes
   build-stored:              yes
   Plugin support:            yes
   AFS support:               no
   ACL support:               yes
   XATTR support:             yes
   GPFS support:              no 
   systemd support:           yes /usr/lib/systemd/system
   Batch insert enabled:      PostgreSQL MySQL SQLite3

   Plugins:
   - Docker:                  no

  
__EOC__
