/etc/eb.conf is in libeb16-dev 4.4.3-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | #
# Installation status of EB Library.
#
# Version.
EBCONF_VERSION="4.4.3"
# EB Libarry include files are in DIR.
# (--with-eb-includes)
EBCONF_EBINCS="-I/usr/include"
# EB Libarry files are in DIR.
# (--with-eb-libraries)
EBCONF_EBLIBS="-L/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH` -leb"
# zlib include files are in DIR.
# (--with-zlib-includes)
EBCONF_ZLIBINCS=""
# zlib libarry files are in DIR.
# (--with-zlib-libraries)
EBCONF_ZLIBLIBS="-lz"
# pthread is supported or not.
# (--enable-pthread)
EBCONF_ENABLE_PTHREAD="no"
# additional CPPFLAGS for pthread support
# (--with-pthread-cppflags)
EBCONF_PTHREAD_CPPFLAGS=""
# additional CFLAGS for pthread support
# (--with-pthread-cflags)
EBCONF_PTHREAD_CFLAGS=""
# additional LDFLAGS for pthread support
# (--with-pthread-ldflags)
EBCONF_PTHREAD_LDFLAGS=""
# native language is supported or not.
# (--enable-nls)
EBCONF_ENABLE_NLS="yes"
# gettext include files are in DIR.
# (--with-gettext-includes)
EBCONF_INTLINCS=""
# gettext library files are in DIR.
# (--with-gettext-libraries)
EBCONF_INTLLIBS=""
# remote access is supported or not.
EBCONF_ENABLE_EBNET="yes"
|