summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrpj <rpj>2002-02-08 01:51:17 +0000
committerrpj <rpj>2002-02-08 01:51:17 +0000
commitb29903300adc22ed277bbaa356aca8ed0c245957 (patch)
tree02921a99a145dda1e78a315cc75016443839f2e0 /config.h
parent14118935d2d6863a4746223d8e22c2e58ffebab5 (diff)
Copyright notice updates; module splitting; POSIX version
conditional compilation; refinements; bug fixes. See the ChangeLog.
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/config.h b/config.h
index da1cee4..b20fa6f 100644
--- a/config.h
+++ b/config.h
@@ -1,8 +1,11 @@
-/* config.h.in Generated automatically from configure.in by autoheader. */
+/* config.h */
#ifndef PTW32_CONFIG_H
#define PTW32_CONFIG_H
+/* We're building the pthreads-win32 library */
+#define PTW32_BUILD
+
/* Do we know about the C type sigset_t? */
#undef HAVE_SIGSET_T
@@ -39,8 +42,8 @@
/* Define if you have the timespec struct */
#undef HAVE_STRUCT_TIMESPEC
-/*
- * Target specific groups
+/*
+ * Target specific groups
*/
#ifdef WINCE
#define NEED_DUPLICATEHANDLE
@@ -65,4 +68,4 @@
#define HAVE_MODE_T
#endif
-#endif \ No newline at end of file
+#endif