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