blob: 82805c10fcc605453edf7e3a6176d5f7381ccba9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Do we know about the C type sigset_t? */
#undef HAVE_SIGSET_T
/* Do we have the `_stdcall' keyword? */
#undef STDCALL
/* Define if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
/* Define if you don't have errno. (eg. WinCE) */
#undef NEED_ERRNO
/* Define if you don't have calloc. (eg. WinCE) */
#undef NEED_CALLOC
/* Define if you don't have ftime. (eg. WinCE) */
#undef NEED_FTIME
/* Define if you don't have semaphores. (eg. WinCE) */
#undef NEED_SEM
|