Skip to content

Commit f6abcc2

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 f6abcc2

2 files changed

Lines changed: 158 additions & 26 deletions

File tree

win95/microsft/config.h

Lines changed: 79 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
Don't forget to update the PACKAGE and VERSION macros!
3535
*/
3636

37-
/* Name and version number of this package */
38-
#define PACKAGE "dmake"
39-
#define VERSION "4.13"
40-
#define BUILDINFO "Windows / MS Visual C++ " dmstr2(_MSC_FULL_VER)
41-
4237
#if defined (_MSC_VER)
4338
# if _MSC_VER < 500
4439
Force a compile-time blowup.
@@ -83,34 +78,105 @@
8378
# define CONST
8479
#endif
8580

81+
/* Build info string */
82+
#define BUILDINFO "Windows / MS Visual C++ " dmstr2(_MSC_FULL_VER)
83+
8684
/* Assume case insensitive file system. */
8785
#define CASE_INSENSITIVE_FS 1
8886

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
9287

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

91+
/* Define to 1 if you have the <errno.h> header file. */
9992
#define HAVE_ERRNO_H 1
100-
#define HAVE_STRERROR 1
101-
#define HAVE_TEMPNAM 1
93+
94+
/* Define to 1 if you have the <fcntl.h> header file. */
10295
#define HAVE_FCNTL_H 1
96+
97+
/* Define to 1 if you have the `getcwd' function. */
98+
#define HAVE_GETCWD 1
99+
100+
/* Define to 1 if you have the <limits.h> header file. */
101+
#define HAVE_LIMITS_H 1
102+
103+
/* Define to 1 if you have the <memory.h> header file. */
104+
#define HAVE_MEMORY_H 1
105+
106+
/* Define to 1 if you have the `setvbuf' function. */
103107
#define HAVE_SETVBUF 1
104108

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

170+
/* Define to 1 if you have the ANSI C header files. */
171+
#define STDC_HEADERS 1
172+
110173
#ifndef MSDOS
111174
# define MSDOS 1
112175
#endif
113176

177+
/* Version number of package */
178+
#define VERSION "4.13"
179+
114180
/* a small problem with pointer to voids on some unix machines needs this */
115181
#define DMPVOID void *
116182

winnt/microsft/config.h

Lines changed: 79 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
Don't forget to update the PACKAGE and VERSION macros!
3535
*/
3636

37-
/* Name and version number of this package */
38-
#define PACKAGE "dmake"
39-
#define VERSION "4.13"
40-
#define BUILDINFO "Windows / MS Visual C++ " dmstr2(_MSC_FULL_VER)
41-
4237
#if defined (_MSC_VER)
4338
# if _MSC_VER < 500
4439
Force a compile-time blowup.
@@ -82,34 +77,105 @@
8277
# define CONST
8378
#endif
8479

80+
/* Build info string */
81+
#define BUILDINFO "Windows / MS Visual C++ " dmstr2(_MSC_FULL_VER)
82+
8583
/* Assume case insensitive file system. */
8684
#define CASE_INSENSITIVE_FS 1
8785

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
9186

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

90+
/* Define to 1 if you have the <errno.h> header file. */
9891
#define HAVE_ERRNO_H 1
99-
#define HAVE_STRERROR 1
100-
#define HAVE_TEMPNAM 1
92+
93+
/* Define to 1 if you have the <fcntl.h> header file. */
10194
#define HAVE_FCNTL_H 1
95+
96+
/* Define to 1 if you have the `getcwd' function. */
97+
#define HAVE_GETCWD 1
98+
99+
/* Define to 1 if you have the <limits.h> header file. */
100+
#define HAVE_LIMITS_H 1
101+
102+
/* Define to 1 if you have the <memory.h> header file. */
103+
#define HAVE_MEMORY_H 1
104+
105+
/* Define to 1 if you have the `setvbuf' function. */
102106
#define HAVE_SETVBUF 1
103107

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

169+
/* Define to 1 if you have the ANSI C header files. */
170+
#define STDC_HEADERS 1
171+
109172
#ifndef MSDOS
110173
# define MSDOS 1
111174
#endif
112175

176+
/* Version number of package */
177+
#define VERSION "4.13"
178+
113179
/* a small problem with pointer to voids on some unix machines needs this */
114180
#define DMPVOID void *
115181

0 commit comments

Comments
 (0)