diff options
author | rpj <rpj> | 2002-02-08 01:51:17 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-02-08 01:51:17 +0000 |
commit | b29903300adc22ed277bbaa356aca8ed0c245957 (patch) | |
tree | 02921a99a145dda1e78a315cc75016443839f2e0 /config.h | |
parent | 14118935d2d6863a4746223d8e22c2e58ffebab5 (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.h | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 |