ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
Revision: 1.11
Committed: Sat Sep 24 06:32:50 2022 UTC (19 months, 3 weeks ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -4 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /*
4 * needed for auto configuration
5 * $Id$
6 */
7
8 /*
9 * If your system is kinda special
10 */
11 #undef SYSTEM_DOS
12 #undef SYSTEM_QUICKWIN
13 #undef SYSTEM_WINDLL
14 #undef SYSTEM_OS2
15
16 /*
17 * If your system has stdin/stdout/stderr
18 */
19 #undef HAVE_STDIO
20
21 /*
22 * how to declare functions that are exported from the UU library
23 */
24 #undef UUEXPORT
25
26 /*
27 * how to declare functions that are exported from the fptools library
28 */
29 #undef TOOLEXPORT
30
31 /*
32 * define if your compiler supports function prototypes
33 */
34 #undef PROTOTYPES
35
36 /*
37 * define if your system has chmod(2)
38 */
39 #undef HAVE_CHMOD
40
41 /*
42 * define if your system has umask(2)
43 */
44 #undef HAVE_UMASK
45
46 /*
47 * define if your system has mkstemp
48 */
49 #undef HAVE_MKSTEMP
50
51 /*
52 * your mailing program. full path and the necessary parameters.
53 * the recepient address is added to the command line (with a leading
54 * space) without any further options
55 */
56 #undef PROG_MAILER
57
58 /*
59 * define if the mailer needs to have the subject set on the command
60 * line with -s "Subject". Preferredly, we send the subject as a header.
61 */
62 #undef MAILER_NEEDS_SUBJECT
63
64 /*
65 * define if posting is enabled. Do not edit.
66 */
67 #undef HAVE_NEWS
68
69 /*
70 * your local news posting program. full path and parameters, so that
71 * the article and all its headers are read from stdin
72 */
73 #undef PROG_INEWS
74
75
76 /* Define to 1 if you have the `chmod' function. */
77 #undef HAVE_CHMOD
78
79 /* Define to 1 if you have the <fcntl.h> header file. */
80 #undef HAVE_FCNTL_H
81
82 /* Define to 1 if you have the `feof_unlocked' function. */
83 #undef HAVE_FEOF_UNLOCKED
84
85 /* Define to 1 if you have the `ferror_unlocked' function. */
86 #undef HAVE_FERROR_UNLOCKED
87
88 /* Define to 1 if you have the `flockfile' function. */
89 #undef HAVE_FLOCKFILE
90
91 /* Define to 1 if you have the `getc_unlocked' function. */
92 #undef HAVE_GETC_UNLOCKED
93
94 /* Define to 1 if you have the `gettimeofday' function. */
95 #undef HAVE_GETTIMEOFDAY
96
97 /* Define to 1 if you have the <inttypes.h> header file. */
98 #undef HAVE_INTTYPES_H
99
100 /* Define to 1 if you have the <io.h> header file. */
101 #undef HAVE_IO_H
102
103 /* Define to 1 if you have the `mkstemp' function. */
104 #undef HAVE_MKSTEMP
105
106 /* Define to 1 if you have the <stdint.h> header file. */
107 #undef HAVE_STDINT_H
108
109 /* Define to 1 if you have the <stdio.h> header file. */
110 #undef HAVE_STDIO_H
111
112 /* Define to 1 if you have the <stdlib.h> header file. */
113 #undef HAVE_STDLIB_H
114
115 /* Define to 1 if you have the <strings.h> header file. */
116 #undef HAVE_STRINGS_H
117
118 /* Define to 1 if you have the <string.h> header file. */
119 #undef HAVE_STRING_H
120
121 /* Define to 1 if you have the <sys/stat.h> header file. */
122 #undef HAVE_SYS_STAT_H
123
124 /* Define to 1 if you have the <sys/time.h> header file. */
125 #undef HAVE_SYS_TIME_H
126
127 /* Define to 1 if you have the <sys/types.h> header file. */
128 #undef HAVE_SYS_TYPES_H
129
130 /* Define to 1 if you have the `tempnam' function. */
131 #undef HAVE_TEMPNAM
132
133 /* Define to 1 if you have the `umask' function. */
134 #undef HAVE_UMASK
135
136 /* Define to 1 if you have the <unistd.h> header file. */
137 #undef HAVE_UNISTD_H
138
139 /* Define to the address where bug reports for this package should be sent. */
140 #undef PACKAGE_BUGREPORT
141
142 /* Define to the full name of this package. */
143 #undef PACKAGE_NAME
144
145 /* Define to the full name and version of this package. */
146 #undef PACKAGE_STRING
147
148 /* Define to the one symbol short name of this package. */
149 #undef PACKAGE_TARNAME
150
151 /* Define to the home page for this package. */
152 #undef PACKAGE_URL
153
154 /* Define to the version of this package. */
155 #undef PACKAGE_VERSION
156
157 /* Define to 1 if all of the C90 standard headers exist (not just the ones
158 required in a freestanding environment). This macro is provided for
159 backward compatibility; new code need not use it. */
160 #undef STDC_HEADERS
161
162 /* Define to `unsigned int' if <sys/types.h> does not define. */
163 #undef size_t