|
86 | 86 | /* Assume case insensitive file system. */ |
87 | 87 | #define CASE_INSENSITIVE_FS 1 |
88 | 88 |
|
89 | | -/* MSC has sys/types.h and sys/stat.h (this is tested only with MSVC++ 6.0) */ |
90 | | -#define HAVE_SYS_TYPES_H 1 |
91 | | -#define HAVE_SYS_STAT_H 1 |
92 | 89 |
|
93 | 90 | /* These functions are available! (this is tested only with MSVC++ 6.0) */ |
94 | | -#define HAVE_GETCWD 1 |
95 | 91 | #define HAVE_UTIME_NULL 1 |
96 | | -#define HAVE_TZSET 1 |
97 | | -#define HAVE_STRLWR 1 |
98 | 92 |
|
| 93 | +/* Define to 1 if you have the <errno.h> header file. */ |
99 | 94 | #define HAVE_ERRNO_H 1 |
100 | | -#define HAVE_STRERROR 1 |
101 | | -#define HAVE_TEMPNAM 1 |
| 95 | + |
| 96 | +/* Define to 1 if you have the <fcntl.h> header file. */ |
102 | 97 | #define HAVE_FCNTL_H 1 |
| 98 | + |
| 99 | +/* Define to 1 if you have the `getcwd' function. */ |
| 100 | +#define HAVE_GETCWD 1 |
| 101 | + |
| 102 | +/* Define to 1 if you have the <limits.h> header file. */ |
| 103 | +#define HAVE_LIMITS_H 1 |
| 104 | + |
| 105 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 106 | +#define HAVE_MEMORY_H 1 |
| 107 | + |
| 108 | +/* Define to 1 if you have the `setvbuf' function. */ |
103 | 109 | #define HAVE_SETVBUF 1 |
104 | 110 |
|
105 | 111 | /* These defines are needed for itypes.h! (this is tested only with MSVC++ 6.0) */ |
| 112 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 113 | +#define HAVE_STDLIB_H 1 |
| 114 | + |
| 115 | +/* Define to 1 if you have the `strerror' function. */ |
| 116 | +#define HAVE_STRERROR 1 |
| 117 | + |
| 118 | +/* Define to 1 if you have the <string.h> header file. */ |
| 119 | +#define HAVE_STRING_H 1 |
| 120 | + |
| 121 | +/* Define to 1 if you have the `strlwr' function. */ |
| 122 | +#define HAVE_STRLWR 1 |
| 123 | + |
| 124 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 125 | +#define HAVE_SYS_STAT_H 1 |
| 126 | + |
| 127 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 128 | +#define HAVE_SYS_TYPES_H 1 |
| 129 | + |
| 130 | +/* Define to 1 if you have the `tempnam' function. */ |
| 131 | +#define HAVE_TEMPNAM 1 |
| 132 | + |
| 133 | +/* Define to 1 if you have the `tzset' function. */ |
| 134 | +#define HAVE_TZSET 1 |
| 135 | + |
| 136 | +/* Define to 1 if you have the `vprintf' function. */ |
| 137 | +#define HAVE_VPRINTF 1 |
| 138 | + |
| 139 | +/* Name of package */ |
| 140 | +#define PACKAGE "dmake" |
| 141 | + |
| 142 | +/* Define to the address where bug reports for this package should be sent. */ |
| 143 | +#define PACKAGE_BUGREPORT "" |
| 144 | + |
| 145 | +/* Define to the full name of this package. */ |
| 146 | +#define PACKAGE_NAME "dmake" |
| 147 | + |
| 148 | +/* Define to the full name and version of this package. */ |
| 149 | +#define PACKAGE_STRING "dmake 4.13" |
| 150 | + |
| 151 | +/* Define to the one symbol short name of this package. */ |
| 152 | +#define PACKAGE_TARNAME "dmake" |
| 153 | + |
| 154 | +/* Define to the home page for this package. */ |
| 155 | +#define PACKAGE_URL "" |
| 156 | + |
| 157 | +/* Define to the version of this package. */ |
| 158 | +#define PACKAGE_VERSION "4.13" |
| 159 | + |
| 160 | +/* Define as the return type of signal handlers (`int' or `void'). */ |
| 161 | +#define RETSIGTYPE void |
| 162 | + |
| 163 | +/* The size of `int', as computed by sizeof. */ |
106 | 164 | #define SIZEOF_INT 4 |
| 165 | + |
| 166 | +/* The size of `long', as computed by sizeof. */ |
107 | 167 | #define SIZEOF_LONG 4 |
| 168 | + |
| 169 | +/* The size of `short', as computed by sizeof. */ |
108 | 170 | #define SIZEOF_SHORT 2 |
109 | 171 |
|
| 172 | +/* Define to 1 if you have the ANSI C header files. */ |
| 173 | +#define STDC_HEADERS 1 |
| 174 | + |
110 | 175 | #ifndef MSDOS |
111 | 176 | # define MSDOS 1 |
112 | 177 | #endif |
113 | 178 |
|
| 179 | +/* Version number of package */ |
| 180 | +#define VERSION "4.13" |
| 181 | + |
114 | 182 | /* a small problem with pointer to voids on some unix machines needs this */ |
115 | 183 | #define DMPVOID void * |
116 | 184 |
|
|
0 commit comments