VirtualBox

source: vbox/trunk/src/libs/libxslt-1.1.22/vboxconfig.h@ 28321

Last change on this file since 28321 was 24234, checked in by vboxsync, 15 years ago

libxslt/vboxconfig.h: why wasn't this ported to solaris and darwin. sigh.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 4.3 KB
Line 
1/* config.h.in. Generated from configure.in by autoheader. */
2
3/* #undef HAVE_ISINF */
4/* #undef HAVE_ISNAN */
5#define HAVE_POW 1
6#define HAVE_FLOOR 1
7#define HAVE_FABS 1
8#undef WITH_DEBUGGER
9
10/* Define to 1 if you have the <ansidecl.h> header file. */
11/* #undef HAVE_ANSIDECL_H */
12
13/* Define to 1 if you have the `asctime' function. */
14#define HAVE_ASCTIME 1
15
16/* Define to 1 if you have the <dlfcn.h> header file. */
17#if defined(RT_OS_LINUX)
18#define HAVE_DLFCN_H 1
19#endif
20
21/* Define to 1 if you have the <float.h> header file. */
22#define HAVE_FLOAT_H 1
23
24/* Define to 1 if you have the `fprintf' function. */
25#define HAVE_FPRINTF 1
26
27/* Define to 1 if you have the <fp_class.h> header file. */
28/* #undef HAVE_FP_CLASS_H */
29
30/* Define to 1 if you have the `ftime' function. */
31#define HAVE_FTIME 1
32
33/* Define if gcrypt library is available. */
34#if defined(RT_OS_LINUX)
35#define HAVE_GCRYPT 1
36#endif
37
38/* Define to 1 if you have the `gettimeofday' function. */
39#define HAVE_GETTIMEOFDAY 1
40
41/* Define to 1 if you have the `gmtime_r' function. */
42#define HAVE_GMTIME_R 1
43
44/* Define to 1 if you have the <ieeefp.h> header file. */
45/* #undef HAVE_IEEEFP_H */
46
47/* Define to 1 if you have the <inttypes.h> header file. */
48#define HAVE_INTTYPES_H 1
49
50/* Define to 1 if you have the `localtime' function. */
51#define HAVE_LOCALTIME 1
52
53/* Define to 1 if you have the `localtime_r' function. */
54#define HAVE_LOCALTIME_R 1
55
56/* Define to 1 if you have the <math.h> header file. */
57#define HAVE_MATH_H 1
58
59/* Define to 1 if you have the <memory.h> header file. */
60#define HAVE_MEMORY_H 1
61
62/* Define to 1 if you have the `mktime' function. */
63#define HAVE_MKTIME 1
64
65/* Define to 1 if you have the <nan.h> header file. */
66/* #undef HAVE_NAN_H */
67
68/* Define to 1 if you have the `printf' function. */
69#define HAVE_PRINTF 1
70
71/* Define to 1 if you have the `snprintf' function. */
72#define HAVE_SNPRINTF 1
73
74/* Define to 1 if you have the `sprintf' function. */
75#define HAVE_SPRINTF 1
76
77/* Define to 1 if you have the `sscanf' function. */
78#define HAVE_SSCANF 1
79
80/* Define to 1 if you have the `stat' function. */
81#define HAVE_STAT 1
82
83/* Define to 1 if you have the <stdarg.h> header file. */
84#define HAVE_STDARG_H 1
85
86/* Define to 1 if you have the <stdint.h> header file. */
87#define HAVE_STDINT_H 1
88
89/* Define to 1 if you have the <stdlib.h> header file. */
90#define HAVE_STDLIB_H 1
91
92/* Define to 1 if you have the <strings.h> header file. */
93#if defined(RT_OS_LINUX)
94#define HAVE_STRINGS_H 1
95#endif
96
97/* Define to 1 if you have the <string.h> header file. */
98#define HAVE_STRING_H 1
99
100/* Define to 1 if you have the <sys/select.h> header file. */
101#define HAVE_SYS_SELECT_H 1
102
103/* Define to 1 if you have the <sys/stat.h> header file. */
104#define HAVE_SYS_STAT_H 1
105
106/* Define to 1 if you have the <sys/timeb.h> header file. */
107#define HAVE_SYS_TIMEB_H 1
108
109/* Define to 1 if you have the <sys/time.h> header file. */
110#define HAVE_SYS_TIME_H 1
111
112/* Define to 1 if you have the <sys/types.h> header file. */
113#define HAVE_SYS_TYPES_H 1
114
115/* Define to 1 if you have the `time' function. */
116#define HAVE_TIME 1
117
118/* Define to 1 if you have the <time.h> header file. */
119#define HAVE_TIME_H 1
120
121/* Define to 1 if you have the <unistd.h> header file. */
122#define HAVE_UNISTD_H 1
123
124/* Define to 1 if you have the `vfprintf' function. */
125#define HAVE_VFPRINTF 1
126
127/* Define to 1 if you have the `vsnprintf' function. */
128#define HAVE_VSNPRINTF 1
129
130/* Define to 1 if you have the `vsprintf' function. */
131#define HAVE_VSPRINTF 1
132
133/* Define to 1 if you have the `_stat' function. */
134/* #undef HAVE__STAT */
135
136/* Name of package */
137#define PACKAGE "libxslt"
138
139/* Define to the address where bug reports for this package should be sent. */
140#define PACKAGE_BUGREPORT ""
141
142/* Define to the full name of this package. */
143#define PACKAGE_NAME ""
144
145/* Define to the full name and version of this package. */
146#define PACKAGE_STRING ""
147
148/* Define to the one symbol short name of this package. */
149#define PACKAGE_TARNAME ""
150
151/* Define to the version of this package. */
152#define PACKAGE_VERSION ""
153
154/* Define to 1 if you have the ANSI C header files. */
155#define STDC_HEADERS 1
156
157/* Version number of package */
158#define VERSION "1.1.22"
159
160/* Using the Win32 Socket implementation */
161/* #undef _WINSOCKAPI_ */
162
163/* Win32 Std C name mangling work-around */
164/* #undef snprintf */
165
166/* Win32 Std C name mangling work-around */
167/* #undef vsnprintf */
168
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette