Skip to content

Commit 68d9de8

Browse files
committed
update canned microsft/config.h from autoconf generated config.h
done with cygwin autoconf, no gcc installed, vcvars32.bat env vars set from VC 6, macros that were undefed were not included in this commit, also autoconf undefed HAVE_UTIME_NULL, so leave the former hand set HAVE_UTIME_NULL on.
1 parent 255d27d commit 68d9de8

File tree

2 files changed

+152
-16
lines changed

2 files changed

+152
-16
lines changed

win95/microsft/config.h

Lines changed: 76 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,31 +86,99 @@
8686
/* Assume case insensitive file system. */
8787
#define CASE_INSENSITIVE_FS 1
8888

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
9289

9390
/* These functions are available! (this is tested only with MSVC++ 6.0) */
94-
#define HAVE_GETCWD 1
9591
#define HAVE_UTIME_NULL 1
96-
#define HAVE_TZSET 1
97-
#define HAVE_STRLWR 1
9892

93+
/* Define to 1 if you have the <errno.h> header file. */
9994
#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. */
10297
#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. */
103109
#define HAVE_SETVBUF 1
104110

105111
/* 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. */
106164
#define SIZEOF_INT 4
165+
166+
/* The size of `long', as computed by sizeof. */
107167
#define SIZEOF_LONG 4
168+
169+
/* The size of `short', as computed by sizeof. */
108170
#define SIZEOF_SHORT 2
109171

172+
/* Define to 1 if you have the ANSI C header files. */
173+
#define STDC_HEADERS 1
174+
110175
#ifndef MSDOS
111176
# define MSDOS 1
112177
#endif
113178

179+
/* Version number of package */
180+
#define VERSION "4.13"
181+
114182
/* a small problem with pointer to voids on some unix machines needs this */
115183
#define DMPVOID void *
116184

winnt/microsft/config.h

Lines changed: 76 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,31 +85,99 @@
8585
/* Assume case insensitive file system. */
8686
#define CASE_INSENSITIVE_FS 1
8787

88-
/* MSC has sys/types.h and sys/stat.h (this is tested only with MSVC++ 6.0) */
89-
#define HAVE_SYS_TYPES_H 1
90-
#define HAVE_SYS_STAT_H 1
9188

9289
/* These functions are available! (this is tested only with MSVC++ 6.0) */
93-
#define HAVE_GETCWD 1
9490
#define HAVE_UTIME_NULL 1
95-
#define HAVE_TZSET 1
96-
#define HAVE_STRLWR 1
9791

92+
/* Define to 1 if you have the <errno.h> header file. */
9893
#define HAVE_ERRNO_H 1
99-
#define HAVE_STRERROR 1
100-
#define HAVE_TEMPNAM 1
94+
95+
/* Define to 1 if you have the <fcntl.h> header file. */
10196
#define HAVE_FCNTL_H 1
97+
98+
/* Define to 1 if you have the `getcwd' function. */
99+
#define HAVE_GETCWD 1
100+
101+
/* Define to 1 if you have the <limits.h> header file. */
102+
#define HAVE_LIMITS_H 1
103+
104+
/* Define to 1 if you have the <memory.h> header file. */
105+
#define HAVE_MEMORY_H 1
106+
107+
/* Define to 1 if you have the `setvbuf' function. */
102108
#define HAVE_SETVBUF 1
103109

104110
/* These defines are needed for itypes.h! (this is tested only with MSVC++ 6.0) */
111+
/* Define to 1 if you have the <stdlib.h> header file. */
112+
#define HAVE_STDLIB_H 1
113+
114+
/* Define to 1 if you have the `strerror' function. */
115+
#define HAVE_STRERROR 1
116+
117+
/* Define to 1 if you have the <string.h> header file. */
118+
#define HAVE_STRING_H 1
119+
120+
/* Define to 1 if you have the `strlwr' function. */
121+
#define HAVE_STRLWR 1
122+
123+
/* Define to 1 if you have the <sys/stat.h> header file. */
124+
#define HAVE_SYS_STAT_H 1
125+
126+
/* Define to 1 if you have the <sys/types.h> header file. */
127+
#define HAVE_SYS_TYPES_H 1
128+
129+
/* Define to 1 if you have the `tempnam' function. */
130+
#define HAVE_TEMPNAM 1
131+
132+
/* Define to 1 if you have the `tzset' function. */
133+
#define HAVE_TZSET 1
134+
135+
/* Define to 1 if you have the `vprintf' function. */
136+
#define HAVE_VPRINTF 1
137+
138+
/* Name of package */
139+
#define PACKAGE "dmake"
140+
141+
/* Define to the address where bug reports for this package should be sent. */
142+
#define PACKAGE_BUGREPORT ""
143+
144+
/* Define to the full name of this package. */
145+
#define PACKAGE_NAME "dmake"
146+
147+
/* Define to the full name and version of this package. */
148+
#define PACKAGE_STRING "dmake 4.13"
149+
150+
/* Define to the one symbol short name of this package. */
151+
#define PACKAGE_TARNAME "dmake"
152+
153+
/* Define to the home page for this package. */
154+
#define PACKAGE_URL ""
155+
156+
/* Define to the version of this package. */
157+
#define PACKAGE_VERSION "4.13"
158+
159+
/* Define as the return type of signal handlers (`int' or `void'). */
160+
#define RETSIGTYPE void
161+
162+
/* The size of `int', as computed by sizeof. */
105163
#define SIZEOF_INT 4
164+
165+
/* The size of `long', as computed by sizeof. */
106166
#define SIZEOF_LONG 4
167+
168+
/* The size of `short', as computed by sizeof. */
107169
#define SIZEOF_SHORT 2
108170

171+
/* Define to 1 if you have the ANSI C header files. */
172+
#define STDC_HEADERS 1
173+
109174
#ifndef MSDOS
110175
# define MSDOS 1
111176
#endif
112177

178+
/* Version number of package */
179+
#define VERSION "4.13"
180+
113181
/* a small problem with pointer to voids on some unix machines needs this */
114182
#define DMPVOID void *
115183

0 commit comments

Comments
 (0)