54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
#
|
|
# Installation status of EB Library.
|
|
#
|
|
|
|
# Version.
|
|
EBCONF_VERSION="4.5-20200413"
|
|
|
|
# EB Libarry include files are in DIR.
|
|
# (--with-eb-includes)
|
|
EBCONF_EBINCS="-I/usr/local/include"
|
|
|
|
# EB Libarry files are in DIR.
|
|
# (--with-eb-libraries)
|
|
EBCONF_EBLIBS="-L/usr/local/lib -lebu"
|
|
|
|
# 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"
|