Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.11 and 1.14.6.1

version 1.11, 2001/10/30 07:40:21 version 1.14.6.1, 2001/12/07 07:42:33
Line 9 Line 9
 /* Define if you have the ANSI C header files.  */  /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
   /* Define if you have the _locking function.  */
   #undef HAVE__LOCKING
   
   /* Define if you have the flock function.  */
   #undef HAVE_FLOCK
   
   /* Define if you have the lockf function.  */
   #undef HAVE_LOCKF
   
   /* Define if you have the round function.  */
   #undef HAVE_ROUND
   
   /* Define if you have the sign function.  */
   #undef HAVE_SIGN
   
   /* Define if you have the trunc function.  */
   #undef HAVE_TRUNC
   
 /* 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 30 Line 48
 /* Define if you have the <memory.h> header file.  */  /* Define if you have the <memory.h> header file.  */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
   
   /* Define if you have the <new> header file.  */
   #undef HAVE_NEW
   
 /* Define if you have the <process.h> header file.  */  /* Define if you have the <process.h> header file.  */
 #undef HAVE_PROCESS_H  #undef HAVE_PROCESS_H
   
Line 51 Line 72
 /* Define if you have the <string.h> header file.  */  /* Define if you have the <string.h> header file.  */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
   /* Define if you have the <sys/file.h> header file.  */
   #undef HAVE_SYS_FILE_H
   
   /* Define if you have the <sys/locking.h> header file.  */
   #undef HAVE_SYS_LOCKING_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/types.h> header file.  */
   #undef HAVE_SYS_TYPES_H
   
 /* Define if you have the <time.h> header file.  */  /* Define if you have the <time.h> header file.  */
 #undef HAVE_TIME_H  #undef HAVE_TIME_H
   
Line 84 Line 114
 /* DB2-abled parser */  /* DB2-abled parser */
 #undef DB2  #undef DB2
   
   /* Windows32 target platform */
   #undef WIN32
   
 /* compiler supports pragma pack */  /* compiler supports pragma pack */
 #undef HAVE_PRAGMA_PACK  #undef HAVE_PRAGMA_PACK
   
 /* Windows32 target platform */  /* library has set_new_handler func */
 #undef WIN32  #undef HAVE_SET_NEW_HANDLER
   

Removed from v.1.11  
changed lines
  Added in v.1.14.6.1


E-mail: