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.5 by root, Sun Mar 31 20:08:42 2002 UTC vs.
Revision 1.6 by root, Thu Dec 10 22:49:15 2020 UTC

1 1
2/* 2/*
3 * needed for auto configuration 3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.5 2002/03/31 20:08:42 root Exp $ 4 * $Id: acconfig.h,v 1.6 2020/12/10 22:49:15 root Exp $
5 */ 5 */
6 6
7/* 7/*
8 * If your system is kinda special 8 * If your system is kinda special
9 */ 9 */
54 * if you don't have these functions 54 * if you don't have these functions
55 */ 55 */
56#undef strerror 56#undef strerror
57#undef tempnam 57#undef tempnam
58 58
59/* 59/*
60 * your mailing program. full path and the necessary parameters. 60 * your mailing program. full path and the necessary parameters.
61 * the recepient address is added to the command line (with a leading 61 * the recepient address is added to the command line (with a leading
62 * space) without any further options 62 * space) without any further options
63 */ 63 */
64#undef PROG_MAILER 64#undef PROG_MAILER
65 65
66/* 66/*
67 * define if the mailer needs to have the subject set on the command 67 * define if the mailer needs to have the subject set on the command
68 * line with -s "Subject". Preferredly, we send the subject as a header. 68 * line with -s "Subject". Preferredly, we send the subject as a header.
69 */ 69 */
70#undef MAILER_NEEDS_SUBJECT 70#undef MAILER_NEEDS_SUBJECT
71 71
72/* 72/*
73 * define if posting is enabled. Do not edit. 73 * define if posting is enabled. Do not edit.
74 */ 74 */
75#undef HAVE_NEWS 75#undef HAVE_NEWS
76 76
77/* 77/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines