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