Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.25 and 1.32

version 1.25, 2002/06/24 15:10:19 version 1.32, 2002/11/20 14:20:58
Line 3 Line 3
 /* Define as __inline if that's what the C compiler calls it.  */  /* Define as __inline if that's what the C compiler calls it.  */
 #undef inline  #undef inline
   
   /* Define to `long' if <sys/types.h> doesn't define.  */
   #undef off_t
   
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */  /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t  #undef size_t
   
Line 21 Line 24
 /* Define if you have the shl_load function.  */  /* Define if you have the shl_load function.  */
 #undef HAVE_SHL_LOAD  #undef HAVE_SHL_LOAD
   
   /* Define to `unsigned int' if <sys/types.h> does not define. */
   #undef size_t
   
   /* Define to `int' if <sys/types.h> does not define. */
   #undef ssize_t
   
   /* Define if you have daylight external variable in <time.h> */
   #undef HAVE_DAYLIGHT
   
   /* Define if you have timezone external variable in <time.h> */
   #undef HAVE_TIMEZONE
   
   /* Define if you have tm_gmtoff member of tm structure in <time.h> */
   #undef HAVE_TM_GMTOFF
   
   /* Define if you have tm_tzadj member of tm structure in <time.h> */
   #undef HAVE_TM_TZADJ
   
 /* Define if you have the _locking function.  */  /* Define if you have the _locking function.  */
 #undef HAVE__LOCKING  #undef HAVE__LOCKING
   
   /* Define if you have the crypt function.  */
   #undef HAVE_CRYPT
   
 /* Define if you have the dlerror function.  */  /* Define if you have the dlerror function.  */
 #undef HAVE_DLERROR  #undef HAVE_DLERROR
   
Line 36 Line 60
 /* Define if you have the getrusage function.  */  /* Define if you have the getrusage function.  */
 #undef HAVE_GETRUSAGE  #undef HAVE_GETRUSAGE
   
   /* Define if you have the gettimeofday function.  */
   #undef HAVE_GETTIMEOFDAY
   
 /* Define if you have the lockf function.  */  /* Define if you have the lockf function.  */
 #undef HAVE_LOCKF  #undef HAVE_LOCKF
   
Line 54 Line 81
 /* Define if you have the trunc function.  */  /* Define if you have the trunc function.  */
 #undef HAVE_TRUNC  #undef HAVE_TRUNC
   
   /* Define if you have the <crypt.h> header file.  */
   #undef HAVE_CRYPT_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 84 Line 114
 /* Define if you have the <setjmp.h> header file.  */  /* Define if you have the <setjmp.h> header file.  */
 #undef HAVE_SETJMP_H  #undef HAVE_SETJMP_H
   
   /* Define if you have the <signal.h> header file.  */
   #undef HAVE_SIGNAL_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
   
Line 126 Line 159
 /* Define if you have the <unistd.h> header file.  */  /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* Define if you have the <winsock.h> header file.  */
   #undef HAVE_WINSOCK_H
   
   /* Define if you have the crypt library (-lcrypt).  */
   #undef HAVE_LIBCRYPT
   
 /* Define if you have the m library (-lm).  */  /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
Line 150 Line 189
 /* disabled reading and executing files of non-process-effective-group */  /* disabled reading and executing files of non-process-effective-group */
 #undef NO_FOREIGN_GROUP_FILES  #undef NO_FOREIGN_GROUP_FILES
   
   /* one can throw from dynamic library */
   #undef PA_WITH_SJLJ_EXCEPTIONS
   
 /* xml-abled parser (uses shared library) */  /* xml-abled parser (uses shared library) */
 #undef XML  #undef XML
   
 /* xml-abled parser (uses static library) */  /* xml-abled parser (uses static library) */
 #undef XML  #undef XML
   
 /* has :received (uses shared library) */  /* has $mail:received (uses shared library) */
 #undef WITH_MAILRECEIVE  #undef WITH_MAILRECEIVE
   
 /* has :received (uses static library) */  /* has $mail:received (uses static library) */
 #undef WITH_MAILRECEIVE  #undef WITH_MAILRECEIVE
   
 /* parser uses this command instead of user-defined sendmail commands */  /* parser uses this command instead of user-defined sendmail commands */

Removed from v.1.25  
changed lines
  Added in v.1.32


E-mail: