root/trunk/config.h

Revision 580, 3.9 kB (checked in by uncle_fungus, 2 years ago)

Updated build system for 2.3.99.4

  • Property svn:eol-style set to native
Line 
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 #define ENABLE_NLS 1
7
8 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
9    CoreFoundation framework. */
10 /* #undef HAVE_CFLOCALECOPYCURRENT */
11
12 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
13    the CoreFoundation framework. */
14 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
15
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
17    */
18 #define HAVE_DCGETTEXT 1
19
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #define HAVE_DLFCN_H 1
22
23 /* Define if the GNU gettext() function is already present or preinstalled. */
24 #define HAVE_GETTEXT 1
25
26 /* Define if you have the iconv() function. */
27 /* #undef HAVE_ICONV */
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #define HAVE_INTTYPES_H 1
31
32 /* Define to 1 if you have a functional curl library. */
33 #define HAVE_LIBCURL 1
34
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_H 1
40
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 #define HAVE_STRINGS_H 1
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
49
50 /* Define to 1 if you have the <sys/stat.h> header file. */
51 #define HAVE_SYS_STAT_H 1
52
53 /* Define to 1 if you have the <sys/types.h> header file. */
54 #define HAVE_SYS_TYPES_H 1
55
56 /* Define to 1 if you have the <unistd.h> header file. */
57 #define HAVE_UNISTD_H 1
58
59 /* Defined if libcurl supports AsynchDNS */
60 /* #undef LIBCURL_FEATURE_ASYNCHDNS */
61
62 /* Defined if libcurl supports IDN */
63 #define LIBCURL_FEATURE_IDN 1
64
65 /* Defined if libcurl supports IPv6 */
66 #define LIBCURL_FEATURE_IPV6 1
67
68 /* Defined if libcurl supports KRB4 */
69 /* #undef LIBCURL_FEATURE_KRB4 */
70
71 /* Defined if libcurl supports libz */
72 #define LIBCURL_FEATURE_LIBZ 1
73
74 /* Defined if libcurl supports NTLM */
75 #define LIBCURL_FEATURE_NTLM 1
76
77 /* Defined if libcurl supports SSL */
78 #define LIBCURL_FEATURE_SSL 1
79
80 /* Defined if libcurl supports SSPI */
81 /* #undef LIBCURL_FEATURE_SSPI */
82
83 /* Defined if libcurl supports DICT */
84 #define LIBCURL_PROTOCOL_DICT 1
85
86 /* Defined if libcurl supports FILE */
87 #define LIBCURL_PROTOCOL_FILE 1
88
89 /* Defined if libcurl supports FTP */
90 #define LIBCURL_PROTOCOL_FTP 1
91
92 /* Defined if libcurl supports FTPS */
93 #define LIBCURL_PROTOCOL_FTPS 1
94
95 /* Defined if libcurl supports HTTP */
96 #define LIBCURL_PROTOCOL_HTTP 1
97
98 /* Defined if libcurl supports HTTPS */
99 #define LIBCURL_PROTOCOL_HTTPS 1
100
101 /* Defined if libcurl supports LDAP */
102 #define LIBCURL_PROTOCOL_LDAP 1
103
104 /* Defined if libcurl supports TELNET */
105 #define LIBCURL_PROTOCOL_TELNET 1
106
107 /* Defined if libcurl supports TFTP */
108 #define LIBCURL_PROTOCOL_TFTP 1
109
110 /* Define to the sub-directory in which libtool stores uninstalled libraries.
111    */
112 #define LT_OBJDIR ".libs/"
113
114 /* Name of package */
115 #define PACKAGE "FahMon"
116
117 /* Define to the address where bug reports for this package should be sent. */
118 #define PACKAGE_BUGREPORT "Andrew Schofield andrew_s@fahmon.net"
119
120 /* Define to the full name of this package. */
121 #define PACKAGE_NAME "FahMon"
122
123 /* Define to the full name and version of this package. */
124 #define PACKAGE_STRING "FahMon 2.3.99.4"
125
126 /* Define to the one symbol short name of this package. */
127 #define PACKAGE_TARNAME "FahMon"
128
129 /* Define to the home page for this package. */
130 #define PACKAGE_URL ""
131
132 /* Define to the version of this package. */
133 #define PACKAGE_VERSION "2.3.99.4"
134
135 /* Define to 1 if you have the ANSI C header files. */
136 #define STDC_HEADERS 1
137
138 /* Version number of package */
139 #define VERSION "2.3.99.4"
140
141 /* Define curl_free() as free() if our version of curl lacks curl_free. */
142 /* #undef curl_free */
Note: See TracBrowser for help on using the browser.