ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
Revision: 1.4
Committed: Sun Mar 31 20:04:29 2002 UTC (22 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-1_11, rel-1_10, rel-1_12, rel-0_7, rel-1_06, rel-1_04, rel-1_05, rel-1_08, rel-1_09
Changes since 1.3: +70 -19 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2    
3 root 1.4 /*
4     * needed for auto configuration
5     * $Id: acconfig.h,v 1.3.2.2 2002/03/31 19:52:06 root Exp $
6     */
7 root 1.1
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 root 1.2 * 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 root 1.3 * define if your system has mkstemp
48     */
49     #undef HAVE_MKSTEMP
50    
51     /*
52 root 1.1 * Replacement functions.
53 root 1.2 * #define strerror FP_strerror
54     * #define tempnam FP_tempnam
55 root 1.1 * if you don't have these functions
56     */
57     #undef strerror
58     #undef tempnam
59    
60 root 1.4 /*
61     * your mailing program. full path and the necessary parameters.
62     * the recepient address is added to the command line (with a leading
63     * space) without any further options
64     */
65     #undef PROG_MAILER
66    
67     /*
68     * define if the mailer needs to have the subject set on the command
69     * line with -s "Subject". Preferredly, we send the subject as a header.
70     */
71     #undef MAILER_NEEDS_SUBJECT
72    
73     /*
74     * define if posting is enabled. Do not edit.
75     */
76     #undef HAVE_NEWS
77    
78     /*
79     * your local news posting program. full path and parameters, so that
80     * the article and all its headers are read from stdin
81     */
82     #undef PROG_INEWS
83    
84 root 1.1
85 root 1.4 /* Define if you have the <errno.h> header file. */
86 root 1.1 #undef HAVE_ERRNO_H
87    
88 root 1.4 /* Define if you have the <fcntl.h> header file. */
89 root 1.1 #undef HAVE_FCNTL_H
90    
91 root 1.4 /* Define if you have the `gettimeofday' function. */
92     #undef HAVE_GETTIMEOFDAY
93    
94     /* Define if you have the <inttypes.h> header file. */
95     #undef HAVE_INTTYPES_H
96    
97     /* Define if you have the <io.h> header file. */
98 root 1.1 #undef HAVE_IO_H
99    
100 root 1.4 /* Define if you have the <malloc.h> header file. */
101 root 1.1 #undef HAVE_MALLOC_H
102    
103 root 1.4 /* Define if you have the <memory.h> header file. */
104 root 1.1 #undef HAVE_MEMORY_H
105    
106 root 1.4 /* Define if you have the <stdarg.h> header file. */
107 root 1.1 #undef HAVE_STDARG_H
108    
109 root 1.4 /* Define if you have the <stdint.h> header file. */
110     #undef HAVE_STDINT_H
111    
112     /* Define if you have the <stdlib.h> header file. */
113     #undef HAVE_STDLIB_H
114    
115     /* Define if you have the <strings.h> header file. */
116     #undef HAVE_STRINGS_H
117    
118     /* Define if you have the <string.h> header file. */
119     #undef HAVE_STRING_H
120    
121     /* Define if you have the <sys/stat.h> header file. */
122     #undef HAVE_SYS_STAT_H
123    
124     /* Define if you have the <sys/time.h> header file. */
125 root 1.1 #undef HAVE_SYS_TIME_H
126    
127 root 1.4 /* Define if you have the <sys/types.h> header file. */
128     #undef HAVE_SYS_TYPES_H
129    
130     /* Define if you have the <unistd.h> header file. */
131 root 1.1 #undef HAVE_UNISTD_H
132    
133 root 1.4 /* Define if you have the <varargs.h> header file. */
134 root 1.1 #undef HAVE_VARARGS_H
135 root 1.4
136     /* Define if you have the ANSI C header files. */
137     #undef STDC_HEADERS
138    
139     /* Define if you can safely include both <sys/time.h> and <time.h>. */
140     #undef TIME_WITH_SYS_TIME
141    
142     /* Define to `unsigned' if <sys/types.h> does not define. */
143     #undef size_t