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