libmcs 0.6.0
|
00001 /* src/libmcs/mcs_config.h. Generated from mcs_config.h.in by configure. */ 00002 /* src/libmcs/mcs_config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00005 /* #undef CLOSEDIR_VOID */ 00006 00007 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00008 */ 00009 #define HAVE_DIRENT_H 1 00010 00011 /* Define to 1 if you have the <errno.h> header file. */ 00012 #define HAVE_ERRNO_H 1 00013 00014 /* Define to 1 if you have the <inttypes.h> header file. */ 00015 #define HAVE_INTTYPES_H 1 00016 00017 /* Define to 1 if you have the <limits.h> header file. */ 00018 #define HAVE_LIMITS_H 1 00019 00020 /* Define to 1 if you have the <locale.h> header file. */ 00021 #define HAVE_LOCALE_H 1 00022 00023 /* Define to 1 if you have the <memory.h> header file. */ 00024 #define HAVE_MEMORY_H 1 00025 00026 /* Define to 1 if you have the `memset' function. */ 00027 #define HAVE_MEMSET 1 00028 00029 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00030 /* #undef HAVE_NDIR_H */ 00031 00032 /* Define to 1 if you have the `setlocale' function. */ 00033 #define HAVE_SETLOCALE 1 00034 00035 /* Define to 1 if `stat' has the bug that it succeeds when given the 00036 zero-length file name argument. */ 00037 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00038 00039 /* Define to 1 if you have the <stdarg.h> header file. */ 00040 #define HAVE_STDARG_H 1 00041 00042 /* Define to 1 if you have the <stdint.h> header file. */ 00043 #define HAVE_STDINT_H 1 00044 00045 /* Define to 1 if you have the <stdlib.h> header file. */ 00046 #define HAVE_STDLIB_H 1 00047 00048 /* Define to 1 if you have the `strcasecmp' function. */ 00049 #define HAVE_STRCASECMP 1 00050 00051 /* Define to 1 if you have the `strchr' function. */ 00052 #define HAVE_STRCHR 1 00053 00054 /* Define to 1 if you have the `strdup' function. */ 00055 #define HAVE_STRDUP 1 00056 00057 /* Define to 1 if you have the `strerror' function. */ 00058 #define HAVE_STRERROR 1 00059 00060 /* Define to 1 if you have the <strings.h> header file. */ 00061 #define HAVE_STRINGS_H 1 00062 00063 /* Define to 1 if you have the <string.h> header file. */ 00064 #define HAVE_STRING_H 1 00065 00066 /* Define to 1 if you have the `strstr' function. */ 00067 #define HAVE_STRSTR 1 00068 00069 /* Define to 1 if you have the `strtod' function. */ 00070 #define HAVE_STRTOD 1 00071 00072 /* Define to 1 if you have the `strtol' function. */ 00073 #define HAVE_STRTOL 1 00074 00075 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00076 */ 00077 /* #undef HAVE_SYS_DIR_H */ 00078 00079 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00080 */ 00081 /* #undef HAVE_SYS_NDIR_H */ 00082 00083 /* Define to 1 if you have the <sys/stat.h> header file. */ 00084 #define HAVE_SYS_STAT_H 1 00085 00086 /* Define to 1 if you have the <sys/types.h> header file. */ 00087 #define HAVE_SYS_TYPES_H 1 00088 00089 /* Define to 1 if you have the <unistd.h> header file. */ 00090 #define HAVE_UNISTD_H 1 00091 00092 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00093 slash. */ 00094 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00095 00096 /* Define to the address where bug reports for this package should be sent. */ 00097 #define PACKAGE_BUGREPORT "bugs+libmcs@atheme.org" 00098 00099 /* Define to the full name of this package. */ 00100 #define PACKAGE_NAME "libmcs" 00101 00102 /* Define to the full name and version of this package. */ 00103 #define PACKAGE_STRING "libmcs 0.7.2" 00104 00105 /* Define to the one symbol short name of this package. */ 00106 #define PACKAGE_TARNAME "libmcs" 00107 00108 /* Define to the home page for this package. */ 00109 #define PACKAGE_URL "" 00110 00111 /* Define to the version of this package. */ 00112 #define PACKAGE_VERSION "0.7.2" 00113 00114 /* Define to 1 if you have the ANSI C header files. */ 00115 #define STDC_HEADERS 1 00116 00117 /* Define to empty if `const' does not conform to ANSI C. */ 00118 /* #undef const */