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