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