ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/config.h.in
Revision: 1.6
Committed: Mon Aug 24 06:15:00 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-1_34, rel-1_33, rel-1_32, rel-1_31, rel-1_71, rel-1_3, rel-1_5, rel-1_4, rel-1_7, rel-1_6, rel-1_62
Changes since 1.5: +9 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.5 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
2 root 1.1
3 root 1.5 /* 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 root 1.1
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 root 1.2 * 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 root 1.3 * define if your system has mkstemp
52     */
53     #undef HAVE_MKSTEMP
54    
55     /*
56 root 1.1 * Replacement functions.
57 root 1.5 * #define strerror _FP_strerror
58     * #define tempnam _FP_tempnam
59 root 1.1 * if you don't have these functions
60     */
61     #undef strerror
62     #undef tempnam
63    
64 root 1.5 /* Define if you have the fgetc_unlocked function. */
65     #undef HAVE_FGETC_UNLOCKED
66 root 1.4
67 root 1.5 /* Define if you have the gettimeofday function. */
68     #undef HAVE_GETTIMEOFDAY
69 root 1.1
70 root 1.6 /* Define if you have the strcasecmp function. */
71     #undef HAVE_STRCASECMP
72    
73     /* Define if you have the strcasestr function. */
74     #undef HAVE_STRCASESTR
75    
76     /* Define if you have the strncasecmp function. */
77     #undef HAVE_STRNCASECMP
78    
79 root 1.5 /* Define if you have the <errno.h> header file. */
80 root 1.1 #undef HAVE_ERRNO_H
81    
82 root 1.5 /* Define if you have the <fcntl.h> header file. */
83 root 1.1 #undef HAVE_FCNTL_H
84    
85 root 1.5 /* Define if you have the <io.h> header file. */
86 root 1.1 #undef HAVE_IO_H
87    
88 root 1.5 /* Define if you have the <malloc.h> header file. */
89 root 1.1 #undef HAVE_MALLOC_H
90    
91 root 1.5 /* Define if you have the <memory.h> header file. */
92 root 1.1 #undef HAVE_MEMORY_H
93    
94 root 1.5 /* Define if you have the <stdarg.h> header file. */
95 root 1.1 #undef HAVE_STDARG_H
96    
97 root 1.5 /* Define if you have the <sys/time.h> header file. */
98 root 1.1 #undef HAVE_SYS_TIME_H
99    
100 root 1.5 /* Define if you have the <unistd.h> header file. */
101 root 1.1 #undef HAVE_UNISTD_H
102    
103 root 1.5 /* Define if you have the <varargs.h> header file. */
104 root 1.1 #undef HAVE_VARARGS_H