📄 config.h
字号:
/* config.h. Generated by configure. *//* config.h.in. Generated from configure.ac by autoheader. *//* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. *//* #undef CRAY_STACKSEG_END *//* Define to 1 if using `alloca.c'. *//* #undef C_ALLOCA *//* Define this to enable trace code *//* #undef DO_RS_TRACE *//* Define to 1 if you have `alloca', as a function or macro. */#define HAVE_ALLOCA 1/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). *//* #undef HAVE_ALLOCA_H *//* Define to 1 if you have the <bzlib.h> header file. *//* #undef HAVE_BZLIB_H *//* Define to 1 if you have the `dgettext' function. *//* #undef HAVE_DGETTEXT *//* Define to 1 if you have the <dlfcn.h> header file. *//* #undef HAVE_DLFCN_H *//* Define to 1 if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 1/* Define to 1 if fseeko (and presumably ftello) exists and is declared. *//* #undef HAVE_FSEEKO *//* Define to 1 if you have the `gettext' function. *//* #undef HAVE_GETTEXT *//* Define to 1 if you have the <inttypes.h> header file. *//* #undef HAVE_INTTYPES_H *//* Define to 1 if you have the `bz2' library (-lbz2). *//* #undef HAVE_LIBBZ2 *//* Define to 1 if you have the <libintl.h> header file. *//* #undef HAVE_LIBINTL_H *//* Define to 1 if you have the `popt' library (-lpopt). *//* #undef HAVE_LIBPOPT *//* Define to 1 if you have the `z' library (-lz). *//* #undef HAVE_LIBZ *//* Define to 1 if you have the <limits.h> header file. */#define HAVE_LIMITS_H 1/* Define to 1 if you have the <malloc.h> header file. */#define HAVE_MALLOC_H 1/* Define to 1 if you have the <mcheck.h> header file. *//* #undef HAVE_MCHECK_H *//* Define to 1 if you have the `memmove' function. */#define HAVE_MEMMOVE 1/* Define to 1 if you have the <memory.h> header file. */#define HAVE_MEMORY_H 1/* Define to 1 if you have the `memset' function. */#define HAVE_MEMSET 1/* GNU extension of saving argv[0] to program_invocation_short_name *//* #undef HAVE_PROGRAM_INVOCATION_NAME *//* Define to 1 if you have the `snprintf' function. *//* #undef HAVE_SNPRINTF *//* Define to 1 if you have the <stdint.h> header file. *//* #undef HAVE_STDINT_H *//* Define to 1 if you have the <stdlib.h> header file. */#define HAVE_STDLIB_H 1/* Define to 1 if you have the `strchr' function. */#define HAVE_STRCHR 1/* Define to 1 if you have the `strerror' function. */#define HAVE_STRERROR 1/* Define to 1 if you have the <strings.h> header file. *//* #undef HAVE_STRINGS_H *//* Define to 1 if you have the <string.h> header file. */#define HAVE_STRING_H 1/* Define to 1 if you have the `strtol' function. */#define HAVE_STRTOL 1/* Define to 1 if you have the <sys/file.h> header file. *//* #undef HAVE_SYS_FILE_H *//* Define to 1 if you have the <sys/stat.h> header file. */#define HAVE_SYS_STAT_H 1/* Define to 1 if you have the <sys/types.h> header file. */#define HAVE_SYS_TYPES_H 1/* Define to 1 if you have the <unistd.h> header file. *//* #undef HAVE_UNISTD_H *//* Define if your cpp has vararg macros *//* #undef HAVE_VARARG_MACROS *//* Define to 1 if you have the `vsnprintf' function. *//* #undef HAVE_VSNPRINTF *//* Define to 1 if you have the <zlib.h> header file. *//* #undef HAVE_ZLIB_H *//* Define to 1 if you have the `_snprintf' function. */#define HAVE__SNPRINTF 1/* Define to 1 if you have the `_vsnprintf' function. */#define HAVE__VSNPRINTF 1/* Name of package */#define PACKAGE "librsync"/* Define to the address where bug reports for this package should be sent. */#define PACKAGE_BUGREPORT ""/* Define to the full name of this package. */#define PACKAGE_NAME "librsync"/* Define to the full name and version of this package. */#define PACKAGE_STRING "librsync 0.9.6"/* Define to the one symbol short name of this package. */#define PACKAGE_TARNAME "librsync"/* Define to the version of this package. */#define PACKAGE_VERSION "0.9.6"/* Canonical GNU hostname */#define RS_CANONICAL_HOST "i686-pc-cygwin"/* Version of the libtool interface. */#define RS_LIBVERSION "1:2:0"/* The size of a `int', as computed by sizeof. */#define SIZEOF_INT 4/* The size of a `long', as computed by sizeof. */#define SIZEOF_LONG 4/* The size of a `long long', as computed by sizeof. */#define SIZEOF_LONG_LONG 0/* The size of a `off_t', as computed by sizeof. */#define SIZEOF_OFF_T 4/* The size of a `short', as computed by sizeof. */#define SIZEOF_SHORT 2/* The size of a `size_t', as computed by sizeof. */#define SIZEOF_SIZE_T 4/* The size of a `unsigned char', as computed by sizeof. */#define SIZEOF_UNSIGNED_CHAR 1/* The size of a `unsigned int', as computed by sizeof. */#define SIZEOF_UNSIGNED_INT 4/* The size of a `unsigned long', as computed by sizeof. */#define SIZEOF_UNSIGNED_LONG 4/* The size of a `unsigned short', as computed by sizeof. */#define SIZEOF_UNSIGNED_SHORT 2/* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown *//* #undef STACK_DIRECTION *//* Define to 1 if you have the ANSI C header files. */#define STDC_HEADERS 1/* Version number of package */#define VERSION "0.9.6"/* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). *//* #undef WORDS_BIGENDIAN *//* Number of bits in a file offset, on hosts where this is settable. *//* #undef _FILE_OFFSET_BITS *//* Enable GNU extensions on systems that have them. */#ifndef _GNU_SOURCE# define _GNU_SOURCE 1#endif/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). *//* #undef _LARGEFILE_SOURCE *//* Define for large files, on AIX-style hosts. *//* #undef _LARGE_FILES *//* Define to empty if `const' does not conform to ANSI C. *//* #undef const *//* Define to `long' if <sys/types.h> does not define. *//* #undef off_t *//* Define to `unsigned' if <sys/types.h> does not define. *//* #undef size_t */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -