npotb
This commit is contained in:
mvl%exedo.nl 2005-01-05 22:20:35 +00:00
Родитель 2f14b1deaa
Коммит ec745c2753
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -14,16 +14,18 @@
#define HAVE_MEMORY_H 1
/* Define if we have pthread. */
#define HAVE_PTHREAD
/* #undef HAVE_PTHREAD */
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
/* #undef HAVE_PTHREAD_H 1 */
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
/* Define to 1 if you have the <stdint.h> header file. */
#ifndef XP_WIN32
#define HAVE_STDINT_H 1
#endif
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
@ -47,7 +49,11 @@
#define HAVE_TIME_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#ifdef XP_WIN32
#define NO_YY_UNISTD_H 1
#else
#define HAVE_UNISTD_H 1
#endif
/* Define to make icalerror_* calls abort instead of internally signalling an
error */