]> git.sur5r.net Git - bacula/bacula/blob - bacula/autoconf/acconfig.h
Use closefrom if available instead of trying to close fds ourself.
[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 have the Andrew File System.  */
53 #undef AFS
54
55 /* Define If you want find -nouser and -nogroup to make tables of
56    used UIDs and GIDs at startup instead of using getpwuid or
57    getgrgid when needed.  Speeds up -nouser and -nogroup unless you
58    are running NIS or Hesiod, which make password and group calls
59    very expensive.  */
60 #undef CACHE_IDS
61
62 /* Define to use SVR4 statvfs to get filesystem type.  */
63 #undef FSTYPE_STATVFS
64
65 /* Define to use SVR3.2 statfs to get filesystem type.  */
66 #undef FSTYPE_USG_STATFS
67
68 /* Define to use AIX3 statfs to get filesystem type.  */
69 #undef FSTYPE_AIX_STATFS
70
71 /* Define to use 4.3BSD getmntent to get filesystem type.  */
72 #undef FSTYPE_MNTENT
73
74 /* Define to use 4.4BSD and OSF1 statfs to get filesystem type.  */
75 #undef FSTYPE_STATFS
76
77 /* Define to use Ultrix getmnt to get filesystem type.  */
78 #undef FSTYPE_GETMNT
79
80 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
81 #undef dev_t
82
83 /* Define to `unsigned long' if <sys/types.h> doesn't define.  */
84 #undef ino_t
85
86 /* Define to 1 if utime.h exists and declares struct utimbuf.  */
87 #undef HAVE_UTIME_H
88
89 /* Data types */
90 #undef HAVE_U_INT
91 #undef HAVE_INTXX_T
92 #undef HAVE_U_INTXX_T
93 #undef HAVE_UINTXX_T
94 #undef HAVE_INT64_T
95 #undef HAVE_U_INT64_T
96 #undef HAVE_INTMAX_T
97 #undef HAVE_U_INTMAX_T
98  
99 /* Define if you want TCP Wrappers support */
100 #undef HAVE_LIBWRAP
101
102 /* Define if you have sys/bitypes.h */
103 #undef HAVE_SYS_BITYPES_H
104  
105 /* Directory for PID files */
106 #undef _PATH_BACULA_PIDDIR
107
108 /* LOCALEDIR */
109 #undef LOCALEDIR
110
111 /* Define if you have zlib */
112 #undef HAVE_LIBZ
113
114 /* Define if you have lzo lib */
115 #undef HAVE_LZO
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