ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/acconfig.h
Revision: 1.3.2.1
Committed: Sun Mar 31 19:51:28 2002 UTC (22 years, 2 months ago) by root
Content type: text/plain
Branch: UUDEVIEW
CVS Tags: UUDEVIEW-0-5-15
Changes since 1.3: +3 -18 lines
Log Message:
*** empty log message ***

File Contents

# Content
1
2 /*
3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.1.1.1 1996/06/06 19:41:15 fp Exp $
5 */
6
7 /*
8 * If your system is kinda special
9 */
10 #undef SYSTEM_DOS
11 #undef SYSTEM_QUICKWIN
12 #undef SYSTEM_WINDLL
13 #undef SYSTEM_OS2
14
15 /*
16 * If your system has stdin/stdout/stderr
17 */
18 #undef HAVE_STDIO
19
20 /*
21 * how to declare functions that are exported from the UU library
22 */
23 #undef UUEXPORT
24
25 /*
26 * how to declare functions that are exported from the fptools library
27 */
28 #undef TOOLEXPORT
29
30 /*
31 * define if your compiler supports function prototypes
32 */
33 #undef PROTOTYPES
34
35 /*
36 * Replacement functions.
37 * #define strerror _FP_strerror
38 * #define tempnam _FP_tempnam
39 * if you don't have these functions
40 */
41 #undef strerror
42 #undef tempnam
43
44 /*
45 * your mailing program. full path and the necessary parameters.
46 * the recepient address is added to the command line (with a leading
47 * space) without any further options
48 */
49 #undef PROG_MAILER
50
51 /*
52 * 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.
54 */
55 #undef MAILER_NEEDS_SUBJECT
56
57 /*
58 * define if posting is enabled. Do not edit.
59 */
60 #undef HAVE_NEWS
61
62 /*
63 * your local news posting program. full path and parameters, so that
64 * the article and all its headers are read from stdin
65 */
66 #undef PROG_INEWS
67