| 1 | /* config.h.  Generated automatically by configure.  */ | 
|---|
| 2 | /* config.h.in.  Generated automatically from configure.in by autoheader.  */ | 
|---|
| 3 |  | 
|---|
| 4 | /* Define if on AIX 3. | 
|---|
| 5 | System headers sometimes define this. | 
|---|
| 6 | We just want to avoid a redefinition error message.  */ | 
|---|
| 7 | #ifndef _ALL_SOURCE | 
|---|
| 8 | /* #undef _ALL_SOURCE */ | 
|---|
| 9 | #endif | 
|---|
| 10 |  | 
|---|
| 11 | /* Define to empty if the keyword does not work.  */ | 
|---|
| 12 | /* #undef const */ | 
|---|
| 13 |  | 
|---|
| 14 | /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */ | 
|---|
| 15 | #define HAVE_SYS_WAIT_H 1 | 
|---|
| 16 |  | 
|---|
| 17 | /* Define as __inline if that's what the C compiler calls it.  */ | 
|---|
| 18 | #define inline | 
|---|
| 19 |  | 
|---|
| 20 | /* Define if on MINIX.  */ | 
|---|
| 21 | #define _MINIX 1 | 
|---|
| 22 |  | 
|---|
| 23 | /* Define if the system does not provide POSIX.1 features except | 
|---|
| 24 | with this defined.  */ | 
|---|
| 25 | #define _POSIX_1_SOURCE 2 | 
|---|
| 26 |  | 
|---|
| 27 | /* Define if you need to in order for stat and other things to work.  */ | 
|---|
| 28 | #define _POSIX_SOURCE 1 | 
|---|
| 29 |  | 
|---|
| 30 | /* Define as the return type of signal handlers (int or void).  */ | 
|---|
| 31 | #define RETSIGTYPE void | 
|---|
| 32 |  | 
|---|
| 33 | /* Define if the `setpgrp' function takes no argument.  */ | 
|---|
| 34 | #define SETPGRP_VOID 1 | 
|---|
| 35 |  | 
|---|
| 36 | /* Define to `unsigned' if <sys/types.h> doesn't define.  */ | 
|---|
| 37 | /* #undef size_t */ | 
|---|
| 38 |  | 
|---|
| 39 | /* Define if you have the ANSI C header files.  */ | 
|---|
| 40 | #define STDC_HEADERS 1 | 
|---|
| 41 |  | 
|---|
| 42 | /* Define if you can safely include both <sys/time.h> and <time.h>.  */ | 
|---|
| 43 | /* #undef TIME_WITH_SYS_TIME */ | 
|---|
| 44 |  | 
|---|
| 45 | /* Define if your <sys/time.h> declares struct tm.  */ | 
|---|
| 46 | /* #undef TM_IN_SYS_TIME */ | 
|---|
| 47 |  | 
|---|
| 48 | /* Define if the X Window System is missing or not being used.  */ | 
|---|
| 49 | #define X_DISPLAY_MISSING 1 | 
|---|
| 50 |  | 
|---|
| 51 | /* Define this if you want to use Xdf */ | 
|---|
| 52 | #define USE_XDF 1 | 
|---|
| 53 |  | 
|---|
| 54 | /* Define this if you use mtools together with Solaris' vold */ | 
|---|
| 55 | /* #undef USING_VOLD */ | 
|---|
| 56 |  | 
|---|
| 57 | /* Define this if you use mtools together with the new Solaris' vold | 
|---|
| 58 | * support */ | 
|---|
| 59 | /* #undef USING_NEW_VOLD */ | 
|---|
| 60 |  | 
|---|
| 61 | /* Define for debugging messages */ | 
|---|
| 62 | /* #undef DEBUG */ | 
|---|
| 63 |  | 
|---|
| 64 | /* Define on non Unix OS'es which don't have the concept of tty's */ | 
|---|
| 65 | /* #undef USE_RAWTERM */ | 
|---|
| 66 |  | 
|---|
| 67 | /* Define when sys_errlist is defined in the standard include files */ | 
|---|
| 68 | /* #undef DECL_SYS_ERRLIST */ | 
|---|
| 69 |  | 
|---|
| 70 | /* Define when you want to include floppyd support */ | 
|---|
| 71 | /* #undef USE_FLOPPYD */ | 
|---|
| 72 |  | 
|---|
| 73 | /* Define when the compiler supports LOFF_T type */ | 
|---|
| 74 | /* #undef HAVE_LOFF_T */ | 
|---|
| 75 |  | 
|---|
| 76 | /* Define when the compiler supports OFFSET_T type */ | 
|---|
| 77 | /* #undef HAVE_OFFSET_T */ | 
|---|
| 78 |  | 
|---|
| 79 | /* Define when the compiler supports LONG_LONG type */ | 
|---|
| 80 | /* #undef HAVE_LONG_LONG */ | 
|---|
| 81 |  | 
|---|
| 82 | /* Define when the system has a 64 bit off_t type */ | 
|---|
| 83 | /* #undef HAVE_OFF_T_64 */ | 
|---|
| 84 |  | 
|---|
| 85 | /* Define when you have an LLSEEK prototype */ | 
|---|
| 86 | /* #undef HAVE_LLSEEK_PROTOTYPE */ | 
|---|
| 87 |  | 
|---|
| 88 | /* Define if you have the atexit function.  */ | 
|---|
| 89 | #define HAVE_ATEXIT 1 | 
|---|
| 90 |  | 
|---|
| 91 | /* Define if you have the basename function.  */ | 
|---|
| 92 | /* #undef HAVE_BASENAME */ | 
|---|
| 93 |  | 
|---|
| 94 | /* Define if you have the fchdir function.  */ | 
|---|
| 95 | #ifdef __minix_vmd | 
|---|
| 96 | #define HAVE_FCHDIR 1 | 
|---|
| 97 | #endif | 
|---|
| 98 |  | 
|---|
| 99 | /* Define if you have the flock function.  */ | 
|---|
| 100 | /* #undef HAVE_FLOCK */ | 
|---|
| 101 |  | 
|---|
| 102 | /* Define if you have the getpass function.  */ | 
|---|
| 103 | #define HAVE_GETPASS 1 | 
|---|
| 104 |  | 
|---|
| 105 | /* Define if you have the gettimeofday function.  */ | 
|---|
| 106 | #define HAVE_GETTIMEOFDAY 1 | 
|---|
| 107 |  | 
|---|
| 108 | /* Define if you have the htons function.  */ | 
|---|
| 109 | /* #undef HAVE_HTONS */ | 
|---|
| 110 |  | 
|---|
| 111 | /* Define if you have the llseek function.  */ | 
|---|
| 112 | /* #undef HAVE_LLSEEK */ | 
|---|
| 113 |  | 
|---|
| 114 | /* Define if you have the lockf function.  */ | 
|---|
| 115 | #define HAVE_LOCKF 1 | 
|---|
| 116 |  | 
|---|
| 117 | /* Define if you have the lseek64 function.  */ | 
|---|
| 118 | /* #undef HAVE_LSEEK64 */ | 
|---|
| 119 |  | 
|---|
| 120 | /* Define if you have the media_oldaliases function.  */ | 
|---|
| 121 | /* #undef HAVE_MEDIA_OLDALIASES */ | 
|---|
| 122 |  | 
|---|
| 123 | /* Define if you have the memcpy function.  */ | 
|---|
| 124 | #define HAVE_MEMCPY 1 | 
|---|
| 125 |  | 
|---|
| 126 | /* Define if you have the memmove function.  */ | 
|---|
| 127 | #define HAVE_MEMMOVE 1 | 
|---|
| 128 |  | 
|---|
| 129 | /* Define if you have the memset function.  */ | 
|---|
| 130 | #define HAVE_MEMSET 1 | 
|---|
| 131 |  | 
|---|
| 132 | /* Define if you have the on_exit function.  */ | 
|---|
| 133 | /* #undef HAVE_ON_EXIT */ | 
|---|
| 134 |  | 
|---|
| 135 | /* Define if you have the random function.  */ | 
|---|
| 136 | #define HAVE_RANDOM 1 | 
|---|
| 137 |  | 
|---|
| 138 | /* Define if you have the seteuid function.  */ | 
|---|
| 139 | /* #undef HAVE_SETEUID */ | 
|---|
| 140 |  | 
|---|
| 141 | /* Define if you have the setresuid function.  */ | 
|---|
| 142 | /* #undef HAVE_SETRESUID */ | 
|---|
| 143 |  | 
|---|
| 144 | /* Define if you have the snprintf function.  */ | 
|---|
| 145 | #define HAVE_SNPRINTF 1 | 
|---|
| 146 |  | 
|---|
| 147 | /* Define if you have the srandom function.  */ | 
|---|
| 148 | #define HAVE_SRANDOM 1 | 
|---|
| 149 |  | 
|---|
| 150 | /* Define if you have the strcasecmp function.  */ | 
|---|
| 151 | #define HAVE_STRCASECMP 1 | 
|---|
| 152 |  | 
|---|
| 153 | /* Define if you have the strchr function.  */ | 
|---|
| 154 | #define HAVE_STRCHR 1 | 
|---|
| 155 |  | 
|---|
| 156 | /* Define if you have the strcspn function.  */ | 
|---|
| 157 | #define HAVE_STRCSPN 1 | 
|---|
| 158 |  | 
|---|
| 159 | /* Define if you have the strdup function.  */ | 
|---|
| 160 | /* #undef HAVE_STRDUP */ | 
|---|
| 161 |  | 
|---|
| 162 | /* Define if you have the strerror function.  */ | 
|---|
| 163 | #define HAVE_STRERROR 1 | 
|---|
| 164 |  | 
|---|
| 165 | /* Define if you have the strncasecmp function.  */ | 
|---|
| 166 | #define HAVE_STRNCASECMP 1 | 
|---|
| 167 |  | 
|---|
| 168 | /* Define if you have the strpbrk function.  */ | 
|---|
| 169 | #define HAVE_STRPBRK 1 | 
|---|
| 170 |  | 
|---|
| 171 | /* Define if you have the strrchr function.  */ | 
|---|
| 172 | #define HAVE_STRRCHR 1 | 
|---|
| 173 |  | 
|---|
| 174 | /* Define if you have the strspn function.  */ | 
|---|
| 175 | #define HAVE_STRSPN 1 | 
|---|
| 176 |  | 
|---|
| 177 | /* Define if you have the strtol function.  */ | 
|---|
| 178 | #define HAVE_STRTOL 1 | 
|---|
| 179 |  | 
|---|
| 180 | /* Define if you have the strtoul function.  */ | 
|---|
| 181 | #define HAVE_STRTOUL 1 | 
|---|
| 182 |  | 
|---|
| 183 | /* Define if you have the tcflush function.  */ | 
|---|
| 184 | #define HAVE_TCFLUSH 1 | 
|---|
| 185 |  | 
|---|
| 186 | /* Define if you have the tcsetattr function.  */ | 
|---|
| 187 | #define HAVE_TCSETATTR 1 | 
|---|
| 188 |  | 
|---|
| 189 | /* Define if you have the tzset function.  */ | 
|---|
| 190 | #define HAVE_TZSET 1 | 
|---|
| 191 |  | 
|---|
| 192 | /* Define if you have the utime function.  */ | 
|---|
| 193 | #define HAVE_UTIME 1 | 
|---|
| 194 |  | 
|---|
| 195 | /* Define if you have the utimes function.  */ | 
|---|
| 196 | /* #undef HAVE_UTIMES */ | 
|---|
| 197 |  | 
|---|
| 198 | /* Define if you have the <arpa/inet.h> header file.  */ | 
|---|
| 199 | /* #undef HAVE_ARPA_INET_H */ | 
|---|
| 200 |  | 
|---|
| 201 | /* Define if you have the <fcntl.h> header file.  */ | 
|---|
| 202 | #define HAVE_FCNTL_H 1 | 
|---|
| 203 |  | 
|---|
| 204 | /* Define if you have the <getopt.h> header file.  */ | 
|---|
| 205 | /* #undef HAVE_GETOPT_H */ | 
|---|
| 206 |  | 
|---|
| 207 | /* Define if you have the <libc.h> header file.  */ | 
|---|
| 208 | /* #undef HAVE_LIBC_H */ | 
|---|
| 209 |  | 
|---|
| 210 | /* Define if you have the <limits.h> header file.  */ | 
|---|
| 211 | #define HAVE_LIMITS_H 1 | 
|---|
| 212 |  | 
|---|
| 213 | /* Define if you have the <linux/unistd.h> header file.  */ | 
|---|
| 214 | /* #undef HAVE_LINUX_UNISTD_H */ | 
|---|
| 215 |  | 
|---|
| 216 | /* Define if you have the <malloc.h> header file.  */ | 
|---|
| 217 | /* #undef HAVE_MALLOC_H */ | 
|---|
| 218 |  | 
|---|
| 219 | /* Define if you have the <memory.h> header file.  */ | 
|---|
| 220 | /* #undef HAVE_MEMORY_H */ | 
|---|
| 221 |  | 
|---|
| 222 | /* Define if you have the <mntent.h> header file.  */ | 
|---|
| 223 | /* #undef HAVE_MNTENT_H */ | 
|---|
| 224 |  | 
|---|
| 225 | /* Define if you have the <netdb.h> header file.  */ | 
|---|
| 226 | /* #undef HAVE_NETDB_H */ | 
|---|
| 227 |  | 
|---|
| 228 | /* Define if you have the <netinet/in.h> header file.  */ | 
|---|
| 229 | /* #undef HAVE_NETINET_IN_H */ | 
|---|
| 230 |  | 
|---|
| 231 | /* Define if you have the <sgtty.h> header file.  */ | 
|---|
| 232 | #define HAVE_SGTTY_H 1 | 
|---|
| 233 |  | 
|---|
| 234 | /* Define if you have the <signal.h> header file.  */ | 
|---|
| 235 | #define HAVE_SIGNAL_H 1 | 
|---|
| 236 |  | 
|---|
| 237 | /* Define if you have the <stdlib.h> header file.  */ | 
|---|
| 238 | #define HAVE_STDLIB_H 1 | 
|---|
| 239 |  | 
|---|
| 240 | /* Define if you have the <string.h> header file.  */ | 
|---|
| 241 | #define HAVE_STRING_H 1 | 
|---|
| 242 |  | 
|---|
| 243 | /* Define if you have the <strings.h> header file.  */ | 
|---|
| 244 | /* #undef HAVE_STRINGS_H */ | 
|---|
| 245 |  | 
|---|
| 246 | /* Define if you have the <sys/file.h> header file.  */ | 
|---|
| 247 | /* #undef HAVE_SYS_FILE_H */ | 
|---|
| 248 |  | 
|---|
| 249 | /* Define if you have the <sys/floppy.h> header file.  */ | 
|---|
| 250 | /* #undef HAVE_SYS_FLOPPY_H */ | 
|---|
| 251 |  | 
|---|
| 252 | /* Define if you have the <sys/ioctl.h> header file.  */ | 
|---|
| 253 | #define HAVE_SYS_IOCTL_H 1 | 
|---|
| 254 |  | 
|---|
| 255 | /* Define if you have the <sys/param.h> header file.  */ | 
|---|
| 256 | /* #undef HAVE_SYS_PARAM_H */ | 
|---|
| 257 |  | 
|---|
| 258 | /* Define if you have the <sys/signal.h> header file.  */ | 
|---|
| 259 | /* #undef HAVE_SYS_SIGNAL_H */ | 
|---|
| 260 |  | 
|---|
| 261 | /* Define if you have the <sys/socket.h> header file.  */ | 
|---|
| 262 | /* #undef HAVE_SYS_SOCKET_H */ | 
|---|
| 263 |  | 
|---|
| 264 | /* Define if you have the <sys/stat.h> header file.  */ | 
|---|
| 265 | #define HAVE_SYS_STAT_H 1 | 
|---|
| 266 |  | 
|---|
| 267 | /* Define if you have the <sys/sysmacros.h> header file.  */ | 
|---|
| 268 | /* #undef HAVE_SYS_SYSMACROS_H */ | 
|---|
| 269 |  | 
|---|
| 270 | /* Define if you have the <sys/termio.h> header file.  */ | 
|---|
| 271 | /* #undef HAVE_SYS_TERMIO_H */ | 
|---|
| 272 |  | 
|---|
| 273 | /* Define if you have the <sys/termios.h> header file.  */ | 
|---|
| 274 | /* #undef HAVE_SYS_TERMIOS_H */ | 
|---|
| 275 |  | 
|---|
| 276 | /* Define if you have the <sys/time.h> header file.  */ | 
|---|
| 277 | /* #undef HAVE_SYS_TIME_H */ | 
|---|
| 278 |  | 
|---|
| 279 | /* Define if you have the <termio.h> header file.  */ | 
|---|
| 280 | /* #undef HAVE_TERMIO_H */ | 
|---|
| 281 |  | 
|---|
| 282 | /* Define if you have the <termios.h> header file.  */ | 
|---|
| 283 | #define HAVE_TERMIOS_H 1 | 
|---|
| 284 |  | 
|---|
| 285 | /* Define if you have the <unistd.h> header file.  */ | 
|---|
| 286 | #define HAVE_UNISTD_H 1 | 
|---|
| 287 |  | 
|---|
| 288 | /* Define if you have the <utime.h> header file.  */ | 
|---|
| 289 | #define HAVE_UTIME_H 1 | 
|---|
| 290 |  | 
|---|
| 291 | /* Define if you have the cam library (-lcam).  */ | 
|---|
| 292 | /* #undef HAVE_LIBCAM */ | 
|---|
| 293 |  | 
|---|
| 294 | /* Define if you have the nsl library (-lnsl).  */ | 
|---|
| 295 | /* #undef HAVE_LIBNSL */ | 
|---|
| 296 |  | 
|---|
| 297 | /* Define if you have the socket library (-lsocket).  */ | 
|---|
| 298 | /* #undef HAVE_LIBSOCKET */ | 
|---|
| 299 |  | 
|---|
| 300 | /* Define if you have the sun library (-lsun).  */ | 
|---|
| 301 | /* #undef HAVE_LIBSUN */ | 
|---|