ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
Revision: 1.2
Committed: Tue Jun 12 03:20:44 2001 UTC (22 years, 11 months ago) by root
Branch: MAIN
Changes since 1.1: +12 -2 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 * Replacement functions.
52 * #define strerror FP_strerror
53 * #define tempnam FP_tempnam
54 * if you don't have these functions
55 */
56 #undef strerror
57 #undef tempnam
58
59 /* Define if you have the gettimeofday function. */
60 #undef HAVE_GETTIMEOFDAY
61
62 /* Define if you have the <errno.h> header file. */
63 #undef HAVE_ERRNO_H
64
65 /* Define if you have the <fcntl.h> header file. */
66 #undef HAVE_FCNTL_H
67
68 /* Define if you have the <io.h> header file. */
69 #undef HAVE_IO_H
70
71 /* Define if you have the <malloc.h> header file. */
72 #undef HAVE_MALLOC_H
73
74 /* Define if you have the <memory.h> header file. */
75 #undef HAVE_MEMORY_H
76
77 /* Define if you have the <stdarg.h> header file. */
78 #undef HAVE_STDARG_H
79
80 /* Define if you have the <sys/time.h> header file. */
81 #undef HAVE_SYS_TIME_H
82
83 /* Define if you have the <unistd.h> header file. */
84 #undef HAVE_UNISTD_H
85
86 /* Define if you have the <varargs.h> header file. */
87 #undef HAVE_VARARGS_H