libmcs  0.6.0
mcs_config.h
Go to the documentation of this file.
1 /* src/libmcs/mcs_config.h. Generated from mcs_config.h.in by configure. */
2 /* src/libmcs/mcs_config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if the `closedir' function returns void instead of `int'. */
5 /* #undef CLOSEDIR_VOID */
6 
7 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
8  */
9 #define HAVE_DIRENT_H 1
10 
11 /* Define to 1 if you have the <errno.h> header file. */
12 #define HAVE_ERRNO_H 1
13 
14 /* Define to 1 if you have the <inttypes.h> header file. */
15 #define HAVE_INTTYPES_H 1
16 
17 /* Define to 1 if you have the <limits.h> header file. */
18 #define HAVE_LIMITS_H 1
19 
20 /* Define to 1 if you have the <locale.h> header file. */
21 #define HAVE_LOCALE_H 1
22 
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* Define to 1 if you have the `memset' function. */
27 #define HAVE_MEMSET 1
28 
29 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
30 /* #undef HAVE_NDIR_H */
31 
32 /* Define to 1 if you have the `setlocale' function. */
33 #define HAVE_SETLOCALE 1
34 
35 /* Define to 1 if `stat' has the bug that it succeeds when given the
36  zero-length file name argument. */
37 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
38 
39 /* Define to 1 if you have the <stdarg.h> header file. */
40 #define HAVE_STDARG_H 1
41 
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #define HAVE_STDINT_H 1
44 
45 /* Define to 1 if you have the <stdlib.h> header file. */
46 #define HAVE_STDLIB_H 1
47 
48 /* Define to 1 if you have the `strcasecmp' function. */
49 #define HAVE_STRCASECMP 1
50 
51 /* Define to 1 if you have the `strchr' function. */
52 #define HAVE_STRCHR 1
53 
54 /* Define to 1 if you have the `strdup' function. */
55 #define HAVE_STRDUP 1
56 
57 /* Define to 1 if you have the `strerror' function. */
58 #define HAVE_STRERROR 1
59 
60 /* Define to 1 if you have the <strings.h> header file. */
61 #define HAVE_STRINGS_H 1
62 
63 /* Define to 1 if you have the <string.h> header file. */
64 #define HAVE_STRING_H 1
65 
66 /* Define to 1 if you have the `strstr' function. */
67 #define HAVE_STRSTR 1
68 
69 /* Define to 1 if you have the `strtod' function. */
70 #define HAVE_STRTOD 1
71 
72 /* Define to 1 if you have the `strtol' function. */
73 #define HAVE_STRTOL 1
74 
75 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
76  */
77 /* #undef HAVE_SYS_DIR_H */
78 
79 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
80  */
81 /* #undef HAVE_SYS_NDIR_H */
82 
83 /* Define to 1 if you have the <sys/stat.h> header file. */
84 #define HAVE_SYS_STAT_H 1
85 
86 /* Define to 1 if you have the <sys/types.h> header file. */
87 #define HAVE_SYS_TYPES_H 1
88 
89 /* Define to 1 if you have the <unistd.h> header file. */
90 #define HAVE_UNISTD_H 1
91 
92 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
93  slash. */
94 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
95 
96 /* Define to the address where bug reports for this package should be sent. */
97 #define PACKAGE_BUGREPORT "bugs+libmcs@atheme.org"
98 
99 /* Define to the full name of this package. */
100 #define PACKAGE_NAME "libmcs"
101 
102 /* Define to the full name and version of this package. */
103 #define PACKAGE_STRING "libmcs 0.7.2"
104 
105 /* Define to the one symbol short name of this package. */
106 #define PACKAGE_TARNAME "libmcs"
107 
108 /* Define to the home page for this package. */
109 #define PACKAGE_URL ""
110 
111 /* Define to the version of this package. */
112 #define PACKAGE_VERSION "0.7.2"
113 
114 /* Define to 1 if you have the ANSI C header files. */
115 #define STDC_HEADERS 1
116 
117 /* Define to empty if `const' does not conform to ANSI C. */
118 /* #undef const */