ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/acconfig.h
(Generate patch)

Comparing Convert-UUlib/uulib/acconfig.h (file contents):
Revision 1.6 by root, Thu Dec 10 22:49:15 2020 UTC vs.
Revision 1.7 by root, Fri Dec 11 20:09:22 2020 UTC

1 1
2/* 2/*
3 * needed for auto configuration 3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.6 2020/12/10 22:49:15 root Exp $ 4 * $Id: acconfig.h,v 1.7 2020/12/11 20:09:22 root Exp $
5 */ 5 */
6 6
7/* 7/*
8 * If your system is kinda special 8 * If your system is kinda special
9 */ 9 */
46 * define if your system has mkstemp 46 * define if your system has mkstemp
47 */ 47 */
48#undef HAVE_MKSTEMP 48#undef HAVE_MKSTEMP
49 49
50/* 50/*
51 * Replacement functions.
52 * #define strerror _FP_strerror
53 * #define tempnam _FP_tempnam
54 * if you don't have these functions
55 */
56#undef strerror
57#undef tempnam
58
59/*
60 * your mailing program. full path and the necessary parameters. 51 * your mailing program. full path and the necessary parameters.
61 * the recepient address is added to the command line (with a leading 52 * the recepient address is added to the command line (with a leading
62 * space) without any further options 53 * space) without any further options
63 */ 54 */
64#undef PROG_MAILER 55#undef PROG_MAILER

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines