summaryrefslogtreecommitdiff
path: root/cross/i386-mingw32/files
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2002-01-22 12:16:19 +0000
committerkent <kent@pkgsrc.org>2002-01-22 12:16:19 +0000
commit2154b94af85315a8d5906a2f0a99be4c12f41731 (patch)
treea6d59f0587be14f4efeafffa8794b1d04d18ebe3 /cross/i386-mingw32/files
parent03cad03e6a8e6295e522c822d59a42fb16d42096 (diff)
downloadpkgsrc-2154b94af85315a8d5906a2f0a99be4c12f41731.tar.gz
New package: cross-i386-mingw32, which enables to produce Win32
EXE/DLL files on NetBSD.
Diffstat (limited to 'cross/i386-mingw32/files')
-rw-r--r--cross/i386-mingw32/files/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/cross/i386-mingw32/files/config.h b/cross/i386-mingw32/files/config.h
new file mode 100644
index 00000000000..d4fc6e19606
--- /dev/null
+++ b/cross/i386-mingw32/files/config.h
@@ -0,0 +1,39 @@
+/* $NetBSD: config.h,v 1.1 2002/01/22 12:16:21 kent Exp $ */
+#define HAVE_ALLOCA 1
+#define pid_t int
+#define STDC_HEADERS 1
+#define HAVE_SYS_ERRLIST 1
+#define HAVE_SYS_NERR 1
+#define HAVE_STRERROR 1
+#define HAVE_ATEXIT 1
+#define HAVE_CALLOC 1
+#define HAVE_CLOCK 1
+#define HAVE_GETCWD 1
+#define HAVE_MEMCHR 1
+#define HAVE_MEMCMP 1
+#define HAVE_MEMCPY 1
+#define HAVE_MEMMOVE 1
+#define HAVE_MEMSET 1
+#define HAVE_PUTENV 1
+#define HAVE_RENAME 1
+#define HAVE_STRCASECMP 1
+#define HAVE_STRCHR 1
+#define HAVE_STRDUP 1
+#define HAVE_STRERROR 1
+#define HAVE_STRNCASECMP 1
+#define HAVE_STRRCHR 1
+#define HAVE_STRSTR 1
+#define HAVE_STRTOD 1
+#define HAVE_STRTOL 1
+#define HAVE_STRTOUL 1
+#define HAVE_TMPNAM 1
+#define HAVE_VFPRINTF 1
+#define HAVE_VPRINTF 1
+#define HAVE_VSPRINTF 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_SYS_FILE_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_UNISTD_H 1