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