Skip to content
Snippets Groups Projects
Commit 45acaf6acbf4 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

fixed include c.f. bug #96487 Red Hat 8.0 induced change Daniel

* libxslt/keys.h: fixed include c.f. bug #96487
* config.h.in:  Red Hat 8.0 induced change
Daniel
parent b6eabc5374e3
Branches
No related tags found
No related merge requests found
Tue Oct 22 20:53:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxslt/keys.h: fixed include c.f. bug #96487
* config.h.in: Red Hat 8.0 induced change
Mon Oct 21 20:56:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxslt/numbers.c libxslt/numbersInternals.h libxslt/xsltutils.[ch]:
......
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* config.h.in. Generated from configure.in by autoheader. */
#undef HAVE_ISINF
#undef HAVE_ISNAN
#undef HAVE_POW
......@@ -10,6 +6,6 @@
#undef HAVE_FABS
#undef WITH_DEBUGGER
/* Define if you have the _stat function. */
#undef HAVE__STAT
/* Define to 1 if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H
......@@ -15,4 +11,4 @@
/* Define if you have the asctime function. */
/* Define to 1 if you have the `asctime' function. */
#undef HAVE_ASCTIME
......@@ -17,29 +13,5 @@
#undef HAVE_ASCTIME
/* Define if you have the ftime function. */
#undef HAVE_FTIME
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
/* Define if you have the gmtime function. */
#undef HAVE_GMTIME
/* Define if you have the localtime function. */
#undef HAVE_LOCALTIME
/* Define if you have the mktime function. */
#undef HAVE_MKTIME
/* Define if you have the stat function. */
#undef HAVE_STAT
/* Define if you have the time function. */
#undef HAVE_TIME
/* Define if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H
/* Define if you have the <dlfcn.h> header file. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
......@@ -44,5 +16,5 @@
#undef HAVE_DLFCN_H
/* Define if you have the <float.h> header file. */
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
......@@ -47,5 +19,5 @@
#undef HAVE_FLOAT_H
/* Define if you have the <fp_class.h> header file. */
/* Define to 1 if you have the <fp_class.h> header file. */
#undef HAVE_FP_CLASS_H
......@@ -50,5 +22,14 @@
#undef HAVE_FP_CLASS_H
/* Define if you have the <ieeefp.h> header file. */
/* Define to 1 if you have the `ftime' function. */
#undef HAVE_FTIME
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Define to 1 if you have the `gmtime' function. */
#undef HAVE_GMTIME
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
......@@ -53,5 +34,11 @@
#undef HAVE_IEEEFP_H
/* Define if you have the <math.h> header file. */
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `localtime' function. */
#undef HAVE_LOCALTIME
/* Define to 1 if you have the <math.h> header file. */
#undef HAVE_MATH_H
......@@ -56,5 +43,11 @@
#undef HAVE_MATH_H
/* Define if you have the <nan.h> header file. */
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `mktime' function. */
#undef HAVE_MKTIME
/* Define to 1 if you have the <nan.h> header file. */
#undef HAVE_NAN_H
......@@ -59,5 +52,8 @@
#undef HAVE_NAN_H
/* Define if you have the <stdarg.h> header file. */
/* Define to 1 if you have the `stat' function. */
#undef HAVE_STAT
/* Define to 1 if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
......@@ -62,5 +58,8 @@
#undef HAVE_STDARG_H
/* Define if you have the <stdlib.h> header file. */
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
......@@ -65,5 +64,8 @@
#undef HAVE_STDLIB_H
/* Define if you have the <string.h> header file. */
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
......@@ -68,5 +70,5 @@
#undef HAVE_STRING_H
/* Define if you have the <sys/stat.h> header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
......@@ -71,5 +73,8 @@
#undef HAVE_SYS_STAT_H
/* Define if you have the <sys/time.h> header file. */
/* Define to 1 if you have the <sys/timeb.h> header file. */
#undef HAVE_SYS_TIMEB_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
......@@ -74,8 +79,5 @@
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/timeb.h> header file. */
#undef HAVE_SYS_TIMEB_H
/* Define if you have the <sys/types.h> header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
......@@ -80,5 +82,8 @@
#undef HAVE_SYS_TYPES_H
/* Define if you have the <time.h> header file. */
/* Define to 1 if you have the `time' function. */
#undef HAVE_TIME
/* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
......@@ -83,5 +88,5 @@
#undef HAVE_TIME_H
/* Define if you have the <unistd.h> header file. */
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
......@@ -86,5 +91,8 @@
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `_stat' function. */
#undef HAVE__STAT
/* Name of package */
#undef PACKAGE
......@@ -88,5 +96,23 @@
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION
......@@ -91,3 +117,2 @@
/* Version number of package */
#undef VERSION
......@@ -9,7 +9,7 @@
#ifndef __XML_XSLT_KEY_H__
#define __XML_XSLT_KEY_H__
#include "libxml/xpath.h"
#include <libxml/xpath.h>
#include "xsltInternals.h"
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment