-
Notifications
You must be signed in to change notification settings - Fork 0
/
eb.conf.in
53 lines (40 loc) · 1.22 KB
/
eb.conf.in
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="@VERSION@"
# EB Libarry include files are in DIR.
# (--with-eb-includes)
EBCONF_EBINCS="@EBCONF_EBINCS@"
# EB Libarry files are in DIR.
# (--with-eb-libraries)
EBCONF_EBLIBS="@EBCONF_EBLIBS@"
# zlib include files are in DIR.
# (--with-zlib-includes)
EBCONF_ZLIBINCS="@EBCONF_ZLIBINCS@"
# zlib libarry files are in DIR.
# (--with-zlib-libraries)
EBCONF_ZLIBLIBS="@EBCONF_ZLIBLIBS@"
# pthread is supported or not.
# (--enable-pthread)
EBCONF_ENABLE_PTHREAD="@ENABLE_PTHREAD@"
# additional CPPFLAGS for pthread support
# (--with-pthread-cppflags)
EBCONF_PTHREAD_CPPFLAGS="@PTHREAD_CPPFLAGS@"
# additional CFLAGS for pthread support
# (--with-pthread-cflags)
EBCONF_PTHREAD_CFLAGS="@PTHREAD_CFLAGS@"
# additional LDFLAGS for pthread support
# (--with-pthread-ldflags)
EBCONF_PTHREAD_LDFLAGS="@PTHREAD_LDFLAGS@"
# native language is supported or not.
# (--enable-nls)
EBCONF_ENABLE_NLS="@ENABLE_NLS@"
# gettext include files are in DIR.
# (--with-gettext-includes)
EBCONF_INTLINCS="@EBCONF_INTLINCS@"
# gettext library files are in DIR.
# (--with-gettext-libraries)
EBCONF_INTLLIBS="@EBCONF_INTLLIBS@"
# remote access is supported or not.
EBCONF_ENABLE_EBNET="@ENABLE_EBNET@"