mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-13 18:47:01 +08:00
applied Craig A. Berry patches for VMS Daniel
* testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS Daniel
This commit is contained in:
parent
4258b9c8aa
commit
fe8aab9843
@ -1,3 +1,7 @@
|
||||
Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
|
||||
|
||||
Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* doc/libxml2-api.xml python/tests/reader.py: one really need
|
||||
|
@ -41,12 +41,12 @@ static void usage(const char *name) {
|
||||
"--exc-without-comments\t Exclusive XML file canonization w/o comments\n");
|
||||
}
|
||||
|
||||
xmlXPathObjectPtr
|
||||
static xmlXPathObjectPtr
|
||||
load_xpath_expr (xmlDocPtr parent_doc, const char* filename);
|
||||
|
||||
xmlChar **parse_list(xmlChar *str);
|
||||
static xmlChar **parse_list(xmlChar *str);
|
||||
|
||||
void print_xpath_nodes(xmlNodeSetPtr nodes);
|
||||
static void print_xpath_nodes(xmlNodeSetPtr nodes);
|
||||
|
||||
static int
|
||||
test_c14n(const char* xml_filename, int with_comments, int exclusive,
|
||||
|
@ -100,6 +100,24 @@
|
||||
/* Define if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the `strdup' function. */
|
||||
#define HAVE_STRDUP 1
|
||||
|
||||
/* Define to 1 if you have the `strerror' function. */
|
||||
#define HAVE_STRERROR 1
|
||||
|
||||
/* Define to 1 if you have the `strftime' function. */
|
||||
#define HAVE_STRFTIME 1
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#define HAVE_STRINGS_H 1
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strndup' function. */
|
||||
#undef HAVE_STRNDUP
|
||||
|
||||
/* Define if you have the <sys/dir.h> header file. */
|
||||
#undef HAVE_SYS_DIR_H
|
||||
|
||||
@ -113,10 +131,10 @@
|
||||
#undef HAVE_SYS_SELECT_H
|
||||
|
||||
/* Define if you have the <sys/socket.h> header file. */
|
||||
#undef HAVE_SYS_SOCKET_H
|
||||
#define HAVE_SYS_SOCKET_H 1
|
||||
|
||||
/* Define if you have the <sys/stat.h> header file. */
|
||||
#undef HAVE_SYS_STAT_H
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user