ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
Revision: 1.1
Committed: Mon Jun 11 19:48:57 2001 UTC (22 years, 11 months ago) by root
Branch: MAIN
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 * Replacement functions.
42 * #define strerror _FP_strerror
43 * #define tempnam _FP_tempnam
44 * if you don't have these functions
45 */
46 #undef strerror
47 #undef tempnam
48
49 /* Define if you have the gettimeofday function. */
50 #undef HAVE_GETTIMEOFDAY
51
52 /* Define if you have the <errno.h> header file. */
53 #undef HAVE_ERRNO_H
54
55 /* Define if you have the <fcntl.h> header file. */
56 #undef HAVE_FCNTL_H
57
58 /* Define if you have the <io.h> header file. */
59 #undef HAVE_IO_H
60
61 /* Define if you have the <malloc.h> header file. */
62 #undef HAVE_MALLOC_H
63
64 /* Define if you have the <memory.h> header file. */
65 #undef HAVE_MEMORY_H
66
67 /* Define if you have the <stdarg.h> header file. */
68 #undef HAVE_STDARG_H
69
70 /* Define if you have the <sys/time.h> header file. */
71 #undef HAVE_SYS_TIME_H
72
73 /* Define if you have the <unistd.h> header file. */
74 #undef HAVE_UNISTD_H
75
76 /* Define if you have the <varargs.h> header file. */
77 #undef HAVE_VARARGS_H