]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/acconfig.h
Don't use the -R (runtime link path) when not using libtool for the linking.
[bacula/bacula] / bacula / autoconf / acconfig.h
1 /* ------------------------------------------------------------------------- */
2 /* --                     CONFIGURE SPECIFIED FEATURES                    -- */
3 /* ------------------------------------------------------------------------- */
4    
5 /* Define if you want to use MySQL as Catalog database */
6 #undef USE_MYSQL_DB
7
8 /* Define if you want SmartAlloc debug code enabled */
9 #undef SMARTALLOC
10
11 /* Define to `int' if <sys/types.h> doesn't define.  */
12 #undef daddr_t
13
14 /* Define to `int' if <sys/types.h> doesn't define.  */
15 #undef major_t
16
17 /* Define to `int' if <sys/types.h> doesn't define.  */
18 #undef minor_t
19
20 /* Define to `int' if <sys/types.h> doesn't define.  */
21 #undef ssize_t
22
23 /* Define if you want to use PostgreSQL */
24 #undef HAVE_POSTGRESQL
25
26 /* Define if you want to use MySQL */
27 #undef HAVE_MYSQL
28
29 /* Defined if MySQL thread safe library is present */
30 #undef HAVE_THREAD_SAFE_MYSQL
31
32 /* Define if you want to use embedded MySQL */
33 #undef HAVE_EMBEDDED_MYSQL
34
35 /* Define if you want to use SQLite3 */
36 #undef HAVE_SQLITE3
37
38 /* ------------------------------------------------------------------------- */
39 /* --                     CONFIGURE DETECTED FEATURES                     -- */
40 /* ------------------------------------------------------------------------- */
41 @TOP@
42
43 /* Define if you need function prototypes */
44 #undef PROTOTYPES
45
46 /* Define if you have XPointer typedef */
47 #undef HAVE_XPOINTER
48
49 /* Define if you have _GNU_SOURCE getpt() */
50 #undef HAVE_GETPT
51
52 /* Define if you have GCC */
53 #undef HAVE_GCC
54
55 /* Define if you have the Andrew File System.  */
56 #undef AFS
57
58 /* Define If you want find -nouser and -nogroup to make tables of
59    used UIDs and GIDs at startup instead of using getpwuid or
60    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
61    are running NIS or Hesiod, which make password and group calls
62    very expensive.  */
63 #undef CACHE_IDS
64
65 /* Define to use SVR4 statvfs to get filesystem type.  */
66 #undef FSTYPE_STATVFS
67
68 /* Define to use SVR3.2 statfs to get filesystem type.  */
69 #undef FSTYPE_USG_STATFS
70
71 /* Define to use AIX3 statfs to get filesystem type.  */
72 #undef FSTYPE_AIX_STATFS
73
74 /* Define to use 4.3BSD getmntent to get filesystem type.  */
75 #undef FSTYPE_MNTENT
76
77 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
78 #undef FSTYPE_STATFS
79
80 /* Define to use Ultrix getmnt to get filesystem type.  */
81 #undef FSTYPE_GETMNT
82
83 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
84 #undef dev_t
85
86 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
87 #undef ino_t
88
89 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
90 #undef HAVE_UTIME_H
91
92 /* Data types */
93 #undef HAVE_U_INT
94 #undef HAVE_INTXX_T
95 #undef HAVE_U_INTXX_T
96 #undef HAVE_UINTXX_T
97 #undef HAVE_INT64_T
98 #undef HAVE_U_INT64_T
99 #undef HAVE_INTMAX_T
100 #undef HAVE_U_INTMAX_T
101  
102 /* Define if you want TCP Wrappers support */
103 #undef HAVE_LIBWRAP
104
105 /* Define if you have sys/bitypes.h */
106 #undef HAVE_SYS_BITYPES_H
107  
108 /* Directory for PID files */
109 #undef _PATH_BACULA_PIDDIR
110
111 /* LOCALEDIR */
112 #undef LOCALEDIR
113
114 /* Define if you have zlib */
115 #undef HAVE_LIBZ
116
117 /* Define if you have lzo lib */
118 #undef HAVE_LZO
119
120 /* Define if you have libacl */
121 #undef HAVE_ACL
122
123 /* Define if you have AFS acls */
124 #undef HAVE_AFS_ACL
125
126 /* General libs */
127 #undef LIBS
128
129 /* File daemon specif libraries */
130 #undef FDLIBS
131
132 /* Path to Sendmail program */
133 #undef SENDMAIL_PATH
134
135 /* What kind of signals we have */
136 #undef HAVE_POSIX_SIGNALS
137 #undef HAVE_BSD_SIGNALS
138 #undef HAVE_USG_SIGHOLD
139
140 /* Operating systems */
141 /* OSes */
142 #undef HAVE_LINUX_OS
143 #undef HAVE_FREEBSD_OS
144 #undef HAVE_NETBSD_OS
145 #undef HAVE_OPENBSD_OS
146 #undef HAVE_BSDI_OS
147 #undef HAVE_HPUX_OS
148 #undef HAVE_SUN_OS
149 #undef HAVE_IRIX_OS
150 #undef HAVE_AIX_OS
151 #undef HAVE_SGI_OS
152 #undef HAVE_CYGWIN
153 #undef HAVE_OSF1_OS
154 #undef HAVE_DARWIN_OS
155
156 /* Set to correct scanf value for long long int */
157 #undef lld
158 #undef llu
159
160 #undef HAVE_READLINE 
161 #undef HAVE_PYTHON
162
163 #undef HAVE_GMP
164
165 #undef HAVE_CWEB
166
167 #undef HAVE_FCHDIR
168
169 #undef HAVE_GETOPT_LONG
170
171 #undef HAVE_LIBSM
172
173 /* Check for thread safe routines */
174 #undef HAVE_LOCALTIME_R
175 #undef HAVE_READDIR_R
176 #undef HAVE_STRERROR_R
177 #undef HAVE_GETHOSTBYNAME_R
178
179 #undef HAVE_STRTOLL
180 #undef HAVE_INET_PTON
181
182 #undef HAVE_SOCKLEN_T
183
184 #undef HAVE_OLD_SOCKOPT
185 #undef USE_THR_SETCONCURRENCY
186  
187 /* Defined if Gtk+-2.4 or greater is present */
188 #undef HAVE_GTK_2_4
189
190 /* Needed on HP-UX/g++ systems to support long long ints (int64) */
191 #undef _INCLUDE_LONGLONG
192
193 /* Define to system config directory */
194 #undef SYSCONFDIR
195
196 /* Define if OPENSSL is available */
197 #undef HAVE_OPENSSL
198
199 /* Define if comm encryption should be enabled */
200 #undef HAVE_TLS
201
202 /* Define if data encryption should be enabled */
203 #undef HAVE_CRYPTO
204
205 /* Define the LOCALEDIR if a translation */
206 #undef LOCALEDIR
207
208 /* Define if language support is enabled */
209 #undef ENABLE_NLS
210