ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/acconfig.h
Revision: 1.2
Committed: Tue Jun 12 03:20:44 2001 UTC (23 years ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +11 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1
2 /*
3 * needed for auto configuration
4 * $Id: acconfig.h,v 1.1 2001/06/11 19:48:57 root 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 * define if your system has chmod(2)
37 */
38 #undef HAVE_CHMOD
39
40 /*
41 * define if your system has umask(2)
42 */
43 #undef HAVE_UMASK
44
45 /*
46 * Replacement functions.
47 * #define strerror FP_strerror
48 * #define tempnam FP_tempnam
49 * if you don't have these functions
50 */
51 #undef strerror
52 #undef tempnam
53
54 /*
55 * your mailing program. full path and the necessary parameters.
56 * the recepient address is added to the command line (with a leading
57 * space) without any further options
58 */
59 #undef PROG_MAILER
60
61 /*
62 * define if the mailer needs to have the subject set on the command
63 * line with -s "Subject". Preferredly, we send the subject as a header.
64 */
65 #undef MAILER_NEEDS_SUBJECT
66
67 /*
68 * define if posting is enabled. Do not edit.
69 */
70 #undef HAVE_NEWS
71
72 /*
73 * your local news posting program. full path and parameters, so that
74 * the article and all its headers are read from stdin
75 */
76 #undef PROG_INEWS
77