Annotation of embedaddon/lrzsz/config.h.in, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>