ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
Revision: 1.3
Committed: Sun Feb 10 22:47:18 2002 UTC (22 years, 3 months ago) by root
Branch: MAIN
Branch point for: UUDEVIEW
Changes since 1.2: +5 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define to `unsigned' if <sys/types.h> doesn't define. */
4 #undef size_t
5
6 /* Define if you have the ANSI C header files. */
7 #undef STDC_HEADERS
8
9 /* Define if you can safely include both <sys/time.h> and <time.h>. */
10 #undef TIME_WITH_SYS_TIME
11
12 /*
13 * If your system is kinda special
14 */
15 #undef SYSTEM_DOS
16 #undef SYSTEM_QUICKWIN
17 #undef SYSTEM_WINDLL
18 #undef SYSTEM_OS2
19
20 /*
21 * If your system has stdin/stdout/stderr
22 */
23 #undef HAVE_STDIO
24
25 /*
26 * how to declare functions that are exported from the UU library
27 */
28 #undef UUEXPORT
29
30 /*
31 * how to declare functions that are exported from the fptools library
32 */
33 #undef TOOLEXPORT
34
35 /*
36 * define if your compiler supports function prototypes
37 */
38 #undef PROTOTYPES
39
40 /*
41 * define if your system has chmod(2)
42 */
43 #undef HAVE_CHMOD
44
45 /*
46 * define if your system has umask(2)
47 */
48 #undef HAVE_UMASK
49
50 /*
51 * define if your system has mkstemp
52 */
53 #undef HAVE_MKSTEMP
54
55 /*
56 * Replacement functions.
57 * #define strerror FP_strerror
58 * #define tempnam FP_tempnam
59 * if you don't have these functions
60 */
61 #undef strerror
62 #undef tempnam
63
64 /* Define if you have the gettimeofday function. */
65 #undef HAVE_GETTIMEOFDAY
66
67 /* Define if you have the <errno.h> header file. */
68 #undef HAVE_ERRNO_H
69
70 /* Define if you have the <fcntl.h> header file. */
71 #undef HAVE_FCNTL_H
72
73 /* Define if you have the <io.h> header file. */
74 #undef HAVE_IO_H
75
76 /* Define if you have the <malloc.h> header file. */
77 #undef HAVE_MALLOC_H
78
79 /* Define if you have the <memory.h> header file. */
80 #undef HAVE_MEMORY_H
81
82 /* Define if you have the <stdarg.h> header file. */
83 #undef HAVE_STDARG_H
84
85 /* Define if you have the <sys/time.h> header file. */
86 #undef HAVE_SYS_TIME_H
87
88 /* Define if you have the <unistd.h> header file. */
89 #undef HAVE_UNISTD_H
90
91 /* Define if you have the <varargs.h> header file. */
92 #undef HAVE_VARARGS_H