]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/acconfig.h
Merge branch 'master' into basejobv3
[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 SQLite */
36 #undef HAVE_SQLITE
37
38 /* Define if you want to use SQLite3 */
39 #undef HAVE_SQLITE3
40
41 /* Define if you want to use Berkeley DB */
42 #undef HAVE_BERKELEY_DB
43
44 /* Define if you want to use mSQL */
45 #undef HAVE_MSQL
46
47 /* Define if you want to use iODBC */
48 #undef HAVE_IODBC
49
50 /* Define if you want to use unixODBC */
51 #undef HAVE_UNIXODBC
52
53 /* Define if you want to use Solid SQL Server */
54 #undef HAVE_SOLID
55
56 /* Define if you want to use OpenLink ODBC (Virtuoso) */
57 #undef HAVE_VIRT
58
59 /* Define if you want to use EasySoft ODBC */
60 #undef HAVE_EASYSOFT
61
62 /* Define if you want to use Interbase SQL Server */
63 #undef HAVE_IBASE
64
65 /* Define if you want to use Oracle 8 SQL Server */
66 #undef HAVE_ORACLE8
67
68 /* Define if you want to use Oracle 7 SQL Server */
69 #undef HAVE_ORACLE7
70
71
72 /* ------------------------------------------------------------------------- */
73 /* --                     CONFIGURE DETECTED FEATURES                     -- */
74 /* ------------------------------------------------------------------------- */
75 @TOP@
76
77 /* Define if you need function prototypes */
78 #undef PROTOTYPES
79
80 /* Define if you have XPointer typedef */
81 #undef HAVE_XPOINTER
82
83 /* Define if you have _GNU_SOURCE getpt() */
84 #undef HAVE_GETPT
85
86 /* Define if you have GCC */
87 #undef HAVE_GCC
88
89 /* Define if you have the Andrew File System.  */
90 #undef AFS
91
92 /* Define If you want find -nouser and -nogroup to make tables of
93    used UIDs and GIDs at startup instead of using getpwuid or
94    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
95    are running NIS or Hesiod, which make password and group calls
96    very expensive.  */
97 #undef CACHE_IDS
98
99 /* Define to use SVR4 statvfs to get filesystem type.  */
100 #undef FSTYPE_STATVFS
101
102 /* Define to use SVR3.2 statfs to get filesystem type.  */
103 #undef FSTYPE_USG_STATFS
104
105 /* Define to use AIX3 statfs to get filesystem type.  */
106 #undef FSTYPE_AIX_STATFS
107
108 /* Define to use 4.3BSD getmntent to get filesystem type.  */
109 #undef FSTYPE_MNTENT
110
111 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
112 #undef FSTYPE_STATFS
113
114 /* Define to use Ultrix getmnt to get filesystem type.  */
115 #undef FSTYPE_GETMNT
116
117 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
118 #undef dev_t
119
120 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
121 #undef ino_t
122
123 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
124 #undef HAVE_UTIME_H
125
126 #if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT)
127 #define HAVE_SQL
128 #endif
129
130 /* Data types */
131 #undef HAVE_U_INT
132 #undef HAVE_INTXX_T
133 #undef HAVE_U_INTXX_T
134 #undef HAVE_UINTXX_T
135 #undef HAVE_INT64_T
136 #undef HAVE_U_INT64_T
137 #undef HAVE_INTMAX_T
138 #undef HAVE_U_INTMAX_T
139  
140 /* Define if you want TCP Wrappers support */
141 #undef HAVE_LIBWRAP
142
143 /* Define if you have sys/bitypes.h */
144 #undef HAVE_SYS_BITYPES_H
145  
146 /* Directory for PID files */
147 #undef _PATH_BACULA_PIDDIR
148
149 /* LOCALEDIR */
150 #undef LOCALEDIR
151
152 /* Define if you have zlib */
153 #undef HAVE_LIBZ
154
155 /* Define if you have libacl */
156 #undef HAVE_ACL
157
158 /* General libs */
159 #undef LIBS
160
161 /* File daemon specif libraries */
162 #undef FDLIBS
163
164 /* Path to Sendmail program */
165 #undef SENDMAIL_PATH
166
167 /* What kind of signals we have */
168 #undef HAVE_POSIX_SIGNALS
169 #undef HAVE_BSD_SIGNALS
170 #undef HAVE_USG_SIGHOLD
171
172 /* Operating systems */
173 /* OSes */
174 #undef HAVE_LINUX_OS
175 #undef HAVE_FREEBSD_OS
176 #undef HAVE_NETBSD_OS
177 #undef HAVE_OPENBSD_OS
178 #undef HAVE_BSDI_OS
179 #undef HAVE_HPUX_OS
180 #undef HAVE_SUN_OS
181 #undef HAVE_IRIX_OS
182 #undef HAVE_AIX_OS
183 #undef HAVE_SGI_OS
184 #undef HAVE_CYGWIN
185 #undef HAVE_OSF1_OS
186 #undef HAVE_DARWIN_OS
187
188 /* Set to correct scanf value for long long int */
189 #undef lld
190 #undef llu
191
192 #undef HAVE_READLINE 
193 #undef HAVE_PYTHON
194
195 #undef HAVE_GMP
196
197 #undef HAVE_CWEB
198
199 #undef HAVE_FCHDIR
200
201 #undef HAVE_GETOPT_LONG
202
203 #undef HAVE_LIBSM
204
205 /* Check for thread safe routines */
206 #undef HAVE_LOCALTIME_R
207 #undef HAVE_READDIR_R
208 #undef HAVE_STRERROR_R
209 #undef HAVE_GETHOSTBYNAME_R
210
211 #undef HAVE_STRTOLL
212 #undef HAVE_INET_PTON
213
214 #undef HAVE_SOCKLEN_T
215
216 #undef HAVE_OLD_SOCKOPT
217  
218 /* Defined if Gtk+-2.4 or greater is present */
219 #undef HAVE_GTK_2_4
220
221 /* Needed on HP-UX/g++ systems to support long long ints (int64) */
222 #undef _INCLUDE_LONGLONG
223
224 /* Define to system config directory */
225 #undef SYSCONFDIR
226
227 /* Define if OPENSSL is available */
228 #undef HAVE_OPENSSL
229
230 /* Define if comm encryption should be enabled */
231 #undef HAVE_TLS
232
233 /* Define if data encryption should be enabled */
234 #undef HAVE_CRYPTO
235
236 /* Define the LOCALEDIR if a translation */
237 #undef LOCALEDIR
238
239 /* Define if language support is enabled */
240 #undef ENABLE_NLS
241