00001 /* config.h. Generated automatically by configure. */ 00002 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 00003 00004 /* Define to empty if the keyword does not work. */ 00005 /* #undef const */ 00006 00007 /* Define to `long' if <sys/types.h> doesn't define. */ 00008 /* #undef off_t */ 00009 00010 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00011 /* #undef size_t */ 00012 00013 /* Define if you have the ANSI C header files. */ 00014 #define STDC_HEADERS 1 00015 00016 /* Define this if your sockaddr structure contains sin_len */ 00017 /* #undef HAVE_SOCK_SIN_LEN */ 00018 00019 /* How many bits would you like to have in an off_t? */ 00020 #define _FILE_OFFSET_BITS 64 00021 00022 /* Define to include GNU C library extensions. */ 00023 #define _GNU_SOURCE 1 00024 00025 /* GNU extension of saving argv[0] to program_invocation_short_name */ 00026 /* #define HAVE_PROGRAM_INVOCATION_NAME 1 */ 00027 00028 /* Define to a replacement type if intmax_t is not a builtin, or in 00029 sys/types.h or stdlib.h or stddef.h */ 00030 /* #undef intmax_t */ 00031 00032 /* The number of bytes in a int. */ 00033 #define SIZEOF_INT 4 00034 00035 /* The number of bytes in a long. */ 00036 #define SIZEOF_LONG 4 00037 00038 /* The number of bytes in a off_t. */ 00039 #define SIZEOF_OFF_T 8 00040 00041 /* The number of bytes in a short. */ 00042 #define SIZEOF_SHORT 2 00043 00044 /* The number of bytes in a size_t. */ 00045 #define SIZEOF_SIZE_T 4 00046 00047 /* The number of bytes in a unsigned char. */ 00048 #define SIZEOF_UNSIGNED_CHAR 1 00049 00050 /* The number of bytes in a unsigned int. */ 00051 #define SIZEOF_UNSIGNED_INT 4 00052 00053 /* The number of bytes in a unsigned long. */ 00054 #define SIZEOF_UNSIGNED_LONG 4 00055 00056 /* The number of bytes in a unsigned short. */ 00057 #define SIZEOF_UNSIGNED_SHORT 2 00058 00059 /* Define if you have the mtrace function. */ 00060 #define HAVE_MTRACE 1 00061 00062 /* Define if you have the snprintf function. */ 00063 #define HAVE_SNPRINTF 1 00064 00065 /* Define if you have the strerror function. */ 00066 #define HAVE_STRERROR 1 00067 00068 /* Define if you have the vsnprintf function. */ 00069 #define HAVE_VSNPRINTF 1 00070 00071 /* Define if you have the <alloca.h> header file. */ 00072 #define HAVE_ALLOCA_H 1 00073 00074 /* Define if you have the <bzlib.h> header file. */ 00075 #define HAVE_BZLIB_H 1 00076 00077 /* Define if you have the <config.h> header file. */ 00078 /* #undef HAVE_CONFIG_H */ 00079 00080 /* Define if you have the <dlfcn.h> header file. */ 00081 #define HAVE_DLFCN_H 1 00082 00083 /* Define if you have the <libintl.h> header file. */ 00084 #define HAVE_LIBINTL_H 1 00085 00086 /* Define if you have the <mcheck.h> header file. */ 00087 #define HAVE_MCHECK_H 1 00088 00089 /* Define if you have the <stdint.h> header file. */ 00090 #define HAVE_STDINT_H 1 00091 00092 /* Define if you have the <unistd.h> header file. */ 00093 #define HAVE_UNISTD_H 1 00094 00095 /* Define if you have the popt library (-lpopt). */ 00096 #define HAVE_LIBPOPT 1 00097 00098 /* Name of package */ 00099 #define PACKAGE "librsync" 00100 00101 /* Version number of package */ 00102 #define VERSION "0.9.5" 00103 00104 /* Number of bits in a file offset, on hosts where this is settable. */ 00105 #define _FILE_OFFSET_BITS 64 00106 00107 /* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */ 00108 /* #undef _LARGEFILE_SOURCE */ 00109 00110 /* Define for large files, on AIX-style hosts. */ 00111 /* #undef _LARGE_FILES */ 00112 00113 /* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */ 00114 /* #undef _XOPEN_SOURCE */ 00115
1.4.2