Diff for /XML/config.h.in between versions 1.5 and 1.6

version 1.5, 1999/08/10 15:36:58 version 1.6, 1999/09/17 12:08:23
Line 30 Line 30
 /* Define if you have the strndup function.  */  /* Define if you have the strndup function.  */
 #undef HAVE_STRNDUP  #undef HAVE_STRNDUP
   
   /* Define if you have the <arpa/inet.h> header file.  */
   #undef HAVE_ARPA_INET_H
   
 /* Define if you have the <ctype.h> header file.  */  /* Define if you have the <ctype.h> header file.  */
 #undef HAVE_CTYPE_H  #undef HAVE_CTYPE_H
   
Line 57 Line 60
 /* Define if you have the <ndir.h> header file.  */  /* Define if you have the <ndir.h> header file.  */
 #undef HAVE_NDIR_H  #undef HAVE_NDIR_H
   
   /* Define if you have the <netdb.h> header file.  */
   #undef HAVE_NETDB_H
   
   /* Define if you have the <netinet/in.h> header file.  */
   #undef HAVE_NETINET_IN_H
   
 /* Define if you have the <stdarg.h> header file.  */  /* Define if you have the <stdarg.h> header file.  */
 #undef HAVE_STDARG_H  #undef HAVE_STDARG_H
   
   /* Define if you have the <stdlib.h> header file.  */
   #undef HAVE_STDLIB_H
   
 /* Define if you have the <sys/dir.h> header file.  */  /* Define if you have the <sys/dir.h> header file.  */
 #undef HAVE_SYS_DIR_H  #undef HAVE_SYS_DIR_H
   
 /* Define if you have the <sys/ndir.h> header file.  */  /* Define if you have the <sys/ndir.h> header file.  */
 #undef HAVE_SYS_NDIR_H  #undef HAVE_SYS_NDIR_H
   
   /* Define if you have the <sys/select.h> header file.  */
   #undef HAVE_SYS_SELECT_H
   
   /* Define if you have the <sys/socket.h> header file.  */
   #undef HAVE_SYS_SOCKET_H
   
 /* Define if you have the <sys/stat.h> header file.  */  /* Define if you have the <sys/stat.h> header file.  */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
   /* Define if you have the <sys/time.h> header file.  */
   #undef HAVE_SYS_TIME_H
   
 /* Define if you have the <sys/types.h> header file.  */  /* Define if you have the <sys/types.h> header file.  */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   

Removed from v.1.5  
changed lines
  Added in v.1.6


Webmaster