patch-autoconf_h 1.1 KB

12345678910111213141516171819202122232425262728
  1. This patch is required to make procmail cross compile - it tries to run some
  2. automatic tests which obviously do not work in a cross compiled environment.
  3. --- procmail-3.22.orig/autoconf.h 1970-01-01 00:00:00.000000000 +0100
  4. +++ procmail-3.22/autoconf.h 2009-06-04 22:52:50.000000000 +0200
  5. @@ -0,0 +1,22 @@
  6. +/* This file was automagically generated by autoconf */
  7. +
  8. +/* 5 moves in 64 steps of size 16384 when reallocing */
  9. +#define NOpow
  10. +#define NOpw_class
  11. +#define NOstrlcat
  12. +#define NOsetrgid
  13. +#define MAX_argc 7588
  14. +/* Your system's strstr() is 1.12 times FASTER than my C-routine */
  15. +#define UDP_protocolno 17
  16. +#define BIFF_serviceport "512"
  17. +#define IP_localhost {127,0,0,1}
  18. +#define MAILSPOOLDIR "/var/spool/mail/"
  19. +#define SENDMAIL "/usr/sbin/sendmail"
  20. +#define CF_no_procmail_yet
  21. +#define buggy_SENDMAIL
  22. +#define defPATH "PATH=$HOME/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11"
  23. +#define defSPATH "PATH=/bin:/usr/bin:/usr/local/bin:/usr/bin/X11"
  24. +#define PM_VERSION "3.22"
  25. +/* Hotwire LOCKINGTEST=100 */
  26. +/* Procmail will lock via: dotlocking, fcntl() */
  27. +/* autoconf completed */