summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorrpj <rpj>2001-12-18 07:38:07 +0000
committerrpj <rpj>2001-12-18 07:38:07 +0000
commitf3cbc4396f3f3e40e3fc2978df51c3ff32c1ac51 (patch)
tree77e0fdecb19fb6f5a1888107f55f9efa1b1b6db4 /config.h.in
parent104d1669a344de413ea4c7f1106fcf4a5d95b610 (diff)
Include an interim complete Copyright notice in each source file;
Remove unused autoconf files; Add the file COPYING, which describes the pthread-win32 license relative to the FSF LGPL.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in61
1 files changed, 0 insertions, 61 deletions
diff --git a/config.h.in b/config.h.in
deleted file mode 100644
index 75e0338..0000000
--- a/config.h.in
+++ /dev/null
@@ -1,61 +0,0 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
-
-#ifndef PTW32_CONFIG_H
-#define PTW32_CONFIG_H
-
-/* Do we know about the C type sigset_t? */
-#undef HAVE_SIGSET_T
-
-/* Define if you have the <signal.h> header file. */
-#undef HAVE_SIGNAL_H
-
-/* Define if you don't have Win32 DuplicateHandle. (eg. WinCE) */
-#undef NEED_DUPLICATEHANDLE
-
-/* Define if you don't have Win32 _beginthreadex. (eg. WinCE) */
-#undef NEED_CREATETHREAD
-
-/* Define if you don't have Win32 errno. (eg. WinCE) */
-#undef NEED_ERRNO
-
-/* Define if you don't have Win32 calloc. (eg. WinCE) */
-#undef NEED_CALLOC
-
-/* Define if you don't have Win32 ftime. (eg. WinCE) */
-#undef NEED_FTIME
-
-/* Define if you don't have Win32 semaphores. (eg. WinCE) */
-#undef NEED_SEM
-
-/* Define if you need to convert string parameters to unicode. (eg. WinCE) */
-#undef NEED_UNICODE_CONSTS
-
-/* Do we know about type mode_t? */
-#undef HAVE_MODE_T
-
-/* Define if you have the timespec struct */
-#undef HAVE_STRUCT_TIMESPEC
-
-/*
- * Target specific groups
- */
-#ifdef WINCE
-#define NEED_DUPLICATEHANDLE
-#define NEED_CREATETHREAD
-#define NEED_ERRNO
-#define NEED_CALLOC
-#define NEED_FTIME
-#define NEED_SEM
-#define NEED_UNICODE_CONSTS
-#endif
-
-#ifdef _UWIN
-#define HAVE_MODE_T
-#define HAVE_STRUCT_TIMESPEC
-#endif
-
-#ifdef __MINGW32__
-#define HAVE_MODE_T
-#endif
-
-#endif \ No newline at end of file