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.3.2.5 by root, Sun Apr 18 19:55:46 2004 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.3.2.5 2004/04/18 19:55:46 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 */
31 * define if your compiler supports function prototypes 31 * define if your compiler supports function prototypes
32 */ 32 */
33#undef PROTOTYPES 33#undef PROTOTYPES
34 34
35/* 35/*
36 * Replacement functions. 36 * define if your system has chmod(2)
37 * #define strerror _FP_strerror
38 * #define tempnam _FP_tempnam
39 * if you don't have these functions
40 */ 37 */
41#undef strerror 38#undef HAVE_CHMOD
42#undef tempnam
43 39
44/* 40/*
41 * define if your system has umask(2)
42 */
43#undef HAVE_UMASK
44
45/*
46 * define if your system has mkstemp
47 */
48#undef HAVE_MKSTEMP
49
50/*
45 * your mailing program. full path and the necessary parameters. 51 * your mailing program. full path and the necessary parameters.
46 * 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
47 * space) without any further options 53 * space) without any further options
48 */ 54 */
49#undef PROG_MAILER 55#undef PROG_MAILER
50 56
51/* 57/*
52 * define if the mailer needs to have the subject set on the command 58 * define if the mailer needs to have the subject set on the command
53 * line with -s "Subject". Preferredly, we send the subject as a header. 59 * line with -s "Subject". Preferredly, we send the subject as a header.
54 */ 60 */
55#undef MAILER_NEEDS_SUBJECT 61#undef MAILER_NEEDS_SUBJECT
56 62
57/* 63/*
58 * define if posting is enabled. Do not edit. 64 * define if posting is enabled. Do not edit.
59 */ 65 */
60#undef HAVE_NEWS 66#undef HAVE_NEWS
61 67
62/* 68/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines