1*d5c9a868SElliott Hughes /* config.h. Generated from config.h.in by configure. */ 2*d5c9a868SElliott Hughes /* config.h.in. Generated from configure.in by autoheader. */ 3*d5c9a868SElliott Hughes 4*d5c9a868SElliott Hughes /* Define for debugging messages */ 5*d5c9a868SElliott Hughes /* #undef DEBUG */ 6*d5c9a868SElliott Hughes 7*d5c9a868SElliott Hughes /* Define when sys_errlist is defined in the standard include files */ 8*d5c9a868SElliott Hughes /* #undef DECL_SYS_ERRLIST */ 9*d5c9a868SElliott Hughes 10*d5c9a868SElliott Hughes /* Define to 1 if you have the `alarm' function. */ 11*d5c9a868SElliott Hughes #define HAVE_ALARM 1 12*d5c9a868SElliott Hughes 13*d5c9a868SElliott Hughes /* Define to 1 if you have the <arpa/inet.h> header file. */ 14*d5c9a868SElliott Hughes #define HAVE_ARPA_INET_H 1 15*d5c9a868SElliott Hughes 16*d5c9a868SElliott Hughes /* Define to 1 if you have the <assert.h> header file. */ 17*d5c9a868SElliott Hughes #define HAVE_ASSERT_H 1 18*d5c9a868SElliott Hughes 19*d5c9a868SElliott Hughes /* Define to 1 if you have the `atexit' function. */ 20*d5c9a868SElliott Hughes #define HAVE_ATEXIT 1 21*d5c9a868SElliott Hughes 22*d5c9a868SElliott Hughes /* Define to 1 if you have the `basename' function. */ 23*d5c9a868SElliott Hughes #define HAVE_BASENAME 1 24*d5c9a868SElliott Hughes 25*d5c9a868SElliott Hughes /* Define to 1 if the system has the type `caddr_t'. */ 26*d5c9a868SElliott Hughes #define HAVE_CADDR_T 1 27*d5c9a868SElliott Hughes 28*d5c9a868SElliott Hughes /* Define to 1 if you have the `fchdir' function. */ 29*d5c9a868SElliott Hughes #define HAVE_FCHDIR 1 30*d5c9a868SElliott Hughes 31*d5c9a868SElliott Hughes /* Define to 1 if you have the <fcntl.h> header file. */ 32*d5c9a868SElliott Hughes #define HAVE_FCNTL_H 1 33*d5c9a868SElliott Hughes 34*d5c9a868SElliott Hughes /* Define to 1 if you have the `flock' function. */ 35*d5c9a868SElliott Hughes #define HAVE_FLOCK 1 36*d5c9a868SElliott Hughes 37*d5c9a868SElliott Hughes /* Define to 1 if you have the `getgroupid' function. */ 38*d5c9a868SElliott Hughes /* #undef HAVE_GETGROUPID */ 39*d5c9a868SElliott Hughes 40*d5c9a868SElliott Hughes /* Define to 1 if you have the <getopt.h> header file. */ 41*d5c9a868SElliott Hughes #define HAVE_GETOPT_H 1 42*d5c9a868SElliott Hughes 43*d5c9a868SElliott Hughes /* Define to 1 if you have the `getpass' function. */ 44*d5c9a868SElliott Hughes /* #undef HAVE_GETPASS */ 45*d5c9a868SElliott Hughes 46*d5c9a868SElliott Hughes /* Define to 1 if you have the `gettimeofday' function. */ 47*d5c9a868SElliott Hughes #define HAVE_GETTIMEOFDAY 1 48*d5c9a868SElliott Hughes 49*d5c9a868SElliott Hughes /* Define to 1 if you have the `getuserid' function. */ 50*d5c9a868SElliott Hughes /* #undef HAVE_GETUSERID */ 51*d5c9a868SElliott Hughes 52*d5c9a868SElliott Hughes /* Define to 1 if you have the `htons' function. */ 53*d5c9a868SElliott Hughes #define HAVE_HTONS 1 54*d5c9a868SElliott Hughes 55*d5c9a868SElliott Hughes /* Define to 1 if you have the <iconv.h> header file. */ 56*d5c9a868SElliott Hughes /* #undef HAVE_ICONV_H */ 57*d5c9a868SElliott Hughes 58*d5c9a868SElliott Hughes /* Define to 1 if you want to use mock code pages. */ 59*d5c9a868SElliott Hughes #define USE_MOCK_CODEPAGES 1 60*d5c9a868SElliott Hughes 61*d5c9a868SElliott Hughes /* Define to 1 if you have the <inttypes.h> header file. */ 62*d5c9a868SElliott Hughes #define HAVE_INTTYPES_H 1 63*d5c9a868SElliott Hughes 64*d5c9a868SElliott Hughes /* Define to 1 if you have the <io.h> header file. */ 65*d5c9a868SElliott Hughes /* #undef HAVE_IO_H */ 66*d5c9a868SElliott Hughes 67*d5c9a868SElliott Hughes /* Define to 1 if you have the `bsd' library (-lbsd). */ 68*d5c9a868SElliott Hughes /* #undef HAVE_LIBBSD */ 69*d5c9a868SElliott Hughes 70*d5c9a868SElliott Hughes /* Define to 1 if you have the `cam' library (-lcam). */ 71*d5c9a868SElliott Hughes /* #undef HAVE_LIBCAM */ 72*d5c9a868SElliott Hughes 73*d5c9a868SElliott Hughes /* Define to 1 if you have the <libc.h> header file. */ 74*d5c9a868SElliott Hughes /* #undef HAVE_LIBC_H */ 75*d5c9a868SElliott Hughes 76*d5c9a868SElliott Hughes /* Define to 1 if you have the `iconv' library (-liconv). */ 77*d5c9a868SElliott Hughes /* #undef HAVE_LIBICONV */ 78*d5c9a868SElliott Hughes 79*d5c9a868SElliott Hughes /* Define to 1 if you have the `socket' library (-lsocket). */ 80*d5c9a868SElliott Hughes /* #undef HAVE_LIBSOCKET */ 81*d5c9a868SElliott Hughes 82*d5c9a868SElliott Hughes /* Define to 1 if you have the `sun' library (-lsun). */ 83*d5c9a868SElliott Hughes /* #undef HAVE_LIBSUN */ 84*d5c9a868SElliott Hughes 85*d5c9a868SElliott Hughes /* Define to 1 if you have the <limits.h> header file. */ 86*d5c9a868SElliott Hughes #define HAVE_LIMITS_H 1 87*d5c9a868SElliott Hughes 88*d5c9a868SElliott Hughes /* Define to 1 if you have the <linux/fs.h> header file. */ 89*d5c9a868SElliott Hughes #define HAVE_LINUX_FS_H 1 90*d5c9a868SElliott Hughes 91*d5c9a868SElliott Hughes /* Define to 1 if you have the <linux/unistd.h> header file. */ 92*d5c9a868SElliott Hughes #define HAVE_LINUX_UNISTD_H 1 93*d5c9a868SElliott Hughes 94*d5c9a868SElliott Hughes /* Define to 1 if you have the `llseek' function. */ 95*d5c9a868SElliott Hughes /* #undef HAVE_LLSEEK */ 96*d5c9a868SElliott Hughes 97*d5c9a868SElliott Hughes /* Define when you have an LLSEEK prototype */ 98*d5c9a868SElliott Hughes /* #undef HAVE_LLSEEK_PROTOTYPE */ 99*d5c9a868SElliott Hughes 100*d5c9a868SElliott Hughes /* Define to 1 if you have the <locale.h> header file. */ 101*d5c9a868SElliott Hughes #define HAVE_LOCALE_H 1 102*d5c9a868SElliott Hughes 103*d5c9a868SElliott Hughes /* Define to 1 if you have the `lockf' function. */ 104*d5c9a868SElliott Hughes #define HAVE_LOCKF 1 105*d5c9a868SElliott Hughes 106*d5c9a868SElliott Hughes /* Define to 1 if the system has the type `loff_t'. */ 107*d5c9a868SElliott Hughes /* #undef HAVE_LOFF_T */ 108*d5c9a868SElliott Hughes 109*d5c9a868SElliott Hughes /* Define to 1 if the system has the type `long long'. */ 110*d5c9a868SElliott Hughes #define HAVE_LONG_LONG 1 111*d5c9a868SElliott Hughes 112*d5c9a868SElliott Hughes /* Define to 1 if you have the `lseek64' function. */ 113*d5c9a868SElliott Hughes /* #undef HAVE_LSEEK64 */ 114*d5c9a868SElliott Hughes 115*d5c9a868SElliott Hughes /* Define when you have an LSEEK64 prototype */ 116*d5c9a868SElliott Hughes /* #undef HAVE_LSEEK64_PROTOTYPE */ 117*d5c9a868SElliott Hughes 118*d5c9a868SElliott Hughes /* Define to 1 if you have the <malloc.h> header file. */ 119*d5c9a868SElliott Hughes #define HAVE_MALLOC_H 1 120*d5c9a868SElliott Hughes 121*d5c9a868SElliott Hughes /* Define to 1 if you have the `media_oldaliases' function. */ 122*d5c9a868SElliott Hughes /* #undef HAVE_MEDIA_OLDALIASES */ 123*d5c9a868SElliott Hughes 124*d5c9a868SElliott Hughes /* Define to 1 if you have the `memcpy' function. */ 125*d5c9a868SElliott Hughes #define HAVE_MEMCPY 1 126*d5c9a868SElliott Hughes 127*d5c9a868SElliott Hughes /* Define to 1 if you have the `memmove' function. */ 128*d5c9a868SElliott Hughes #define HAVE_MEMMOVE 1 129*d5c9a868SElliott Hughes 130*d5c9a868SElliott Hughes /* Define to 1 if you have the <memory.h> header file. */ 131*d5c9a868SElliott Hughes #define HAVE_MEMORY_H 1 132*d5c9a868SElliott Hughes 133*d5c9a868SElliott Hughes /* Define to 1 if you have the `memset' function. */ 134*d5c9a868SElliott Hughes #define HAVE_MEMSET 1 135*d5c9a868SElliott Hughes 136*d5c9a868SElliott Hughes /* Define to 1 if you have the <mntent.h> header file. */ 137*d5c9a868SElliott Hughes #define HAVE_MNTENT_H 1 138*d5c9a868SElliott Hughes 139*d5c9a868SElliott Hughes /* Define to 1 if you have the <netdb.h> header file. */ 140*d5c9a868SElliott Hughes #define HAVE_NETDB_H 1 141*d5c9a868SElliott Hughes 142*d5c9a868SElliott Hughes /* Define to 1 if you have the <netinet/in.h> header file. */ 143*d5c9a868SElliott Hughes #define HAVE_NETINET_IN_H 1 144*d5c9a868SElliott Hughes 145*d5c9a868SElliott Hughes /* Define to 1 if you have the <netinet/tcp.h> header file. */ 146*d5c9a868SElliott Hughes #define HAVE_NETINET_TCP_H 1 147*d5c9a868SElliott Hughes 148*d5c9a868SElliott Hughes /* Define to 1 if the system has the type `off64_t'. */ 149*d5c9a868SElliott Hughes /* #undef HAVE_OFF64_T */ 150*d5c9a868SElliott Hughes 151*d5c9a868SElliott Hughes /* Define to 1 if the system has the type `offset_t'. */ 152*d5c9a868SElliott Hughes /* #undef HAVE_OFFSET_T */ 153*d5c9a868SElliott Hughes 154*d5c9a868SElliott Hughes /* Define to 1 if you have the `on_exit' function. */ 155*d5c9a868SElliott Hughes #define HAVE_ON_EXIT 1 156*d5c9a868SElliott Hughes 157*d5c9a868SElliott Hughes /* Define to 1 if you have the `putwc' function. */ 158*d5c9a868SElliott Hughes #define HAVE_PUTWC 1 159*d5c9a868SElliott Hughes 160*d5c9a868SElliott Hughes /* Define to 1 if you have the `random' function. */ 161*d5c9a868SElliott Hughes #define HAVE_RANDOM 1 162*d5c9a868SElliott Hughes 163*d5c9a868SElliott Hughes /* Define to 1 if you have the `setenv' function. */ 164*d5c9a868SElliott Hughes #define HAVE_SETENV 1 165*d5c9a868SElliott Hughes 166*d5c9a868SElliott Hughes /* Define to 1 if you have the `seteuid' function. */ 167*d5c9a868SElliott Hughes #define HAVE_SETEUID 1 168*d5c9a868SElliott Hughes 169*d5c9a868SElliott Hughes /* Define to 1 if you have the `setlocale' function. */ 170*d5c9a868SElliott Hughes #define HAVE_SETLOCALE 1 171*d5c9a868SElliott Hughes 172*d5c9a868SElliott Hughes /* Define to 1 if you have the `setpgrp' function. */ 173*d5c9a868SElliott Hughes #define HAVE_SETPGRP 1 174*d5c9a868SElliott Hughes 175*d5c9a868SElliott Hughes /* Define to 1 if you have the `setresuid' function. */ 176*d5c9a868SElliott Hughes #define HAVE_SETRESUID 1 177*d5c9a868SElliott Hughes 178*d5c9a868SElliott Hughes /* Define to 1 if you have the <sgtty.h> header file. */ 179*d5c9a868SElliott Hughes #define HAVE_SGTTY_H 1 180*d5c9a868SElliott Hughes 181*d5c9a868SElliott Hughes /* Define to 1 if you have the `sigaction' function. */ 182*d5c9a868SElliott Hughes #define HAVE_SIGACTION 1 183*d5c9a868SElliott Hughes 184*d5c9a868SElliott Hughes /* Define to 1 if you have the <signal.h> header file. */ 185*d5c9a868SElliott Hughes #define HAVE_SIGNAL_H 1 186*d5c9a868SElliott Hughes 187*d5c9a868SElliott Hughes /* Define to 1 if you have the `snprintf' function. */ 188*d5c9a868SElliott Hughes #define HAVE_SNPRINTF 1 189*d5c9a868SElliott Hughes 190*d5c9a868SElliott Hughes /* Define to 1 if you have the `srandom' function. */ 191*d5c9a868SElliott Hughes #define HAVE_SRANDOM 1 192*d5c9a868SElliott Hughes 193*d5c9a868SElliott Hughes /* Define to 1 if you have the `stat64' function. */ 194*d5c9a868SElliott Hughes /* #undef HAVE_STAT64 */ 195*d5c9a868SElliott Hughes 196*d5c9a868SElliott Hughes /* Define to 1 if you have the <stdarg.h> header file. */ 197*d5c9a868SElliott Hughes #define HAVE_STDARG_H 1 198*d5c9a868SElliott Hughes 199*d5c9a868SElliott Hughes /* Define to 1 if stdbool.h conforms to C99. */ 200*d5c9a868SElliott Hughes #define HAVE_STDBOOL_H 1 201*d5c9a868SElliott Hughes 202*d5c9a868SElliott Hughes /* Define to 1 if you have the <stdint.h> header file. */ 203*d5c9a868SElliott Hughes #define HAVE_STDINT_H 1 204*d5c9a868SElliott Hughes 205*d5c9a868SElliott Hughes /* Define to 1 if you have the <stdlib.h> header file. */ 206*d5c9a868SElliott Hughes #define HAVE_STDLIB_H 1 207*d5c9a868SElliott Hughes 208*d5c9a868SElliott Hughes /* Define to 1 if you have the `strcasecmp' function. */ 209*d5c9a868SElliott Hughes #define HAVE_STRCASECMP 1 210*d5c9a868SElliott Hughes 211*d5c9a868SElliott Hughes /* Define to 1 if you have the `strchr' function. */ 212*d5c9a868SElliott Hughes #define HAVE_STRCHR 1 213*d5c9a868SElliott Hughes 214*d5c9a868SElliott Hughes /* Define to 1 if you have the `strcspn' function. */ 215*d5c9a868SElliott Hughes #define HAVE_STRCSPN 1 216*d5c9a868SElliott Hughes 217*d5c9a868SElliott Hughes /* Define to 1 if you have the `strdup' function. */ 218*d5c9a868SElliott Hughes #define HAVE_STRDUP 1 219*d5c9a868SElliott Hughes 220*d5c9a868SElliott Hughes /* Define to 1 if you have the `strerror' function. */ 221*d5c9a868SElliott Hughes #define HAVE_STRERROR 1 222*d5c9a868SElliott Hughes 223*d5c9a868SElliott Hughes /* Define to 1 if you have the <strings.h> header file. */ 224*d5c9a868SElliott Hughes #define HAVE_STRINGS_H 1 225*d5c9a868SElliott Hughes 226*d5c9a868SElliott Hughes /* Define to 1 if you have the <string.h> header file. */ 227*d5c9a868SElliott Hughes #define HAVE_STRING_H 1 228*d5c9a868SElliott Hughes 229*d5c9a868SElliott Hughes /* Define to 1 if you have the `strncasecmp' function. */ 230*d5c9a868SElliott Hughes #define HAVE_STRNCASECMP 1 231*d5c9a868SElliott Hughes 232*d5c9a868SElliott Hughes /* Define to 1 if you have the `strncasecmp_l' function. */ 233*d5c9a868SElliott Hughes #define HAVE_STRNCASECMP_L 1 234*d5c9a868SElliott Hughes 235*d5c9a868SElliott Hughes /* Define to 1 if you have the `strndup' function. */ 236*d5c9a868SElliott Hughes #define HAVE_STRNDUP 1 237*d5c9a868SElliott Hughes 238*d5c9a868SElliott Hughes /* Define to 1 if you have the `strnlen' function. */ 239*d5c9a868SElliott Hughes #define HAVE_STRNLEN 1 240*d5c9a868SElliott Hughes 241*d5c9a868SElliott Hughes /* Define to 1 if you have the `strpbrk' function. */ 242*d5c9a868SElliott Hughes #define HAVE_STRPBRK 1 243*d5c9a868SElliott Hughes 244*d5c9a868SElliott Hughes /* Define to 1 if you have the `strrchr' function. */ 245*d5c9a868SElliott Hughes #define HAVE_STRRCHR 1 246*d5c9a868SElliott Hughes 247*d5c9a868SElliott Hughes /* Define to 1 if you have the `strspn' function. */ 248*d5c9a868SElliott Hughes #define HAVE_STRSPN 1 249*d5c9a868SElliott Hughes 250*d5c9a868SElliott Hughes /* Define to 1 if you have the `strtoi' function. */ 251*d5c9a868SElliott Hughes /* #undef HAVE_STRTOI */ 252*d5c9a868SElliott Hughes 253*d5c9a868SElliott Hughes /* Define to 1 if you have the `strtol' function. */ 254*d5c9a868SElliott Hughes #define HAVE_STRTOL 1 255*d5c9a868SElliott Hughes 256*d5c9a868SElliott Hughes /* Define to 1 if you have the `strtoll' function. */ 257*d5c9a868SElliott Hughes #define HAVE_STRTOLL 1 258*d5c9a868SElliott Hughes 259*d5c9a868SElliott Hughes /* Define to 1 if you have the `strtoui' function. */ 260*d5c9a868SElliott Hughes /* #undef HAVE_STRTOUI */ 261*d5c9a868SElliott Hughes 262*d5c9a868SElliott Hughes /* Define to 1 if you have the `strtoul' function. */ 263*d5c9a868SElliott Hughes #define HAVE_STRTOUL 1 264*d5c9a868SElliott Hughes 265*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/fdio.h> header file. */ 266*d5c9a868SElliott Hughes /* #undef HAVE_SYS_FDIO_H */ 267*d5c9a868SElliott Hughes 268*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/file.h> header file. */ 269*d5c9a868SElliott Hughes #define HAVE_SYS_FILE_H 1 270*d5c9a868SElliott Hughes 271*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/floppy.h> header file. */ 272*d5c9a868SElliott Hughes /* #undef HAVE_SYS_FLOPPY_H */ 273*d5c9a868SElliott Hughes 274*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/ioctl.h> header file. */ 275*d5c9a868SElliott Hughes #define HAVE_SYS_IOCTL_H 1 276*d5c9a868SElliott Hughes 277*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/param.h> header file. */ 278*d5c9a868SElliott Hughes #define HAVE_SYS_PARAM_H 1 279*d5c9a868SElliott Hughes 280*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/signal.h> header file. */ 281*d5c9a868SElliott Hughes #define HAVE_SYS_SIGNAL_H 1 282*d5c9a868SElliott Hughes 283*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/socket.h> header file. */ 284*d5c9a868SElliott Hughes #define HAVE_SYS_SOCKET_H 1 285*d5c9a868SElliott Hughes 286*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/stat.h> header file. */ 287*d5c9a868SElliott Hughes #define HAVE_SYS_STAT_H 1 288*d5c9a868SElliott Hughes 289*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 290*d5c9a868SElliott Hughes #define HAVE_SYS_SYSMACROS_H 1 291*d5c9a868SElliott Hughes 292*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/termios.h> header file. */ 293*d5c9a868SElliott Hughes /* #undef HAVE_SYS_TERMIOS_H */ 294*d5c9a868SElliott Hughes 295*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/termio.h> header file. */ 296*d5c9a868SElliott Hughes /* #undef HAVE_SYS_TERMIO_H */ 297*d5c9a868SElliott Hughes 298*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/time.h> header file. */ 299*d5c9a868SElliott Hughes #define HAVE_SYS_TIME_H 1 300*d5c9a868SElliott Hughes 301*d5c9a868SElliott Hughes /* Define to 1 if you have the <sys/types.h> header file. */ 302*d5c9a868SElliott Hughes #define HAVE_SYS_TYPES_H 1 303*d5c9a868SElliott Hughes 304*d5c9a868SElliott Hughes /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 305*d5c9a868SElliott Hughes #define HAVE_SYS_WAIT_H 1 306*d5c9a868SElliott Hughes 307*d5c9a868SElliott Hughes /* Define to 1 if you have the `tcflush' function. */ 308*d5c9a868SElliott Hughes #define HAVE_TCFLUSH 1 309*d5c9a868SElliott Hughes 310*d5c9a868SElliott Hughes /* Define to 1 if you have the `tcsetattr' function. */ 311*d5c9a868SElliott Hughes #define HAVE_TCSETATTR 1 312*d5c9a868SElliott Hughes 313*d5c9a868SElliott Hughes /* Define to 1 if you have the <termios.h> header file. */ 314*d5c9a868SElliott Hughes #define HAVE_TERMIOS_H 1 315*d5c9a868SElliott Hughes 316*d5c9a868SElliott Hughes /* Define to 1 if you have the <termio.h> header file. */ 317*d5c9a868SElliott Hughes #if !defined(ANDROID_HOST_MUSL) 318*d5c9a868SElliott Hughes #define HAVE_TERMIO_H 1 319*d5c9a868SElliott Hughes #endif 320*d5c9a868SElliott Hughes 321*d5c9a868SElliott Hughes /* Define to 1 if you have the `toupper_l' function. */ 322*d5c9a868SElliott Hughes #define HAVE_TOUPPER_L 1 323*d5c9a868SElliott Hughes 324*d5c9a868SElliott Hughes /* Define to 1 if you have the `tzset' function. */ 325*d5c9a868SElliott Hughes #define HAVE_TZSET 1 326*d5c9a868SElliott Hughes 327*d5c9a868SElliott Hughes /* Define to 1 if you have the <unistd.h> header file. */ 328*d5c9a868SElliott Hughes #define HAVE_UNISTD_H 1 329*d5c9a868SElliott Hughes 330*d5c9a868SElliott Hughes /* Define to 1 if you have the `usleep' function. */ 331*d5c9a868SElliott Hughes #define HAVE_USLEEP 1 332*d5c9a868SElliott Hughes 333*d5c9a868SElliott Hughes /* Define to 1 if you have the `utime' function. */ 334*d5c9a868SElliott Hughes /* #undef HAVE_UTIME */ 335*d5c9a868SElliott Hughes 336*d5c9a868SElliott Hughes /* Define to 1 if you have the `utimes' function. */ 337*d5c9a868SElliott Hughes #define HAVE_UTIMES 1 338*d5c9a868SElliott Hughes 339*d5c9a868SElliott Hughes /* Define to 1 if you have the <utime.h> header file. */ 340*d5c9a868SElliott Hughes #define HAVE_UTIME_H 1 341*d5c9a868SElliott Hughes 342*d5c9a868SElliott Hughes /* Define to 1 if you have the <wchar.h> header file. */ 343*d5c9a868SElliott Hughes #define HAVE_WCHAR_H 1 344*d5c9a868SElliott Hughes 345*d5c9a868SElliott Hughes /* Define to 1 if you have the `wcscasecmp' function. */ 346*d5c9a868SElliott Hughes #define HAVE_WCSCASECMP 1 347*d5c9a868SElliott Hughes 348*d5c9a868SElliott Hughes /* Define to 1 if you have the `wcsdup' function. */ 349*d5c9a868SElliott Hughes #define HAVE_WCSDUP 1 350*d5c9a868SElliott Hughes 351*d5c9a868SElliott Hughes /* Define to 1 if you have the `wcsnlen' function. */ 352*d5c9a868SElliott Hughes #define HAVE_WCSNLEN 1 353*d5c9a868SElliott Hughes 354*d5c9a868SElliott Hughes /* Define to 1 if you have the <wctype.h> header file. */ 355*d5c9a868SElliott Hughes #define HAVE_WCTYPE_H 1 356*d5c9a868SElliott Hughes 357*d5c9a868SElliott Hughes /* Define to 1 if you have the <xlocale.h> header file. */ 358*d5c9a868SElliott Hughes /* #undef HAVE_XLOCALE_H */ 359*d5c9a868SElliott Hughes 360*d5c9a868SElliott Hughes /* Define to 1 if the system has the type `_Bool'. */ 361*d5c9a868SElliott Hughes #define HAVE__BOOL 1 362*d5c9a868SElliott Hughes 363*d5c9a868SElliott Hughes /* Define to the address where bug reports for this package should be sent. */ 364*d5c9a868SElliott Hughes #define PACKAGE_BUGREPORT "" 365*d5c9a868SElliott Hughes 366*d5c9a868SElliott Hughes /* Define to the full name of this package. */ 367*d5c9a868SElliott Hughes #define PACKAGE_NAME "" 368*d5c9a868SElliott Hughes 369*d5c9a868SElliott Hughes /* Define to the full name and version of this package. */ 370*d5c9a868SElliott Hughes #define PACKAGE_STRING "" 371*d5c9a868SElliott Hughes 372*d5c9a868SElliott Hughes /* Define to the one symbol short name of this package. */ 373*d5c9a868SElliott Hughes #define PACKAGE_TARNAME "" 374*d5c9a868SElliott Hughes 375*d5c9a868SElliott Hughes /* Define to the home page for this package. */ 376*d5c9a868SElliott Hughes #define PACKAGE_URL "" 377*d5c9a868SElliott Hughes 378*d5c9a868SElliott Hughes /* Define to the version of this package. */ 379*d5c9a868SElliott Hughes #define PACKAGE_VERSION "" 380*d5c9a868SElliott Hughes 381*d5c9a868SElliott Hughes /* Define as the return type of signal handlers (`int' or `void'). */ 382*d5c9a868SElliott Hughes #define RETSIGTYPE void 383*d5c9a868SElliott Hughes 384*d5c9a868SElliott Hughes /* Define to 1 if the `setpgrp' function takes no argument. */ 385*d5c9a868SElliott Hughes #define SETPGRP_VOID 1 386*d5c9a868SElliott Hughes 387*d5c9a868SElliott Hughes /* The size of `long', as computed by sizeof. */ 388*d5c9a868SElliott Hughes #define SIZEOF_LONG 8 389*d5c9a868SElliott Hughes 390*d5c9a868SElliott Hughes /* The size of `off_t', as computed by sizeof. */ 391*d5c9a868SElliott Hughes #define SIZEOF_OFF_T 8 392*d5c9a868SElliott Hughes 393*d5c9a868SElliott Hughes /* The size of `size_t', as computed by sizeof. */ 394*d5c9a868SElliott Hughes #define SIZEOF_SIZE_T 8 395*d5c9a868SElliott Hughes 396*d5c9a868SElliott Hughes /* The size of `time_t', as computed by sizeof. */ 397*d5c9a868SElliott Hughes #define SIZEOF_TIME_T 8 398*d5c9a868SElliott Hughes 399*d5c9a868SElliott Hughes /* Define to 1 if you have the ANSI C header files. */ 400*d5c9a868SElliott Hughes #define STDC_HEADERS 1 401*d5c9a868SElliott Hughes 402*d5c9a868SElliott Hughes /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 403*d5c9a868SElliott Hughes #define TIME_WITH_SYS_TIME 1 404*d5c9a868SElliott Hughes 405*d5c9a868SElliott Hughes /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 406*d5c9a868SElliott Hughes /* #undef TM_IN_SYS_TIME */ 407*d5c9a868SElliott Hughes 408*d5c9a868SElliott Hughes /* Define when you want to include floppyd support */ 409*d5c9a868SElliott Hughes #define USE_FLOPPYD 1 410*d5c9a868SElliott Hughes 411*d5c9a868SElliott Hughes /* Define on non Unix OS'es which don't have the concept of tty's */ 412*d5c9a868SElliott Hughes #define USE_RAWTERM 1 413*d5c9a868SElliott Hughes 414*d5c9a868SElliott Hughes /* Enable extensions on AIX 3, Interix. */ 415*d5c9a868SElliott Hughes #ifndef _ALL_SOURCE 416*d5c9a868SElliott Hughes # define _ALL_SOURCE 1 417*d5c9a868SElliott Hughes #endif 418*d5c9a868SElliott Hughes /* Enable GNU extensions on systems that have them. */ 419*d5c9a868SElliott Hughes #ifndef _GNU_SOURCE 420*d5c9a868SElliott Hughes # define _GNU_SOURCE 1 421*d5c9a868SElliott Hughes #endif 422*d5c9a868SElliott Hughes /* Enable threading extensions on Solaris. */ 423*d5c9a868SElliott Hughes #ifndef _POSIX_PTHREAD_SEMANTICS 424*d5c9a868SElliott Hughes # define _POSIX_PTHREAD_SEMANTICS 1 425*d5c9a868SElliott Hughes #endif 426*d5c9a868SElliott Hughes /* Enable extensions on HP NonStop. */ 427*d5c9a868SElliott Hughes #ifndef _TANDEM_SOURCE 428*d5c9a868SElliott Hughes # define _TANDEM_SOURCE 1 429*d5c9a868SElliott Hughes #endif 430*d5c9a868SElliott Hughes /* Enable general extensions on Solaris. */ 431*d5c9a868SElliott Hughes #ifndef __EXTENSIONS__ 432*d5c9a868SElliott Hughes # define __EXTENSIONS__ 1 433*d5c9a868SElliott Hughes #endif 434*d5c9a868SElliott Hughes 435*d5c9a868SElliott Hughes 436*d5c9a868SElliott Hughes /* Define this if you want to use Xdf */ 437*d5c9a868SElliott Hughes #define USE_XDF 1 438*d5c9a868SElliott Hughes 439*d5c9a868SElliott Hughes /* Define this if you use mtools together with the new Solaris' vold support 440*d5c9a868SElliott Hughes */ 441*d5c9a868SElliott Hughes /* #undef USING_NEW_VOLD */ 442*d5c9a868SElliott Hughes 443*d5c9a868SElliott Hughes /* Define this if you use mtools together with Solaris' vold */ 444*d5c9a868SElliott Hughes /* #undef USING_VOLD */ 445*d5c9a868SElliott Hughes 446*d5c9a868SElliott Hughes /* Define to 1 if the X Window System is missing or not being used. */ 447*d5c9a868SElliott Hughes /* #undef X_DISPLAY_MISSING */ 448*d5c9a868SElliott Hughes 449*d5c9a868SElliott Hughes /* Enable large inode numbers on Mac OS X 10.5. */ 450*d5c9a868SElliott Hughes #ifndef _DARWIN_USE_64_BIT_INODE 451*d5c9a868SElliott Hughes # define _DARWIN_USE_64_BIT_INODE 1 452*d5c9a868SElliott Hughes #endif 453*d5c9a868SElliott Hughes 454*d5c9a868SElliott Hughes /* Number of bits in a file offset, on hosts where this is settable. */ 455*d5c9a868SElliott Hughes /* #undef _FILE_OFFSET_BITS */ 456*d5c9a868SElliott Hughes 457*d5c9a868SElliott Hughes /* Needed for off64_t / lseek64 */ 458*d5c9a868SElliott Hughes /* #undef _LARGEFILE64_SOURCE */ 459*d5c9a868SElliott Hughes 460*d5c9a868SElliott Hughes /* Might be needed for loff_t / llseek64 */ 461*d5c9a868SElliott Hughes /* #undef _LARGEFILE_SOURCE */ 462*d5c9a868SElliott Hughes 463*d5c9a868SElliott Hughes /* Define for large files, on AIX-style hosts. */ 464*d5c9a868SElliott Hughes /* #undef _LARGE_FILES */ 465*d5c9a868SElliott Hughes 466*d5c9a868SElliott Hughes /* Define to 1 if on MINIX. */ 467*d5c9a868SElliott Hughes /* #undef _MINIX */ 468*d5c9a868SElliott Hughes 469*d5c9a868SElliott Hughes /* Define to 2 if the system does not provide POSIX.1 features except with 470*d5c9a868SElliott Hughes this defined. */ 471*d5c9a868SElliott Hughes /* #undef _POSIX_1_SOURCE */ 472*d5c9a868SElliott Hughes 473*d5c9a868SElliott Hughes /* Define to 1 if you need to in order for `stat' and other things to work. */ 474*d5c9a868SElliott Hughes /* #undef _POSIX_SOURCE */ 475*d5c9a868SElliott Hughes 476*d5c9a868SElliott Hughes /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 477*d5c9a868SElliott Hughes <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 478*d5c9a868SElliott Hughes #define below would cause a syntax error. */ 479*d5c9a868SElliott Hughes /* #undef _UINT32_T */ 480*d5c9a868SElliott Hughes 481*d5c9a868SElliott Hughes /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 482*d5c9a868SElliott Hughes <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 483*d5c9a868SElliott Hughes #define below would cause a syntax error. */ 484*d5c9a868SElliott Hughes /* #undef _UINT8_T */ 485*d5c9a868SElliott Hughes 486*d5c9a868SElliott Hughes /* Define to empty if `const' does not conform to ANSI C. */ 487*d5c9a868SElliott Hughes /* #undef const */ 488*d5c9a868SElliott Hughes 489*d5c9a868SElliott Hughes /* Define to `int' if <sys/types.h> doesn't define. */ 490*d5c9a868SElliott Hughes /* #undef gid_t */ 491*d5c9a868SElliott Hughes 492*d5c9a868SElliott Hughes /* Define to `__inline__' or `__inline' if that's what the C compiler 493*d5c9a868SElliott Hughes calls it, or to nothing if 'inline' is not supported under any name. */ 494*d5c9a868SElliott Hughes #ifndef __cplusplus 495*d5c9a868SElliott Hughes /* #undef inline */ 496*d5c9a868SElliott Hughes #endif 497*d5c9a868SElliott Hughes 498*d5c9a868SElliott Hughes /* Define to the type of a signed integer type of width exactly 16 bits if 499*d5c9a868SElliott Hughes such a type exists and the standard includes do not define it. */ 500*d5c9a868SElliott Hughes /* #undef int16_t */ 501*d5c9a868SElliott Hughes 502*d5c9a868SElliott Hughes /* Define to the type of a signed integer type of width exactly 32 bits if 503*d5c9a868SElliott Hughes such a type exists and the standard includes do not define it. */ 504*d5c9a868SElliott Hughes /* #undef int32_t */ 505*d5c9a868SElliott Hughes 506*d5c9a868SElliott Hughes /* Define to the type of a signed integer type of width exactly 8 bits if such 507*d5c9a868SElliott Hughes a type exists and the standard includes do not define it. */ 508*d5c9a868SElliott Hughes /* #undef int8_t */ 509*d5c9a868SElliott Hughes 510*d5c9a868SElliott Hughes /* Define to `long int' if <sys/types.h> does not define. */ 511*d5c9a868SElliott Hughes /* #undef off_t */ 512*d5c9a868SElliott Hughes 513*d5c9a868SElliott Hughes /* Define to `unsigned int' if <sys/types.h> does not define. */ 514*d5c9a868SElliott Hughes /* #undef size_t */ 515*d5c9a868SElliott Hughes 516*d5c9a868SElliott Hughes /* Define to `int' if <sys/types.h> does not define. */ 517*d5c9a868SElliott Hughes /* #undef ssize_t */ 518*d5c9a868SElliott Hughes 519*d5c9a868SElliott Hughes /* Define to `int' if <sys/types.h> doesn't define. */ 520*d5c9a868SElliott Hughes /* #undef uid_t */ 521*d5c9a868SElliott Hughes 522*d5c9a868SElliott Hughes /* Define to the type of an unsigned integer type of width exactly 16 bits if 523*d5c9a868SElliott Hughes such a type exists and the standard includes do not define it. */ 524*d5c9a868SElliott Hughes /* #undef uint16_t */ 525*d5c9a868SElliott Hughes 526*d5c9a868SElliott Hughes /* Define to the type of an unsigned integer type of width exactly 32 bits if 527*d5c9a868SElliott Hughes such a type exists and the standard includes do not define it. */ 528*d5c9a868SElliott Hughes /* #undef uint32_t */ 529*d5c9a868SElliott Hughes 530*d5c9a868SElliott Hughes /* Define to the type of an unsigned integer type of width exactly 8 bits if 531*d5c9a868SElliott Hughes such a type exists and the standard includes do not define it. */ 532*d5c9a868SElliott Hughes /* #undef uint8_t */ 533