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