From b29903300adc22ed277bbaa356aca8ed0c245957 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 8 Feb 2002 01:51:17 +0000 Subject: Copyright notice updates; module splitting; POSIX version conditional compilation; refinements; bug fixes. See the ChangeLog. --- config.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'config.h') 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 -- cgit v1.2.3