1 |
/* config.h.in. Generated automatically from configure.in by autoheader. */ |
2 |
|
3 |
/* Define to empty if the keyword does not work. */ |
4 |
#undef const |
5 |
|
6 |
/* Define as __inline if that's what the C compiler calls it. */ |
7 |
#undef inline |
8 |
|
9 |
/* Define to `long' if <sys/types.h> doesn't define. */ |
10 |
#undef off_t |
11 |
|
12 |
/* Define to `off_t' if <sys/types.h> doesn't define. */ |
13 |
#undef loff_t |
14 |
|
15 |
/* Define to `unsigned' if <sys/types.h> doesn't define. */ |
16 |
#undef size_t |
17 |
|
18 |
/* Define if you have the ANSI C header files. */ |
19 |
#undef STDC_HEADERS |
20 |
|
21 |
/* Define if you can safely include both <sys/time.h> and <time.h>. */ |
22 |
#undef TIME_WITH_SYS_TIME |
23 |
|
24 |
/* Define if your <sys/time.h> declares struct tm. */ |
25 |
#undef TM_IN_SYS_TIME |
26 |
|
27 |
/* Define if your processor stores words with the most significant |
28 |
byte first (like Motorola and SPARC, unlike Intel and VAX). */ |
29 |
#undef WORDS_BIGENDIAN |
30 |
|
31 |
/* Define if the X Window System is missing or not being used. */ |
32 |
#undef X_DISPLAY_MISSING |
33 |
|
34 |
/* The number of bytes in a int. */ |
35 |
#undef SIZEOF_INT |
36 |
|
37 |
/* The number of bytes in a long. */ |
38 |
#undef SIZEOF_LONG |
39 |
|
40 |
/* The number of bytes in a short. */ |
41 |
#undef SIZEOF_SHORT |
42 |
|
43 |
/* The number of bytes in a long long. */ |
44 |
#undef SIZEOF_LONG_LONG |
45 |
|
46 |
/* Define if you have the strdup function. */ |
47 |
#undef HAVE_STRDUP |
48 |
|
49 |
/* Define if you have the cfmakeraw function. */ |
50 |
#undef HAVE_CFMAKERAW |
51 |
|
52 |
/* Define if you have the pthread_cancel function. */ |
53 |
#undef HAVE_PTHREAD_CANCEL |
54 |
|
55 |
/* Define if you have the nanosleep function. */ |
56 |
#undef HAVE_NANOSLEEP |
57 |
|
58 |
/* Define if you have the clock_gettime function. */ |
59 |
#undef HAVE_CLOCK_GETTIME |
60 |
|
61 |
/* Define if you have the timer_create function. */ |
62 |
#undef HAVE_TIMER_CREATE |
63 |
|
64 |
/* Define if you have the <fcntl.h> header file. */ |
65 |
#undef HAVE_FCNTL_H |
66 |
|
67 |
/* Define if you have the <sys/time.h> header file. */ |
68 |
#undef HAVE_SYS_TIME_H |
69 |
|
70 |
/* Define if you have the <unistd.h> header file. */ |
71 |
#undef HAVE_UNISTD_H |
72 |
|
73 |
/* Define if you have the posix4 library (-lposix4). */ |
74 |
#undef HAVE_LIBPOSIX4 |