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:
Daniel Veillard 2002-12-22 10:25:41 +00:00
parent 4258b9c8aa
commit fe8aab9843
3 changed files with 27 additions and 5 deletions

View File

@ -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

View File

@ -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,

View File

@ -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