1*4882a593Smuzhiyun /* config.h. Generated automatically by configure. */ 2*4882a593Smuzhiyun /* config.h.in. Generated automatically from configure.in by autoheader. */ 3*4882a593Smuzhiyun 4*4882a593Smuzhiyun /* Define if on AIX 3. 5*4882a593Smuzhiyun System headers sometimes define this. 6*4882a593Smuzhiyun We just want to avoid a redefinition error message. */ 7*4882a593Smuzhiyun #ifndef _ALL_SOURCE 8*4882a593Smuzhiyun /* #undef _ALL_SOURCE */ 9*4882a593Smuzhiyun #endif 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun /* Define if using alloca.c. */ 12*4882a593Smuzhiyun /* #undef C_ALLOCA */ 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun /* Define to empty if the keyword does not work. */ 15*4882a593Smuzhiyun /* #undef const */ 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. 18*4882a593Smuzhiyun This function is required for alloca.c support on those systems. */ 19*4882a593Smuzhiyun /* #undef CRAY_STACKSEG_END */ 20*4882a593Smuzhiyun 21*4882a593Smuzhiyun /* Define if you have alloca, as a function or macro. */ 22*4882a593Smuzhiyun #define HAVE_ALLOCA 1 23*4882a593Smuzhiyun 24*4882a593Smuzhiyun /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ 25*4882a593Smuzhiyun #define HAVE_ALLOCA_H 1 26*4882a593Smuzhiyun 27*4882a593Smuzhiyun /* Define if you have a working `mmap' system call. */ 28*4882a593Smuzhiyun /* #undef HAVE_MMAP */ 29*4882a593Smuzhiyun 30*4882a593Smuzhiyun /* Define if your struct stat has st_rdev. */ 31*4882a593Smuzhiyun #define HAVE_ST_RDEV 1 32*4882a593Smuzhiyun 33*4882a593Smuzhiyun /* Define as __inline if that's what the C compiler calls it. */ 34*4882a593Smuzhiyun /* #undef inline */ 35*4882a593Smuzhiyun 36*4882a593Smuzhiyun /* Define if on MINIX. */ 37*4882a593Smuzhiyun /* #undef _MINIX */ 38*4882a593Smuzhiyun 39*4882a593Smuzhiyun /* Define to `int' if <sys/types.h> doesn't define. */ 40*4882a593Smuzhiyun /* #undef mode_t */ 41*4882a593Smuzhiyun 42*4882a593Smuzhiyun /* Define to `long' if <sys/types.h> doesn't define. */ 43*4882a593Smuzhiyun /* #undef off_t */ 44*4882a593Smuzhiyun 45*4882a593Smuzhiyun /* Define if the system does not provide POSIX.1 features except 46*4882a593Smuzhiyun with this defined. */ 47*4882a593Smuzhiyun /* #undef _POSIX_1_SOURCE */ 48*4882a593Smuzhiyun 49*4882a593Smuzhiyun /* Define if you need to in order for stat and other things to work. */ 50*4882a593Smuzhiyun /* #undef _POSIX_SOURCE */ 51*4882a593Smuzhiyun 52*4882a593Smuzhiyun /* Define as the return type of signal handlers (int or void). */ 53*4882a593Smuzhiyun #define RETSIGTYPE void 54*4882a593Smuzhiyun 55*4882a593Smuzhiyun /* Define if the setvbuf function takes the buffering type as its second 56*4882a593Smuzhiyun argument and the buffer pointer as the third, as on System V 57*4882a593Smuzhiyun before release 3. */ 58*4882a593Smuzhiyun /* #undef SETVBUF_REVERSED */ 59*4882a593Smuzhiyun 60*4882a593Smuzhiyun /* Define to `unsigned' if <sys/types.h> doesn't define. */ 61*4882a593Smuzhiyun /* #undef size_t */ 62*4882a593Smuzhiyun 63*4882a593Smuzhiyun /* If using the C implementation of alloca, define if you know the 64*4882a593Smuzhiyun direction of stack growth for your system; otherwise it will be 65*4882a593Smuzhiyun automatically deduced at run-time. 66*4882a593Smuzhiyun STACK_DIRECTION > 0 => grows toward higher addresses 67*4882a593Smuzhiyun STACK_DIRECTION < 0 => grows toward lower addresses 68*4882a593Smuzhiyun STACK_DIRECTION = 0 => direction of growth unknown 69*4882a593Smuzhiyun */ 70*4882a593Smuzhiyun /* #undef STACK_DIRECTION */ 71*4882a593Smuzhiyun 72*4882a593Smuzhiyun /* Define if you have the ANSI C header files. */ 73*4882a593Smuzhiyun #define STDC_HEADERS 1 74*4882a593Smuzhiyun 75*4882a593Smuzhiyun /* Define if you can safely include both <sys/time.h> and <time.h>. */ 76*4882a593Smuzhiyun //#define TIME_WITH_SYS_TIME 1 77*4882a593Smuzhiyun 78*4882a593Smuzhiyun /* Define if your <sys/time.h> declares struct tm. */ 79*4882a593Smuzhiyun /* #undef TM_IN_SYS_TIME */ 80*4882a593Smuzhiyun 81*4882a593Smuzhiyun /* define this if you have a reliable ftime function */ 82*4882a593Smuzhiyun //#define HAVE_FTIME 1 83*4882a593Smuzhiyun 84*4882a593Smuzhiyun /* define this if you have the timezone variable */ 85*4882a593Smuzhiyun //#define HAVE_TIMEZONE_VAR 1 86*4882a593Smuzhiyun 87*4882a593Smuzhiyun /* Define to 1 if NLS is requested. */ 88*4882a593Smuzhiyun //#define ENABLE_NLS 1 89*4882a593Smuzhiyun 90*4882a593Smuzhiyun /* Define as 1 if you have catgets and don't want to use GNU gettext. */ 91*4882a593Smuzhiyun /* #undef HAVE_CATGETS */ 92*4882a593Smuzhiyun 93*4882a593Smuzhiyun /* Define as 1 if you have gettext and don't want to use GNU gettext. */ 94*4882a593Smuzhiyun #define HAVE_GETTEXT 1 95*4882a593Smuzhiyun 96*4882a593Smuzhiyun /* Define if your locale.h file contains LC_MESSAGES. */ 97*4882a593Smuzhiyun #define HAVE_LC_MESSAGES 1 98*4882a593Smuzhiyun 99*4882a593Smuzhiyun /* Define to the name of the distribution. */ 100*4882a593Smuzhiyun #define PACKAGE "lrzsz" 101*4882a593Smuzhiyun 102*4882a593Smuzhiyun /* The concatenation of the strings PACKAGE, "-", and VERSION. */ 103*4882a593Smuzhiyun #define PACKAGE_VERSION "lrzsz-0.12.20" 104*4882a593Smuzhiyun 105*4882a593Smuzhiyun /* Define to the version of the distribution. */ 106*4882a593Smuzhiyun #define VERSION "0.12.20" 107*4882a593Smuzhiyun 108*4882a593Smuzhiyun /* Define to 1 if you have the stpcpy function. */ 109*4882a593Smuzhiyun #define HAVE_STPCPY 1 110*4882a593Smuzhiyun 111*4882a593Smuzhiyun /* Define to 1 if your utime() takes struct utimbuf as second argument */ 112*4882a593Smuzhiyun //#define HAVE_STRUCT_UTIMBUF 1 113*4882a593Smuzhiyun 114*4882a593Smuzhiyun /* Define to 1 if ANSI function prototypes are usable. */ 115*4882a593Smuzhiyun #define PROTOTYPES 1 116*4882a593Smuzhiyun 117*4882a593Smuzhiyun /* Define to LOG_xxx (a syslog facility) if syslog() shall be used */ 118*4882a593Smuzhiyun //#define ENABLE_SYSLOG LOG_UUCP 119*4882a593Smuzhiyun 120*4882a593Smuzhiyun /* Define to 1 if syslogging shall be forced */ 121*4882a593Smuzhiyun /* #undef ENABLE_SYSLOG_FORCE */ 122*4882a593Smuzhiyun 123*4882a593Smuzhiyun /* Define to 1 if syslogging shall be default */ 124*4882a593Smuzhiyun //#define ENABLE_SYSLOG_DEFAULT 1 125*4882a593Smuzhiyun 126*4882a593Smuzhiyun /* Define to 1 if lrz shall create directories if needed */ 127*4882a593Smuzhiyun //#define ENABLE_MKDIR 1 128*4882a593Smuzhiyun 129*4882a593Smuzhiyun /* Define to public writable directory if you want this. Leave out the "'s */ 130*4882a593Smuzhiyun /* #undef PUBDIR */ 131*4882a593Smuzhiyun 132*4882a593Smuzhiyun /* Define to 1 if you want support for the timesync protocol */ 133*4882a593Smuzhiyun //#define ENABLE_TIMESYNC 1 134*4882a593Smuzhiyun 135*4882a593Smuzhiyun /* define to 1. we have a replacement function for it. */ 136*4882a593Smuzhiyun #define HAVE_STRERROR 1 137*4882a593Smuzhiyun 138*4882a593Smuzhiyun /* define to 1 if you want strict ANSI prototypes. will remove some 139*4882a593Smuzhiyun extern x(); declarations. */ 140*4882a593Smuzhiyun /* #undef STRICT_PROTOTYPES */ 141*4882a593Smuzhiyun 142*4882a593Smuzhiyun /* where the localedata hides */ 143*4882a593Smuzhiyun /* #undef LOCALEDIR */ 144*4882a593Smuzhiyun 145*4882a593Smuzhiyun /* do your system libraries declare errno? */ 146*4882a593Smuzhiyun #define HAVE_ERRNO_DECLARATION 1 147*4882a593Smuzhiyun 148*4882a593Smuzhiyun /* define to type of speed_t (long?) */ 149*4882a593Smuzhiyun /* #undef speed_t */ 150*4882a593Smuzhiyun 151*4882a593Smuzhiyun /* define this if you headers conflict */ 152*4882a593Smuzhiyun /* #undef SYS_TIME_WITHOUT_SYS_SELECT */ 153*4882a593Smuzhiyun 154*4882a593Smuzhiyun /* Define if you have the __argz_count function. */ 155*4882a593Smuzhiyun #define HAVE___ARGZ_COUNT 1 156*4882a593Smuzhiyun 157*4882a593Smuzhiyun /* Define if you have the __argz_next function. */ 158*4882a593Smuzhiyun #define HAVE___ARGZ_NEXT 1 159*4882a593Smuzhiyun 160*4882a593Smuzhiyun /* Define if you have the __argz_stringify function. */ 161*4882a593Smuzhiyun #define HAVE___ARGZ_STRINGIFY 1 162*4882a593Smuzhiyun 163*4882a593Smuzhiyun /* Define if you have the dcgettext function. */ 164*4882a593Smuzhiyun #define HAVE_DCGETTEXT 1 165*4882a593Smuzhiyun 166*4882a593Smuzhiyun /* Define if you have the getcwd function. */ 167*4882a593Smuzhiyun #define HAVE_GETCWD 1 168*4882a593Smuzhiyun 169*4882a593Smuzhiyun /* Define if you have the getpagesize function. */ 170*4882a593Smuzhiyun #define HAVE_GETPAGESIZE 1 171*4882a593Smuzhiyun 172*4882a593Smuzhiyun /* Define if you have the gettimeofday function. */ 173*4882a593Smuzhiyun //#define HAVE_GETTIMEOFDAY 1 174*4882a593Smuzhiyun 175*4882a593Smuzhiyun /* Define if you have the memcpy function. */ 176*4882a593Smuzhiyun //#define HAVE_MEMCPY 1 177*4882a593Smuzhiyun 178*4882a593Smuzhiyun /* Define if you have the mkdir function. */ 179*4882a593Smuzhiyun #define HAVE_MKDIR 1 180*4882a593Smuzhiyun 181*4882a593Smuzhiyun /* Define if you have the mktime function. */ 182*4882a593Smuzhiyun #define HAVE_MKTIME 1 183*4882a593Smuzhiyun 184*4882a593Smuzhiyun /* Define if you have the munmap function. */ 185*4882a593Smuzhiyun #define HAVE_MUNMAP 1 186*4882a593Smuzhiyun 187*4882a593Smuzhiyun /* Define if you have the putenv function. */ 188*4882a593Smuzhiyun #define HAVE_PUTENV 1 189*4882a593Smuzhiyun 190*4882a593Smuzhiyun /* Define if you have the rdchk function. */ 191*4882a593Smuzhiyun /* #undef HAVE_RDCHK */ 192*4882a593Smuzhiyun 193*4882a593Smuzhiyun /* Define if you have the select function. */ 194*4882a593Smuzhiyun //#define HAVE_SELECT 1 195*4882a593Smuzhiyun 196*4882a593Smuzhiyun /* Define if you have the setenv function. */ 197*4882a593Smuzhiyun #define HAVE_SETENV 1 198*4882a593Smuzhiyun 199*4882a593Smuzhiyun /* Define if you have the setlocale function. */ 200*4882a593Smuzhiyun #define HAVE_SETLOCALE 1 201*4882a593Smuzhiyun 202*4882a593Smuzhiyun /* Define if you have the settimeofday function. */ 203*4882a593Smuzhiyun //#define HAVE_SETTIMEOFDAY 1 204*4882a593Smuzhiyun 205*4882a593Smuzhiyun /* Define if you have the siginterrupt function. */ 206*4882a593Smuzhiyun //#define HAVE_SIGINTERRUPT 1 207*4882a593Smuzhiyun 208*4882a593Smuzhiyun /* Define if you have the stpcpy function. */ 209*4882a593Smuzhiyun #define HAVE_STPCPY 1 210*4882a593Smuzhiyun 211*4882a593Smuzhiyun /* Define if you have the strcasecmp function. */ 212*4882a593Smuzhiyun #define HAVE_STRCASECMP 1 213*4882a593Smuzhiyun 214*4882a593Smuzhiyun /* Define if you have the strchr function. */ 215*4882a593Smuzhiyun #define HAVE_STRCHR 1 216*4882a593Smuzhiyun 217*4882a593Smuzhiyun /* Define if you have the strdup function. */ 218*4882a593Smuzhiyun #define HAVE_STRDUP 1 219*4882a593Smuzhiyun 220*4882a593Smuzhiyun /* Define if you have the strerror function. */ 221*4882a593Smuzhiyun #define HAVE_STRERROR 1 222*4882a593Smuzhiyun 223*4882a593Smuzhiyun /* Define if you have the strftime function. */ 224*4882a593Smuzhiyun #define HAVE_STRFTIME 1 225*4882a593Smuzhiyun 226*4882a593Smuzhiyun /* Define if you have the strpbrk function. */ 227*4882a593Smuzhiyun #define HAVE_STRPBRK 1 228*4882a593Smuzhiyun 229*4882a593Smuzhiyun /* Define if you have the strstr function. */ 230*4882a593Smuzhiyun #define HAVE_STRSTR 1 231*4882a593Smuzhiyun 232*4882a593Smuzhiyun /* Define if you have the strtol function. */ 233*4882a593Smuzhiyun #define HAVE_STRTOL 1 234*4882a593Smuzhiyun 235*4882a593Smuzhiyun /* Define if you have the strtoul function. */ 236*4882a593Smuzhiyun #define HAVE_STRTOUL 1 237*4882a593Smuzhiyun 238*4882a593Smuzhiyun /* Define if you have the syslog function. */ 239*4882a593Smuzhiyun //#define HAVE_SYSLOG 1 240*4882a593Smuzhiyun 241*4882a593Smuzhiyun /* Define if you have the times function. */ 242*4882a593Smuzhiyun #define HAVE_TIMES 1 243*4882a593Smuzhiyun 244*4882a593Smuzhiyun /* Define if you have the utime function. */ 245*4882a593Smuzhiyun //#define HAVE_UTIME 1 246*4882a593Smuzhiyun 247*4882a593Smuzhiyun /* Define if you have the vasprintf function. */ 248*4882a593Smuzhiyun #define HAVE_VASPRINTF 1 249*4882a593Smuzhiyun 250*4882a593Smuzhiyun /* Define if you have the vprintf function. */ 251*4882a593Smuzhiyun #define HAVE_VPRINTF 1 252*4882a593Smuzhiyun 253*4882a593Smuzhiyun /* Define if you have the <argz.h> header file. */ 254*4882a593Smuzhiyun #define HAVE_ARGZ_H 1 255*4882a593Smuzhiyun 256*4882a593Smuzhiyun /* Define if you have the <arpa/inet.h> header file. */ 257*4882a593Smuzhiyun #define HAVE_ARPA_INET_H 1 258*4882a593Smuzhiyun 259*4882a593Smuzhiyun /* Define if you have the <fcntl.h> header file. */ 260*4882a593Smuzhiyun //#define HAVE_FCNTL_H 1 261*4882a593Smuzhiyun 262*4882a593Smuzhiyun /* Define if you have the <limits.h> header file. */ 263*4882a593Smuzhiyun //#define HAVE_LIMITS_H 1 264*4882a593Smuzhiyun 265*4882a593Smuzhiyun /* Define if you have the <locale.h> header file. */ 266*4882a593Smuzhiyun //#define HAVE_LOCALE_H 1 267*4882a593Smuzhiyun 268*4882a593Smuzhiyun /* Define if you have the <malloc.h> header file. */ 269*4882a593Smuzhiyun #define HAVE_MALLOC_H 1 270*4882a593Smuzhiyun 271*4882a593Smuzhiyun /* Define if you have the <nl_types.h> header file. */ 272*4882a593Smuzhiyun #define HAVE_NL_TYPES_H 1 273*4882a593Smuzhiyun 274*4882a593Smuzhiyun /* Define if you have the <sgtty.h> header file. */ 275*4882a593Smuzhiyun //#define HAVE_SGTTY_H 1 276*4882a593Smuzhiyun 277*4882a593Smuzhiyun /* Define if you have the <string.h> header file. */ 278*4882a593Smuzhiyun #define HAVE_STRING_H 1 279*4882a593Smuzhiyun 280*4882a593Smuzhiyun /* Define if you have the <strings.h> header file. */ 281*4882a593Smuzhiyun #define HAVE_STRINGS_H 1 282*4882a593Smuzhiyun 283*4882a593Smuzhiyun /* Define if you have the <sys/ioctl.h> header file. */ 284*4882a593Smuzhiyun //#define HAVE_SYS_IOCTL_H 1 285*4882a593Smuzhiyun 286*4882a593Smuzhiyun /* Define if you have the <sys/mman.h> header file. */ 287*4882a593Smuzhiyun #define HAVE_SYS_MMAN_H 1 288*4882a593Smuzhiyun 289*4882a593Smuzhiyun /* Define if you have the <sys/param.h> header file. */ 290*4882a593Smuzhiyun //#define HAVE_SYS_PARAM_H 1 291*4882a593Smuzhiyun 292*4882a593Smuzhiyun /* Define if you have the <sys/select.h> header file. */ 293*4882a593Smuzhiyun //#define HAVE_SYS_SELECT_H 1 294*4882a593Smuzhiyun 295*4882a593Smuzhiyun /* Define if you have the <sys/syslog.h> header file. */ 296*4882a593Smuzhiyun #define HAVE_SYS_SYSLOG_H 1 297*4882a593Smuzhiyun 298*4882a593Smuzhiyun /* Define if you have the <sys/termio.h> header file. */ 299*4882a593Smuzhiyun /* #undef HAVE_SYS_TERMIO_H */ 300*4882a593Smuzhiyun 301*4882a593Smuzhiyun /* Define if you have the <sys/termios.h> header file. */ 302*4882a593Smuzhiyun //#define HAVE_SYS_TERMIOS_H 1 303*4882a593Smuzhiyun 304*4882a593Smuzhiyun /* Define if you have the <sys/time.h> header file. */ 305*4882a593Smuzhiyun //#define HAVE_SYS_TIME_H 1 306*4882a593Smuzhiyun 307*4882a593Smuzhiyun /* Define if you have the <sys/times.h> header file. */ 308*4882a593Smuzhiyun //#define HAVE_SYS_TIMES_H 1 309*4882a593Smuzhiyun 310*4882a593Smuzhiyun /* Define if you have the <syslog.h> header file. */ 311*4882a593Smuzhiyun //#define HAVE_SYSLOG_H 1 312*4882a593Smuzhiyun 313*4882a593Smuzhiyun /* Define if you have the <termio.h> header file. */ 314*4882a593Smuzhiyun //#define HAVE_TERMIO_H 1 315*4882a593Smuzhiyun 316*4882a593Smuzhiyun /* Define if you have the <termios.h> header file. */ 317*4882a593Smuzhiyun //#define HAVE_TERMIOS_H 1 318*4882a593Smuzhiyun 319*4882a593Smuzhiyun /* Define if you have the <unistd.h> header file. */ 320*4882a593Smuzhiyun //#define HAVE_UNISTD_H 1 321*4882a593Smuzhiyun 322*4882a593Smuzhiyun /* Define if you have the <utime.h> header file. */ 323*4882a593Smuzhiyun //#define HAVE_UTIME_H 1 324*4882a593Smuzhiyun 325*4882a593Smuzhiyun /* Define if you have the <values.h> header file. */ 326*4882a593Smuzhiyun #define HAVE_VALUES_H 1 327*4882a593Smuzhiyun 328*4882a593Smuzhiyun /* Define if you have the be library (-lbe). */ 329*4882a593Smuzhiyun /* #undef HAVE_LIBBE */ 330*4882a593Smuzhiyun 331*4882a593Smuzhiyun /* Define if you have the i library (-li). */ 332*4882a593Smuzhiyun /* #undef HAVE_LIBI */ 333*4882a593Smuzhiyun 334*4882a593Smuzhiyun /* Define if you have the nsl library (-lnsl). */ 335*4882a593Smuzhiyun #define HAVE_LIBNSL 1 336*4882a593Smuzhiyun 337*4882a593Smuzhiyun /* Define if you have the socket library (-lsocket). */ 338*4882a593Smuzhiyun /* #undef HAVE_LIBSOCKET */ 339