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 |
– |
|
12 |
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */ |
13 |
|
#undef size_t |
14 |
|
|
28 |
|
/* Define if the X Window System is missing or not being used. */ |
29 |
|
#undef X_DISPLAY_MISSING |
30 |
|
|
31 |
+ |
/* Define to 'off_t' if <sys/types.h> doesn't define. */ |
32 |
+ |
#undef loff_t |
33 |
+ |
|
34 |
|
/* The number of bytes in a int. */ |
35 |
|
#undef SIZEOF_INT |
36 |
|
|
58 |
|
/* Define if you have the sem_init function. */ |
59 |
|
#undef HAVE_SEM_INIT |
60 |
|
|
61 |
– |
/* Define if you have the semget function. */ |
62 |
– |
#undef HAVE_SEMGET |
63 |
– |
|
61 |
|
/* Define if you have the strdup function. */ |
62 |
|
#undef HAVE_STRDUP |
63 |
|
|
67 |
|
/* Define if you have the <fcntl.h> header file. */ |
68 |
|
#undef HAVE_FCNTL_H |
69 |
|
|
70 |
+ |
/* Define if you have the <readline/history.h> header file. */ |
71 |
+ |
#undef HAVE_READLINE_HISTORY_H |
72 |
+ |
|
73 |
+ |
/* Define if you have the <readline/readline.h> header file. */ |
74 |
+ |
#undef HAVE_READLINE_READLINE_H |
75 |
+ |
|
76 |
|
/* Define if you have the <sys/time.h> header file. */ |
77 |
|
#undef HAVE_SYS_TIME_H |
78 |
|
|
79 |
|
/* Define if you have the <unistd.h> header file. */ |
80 |
|
#undef HAVE_UNISTD_H |
81 |
+ |
|
82 |
+ |
/* Define if you have the posix4 library (-lposix4). */ |
83 |
+ |
#undef HAVE_LIBPOSIX4 |
84 |
+ |
|
85 |
+ |
/* Define if you have the pthread library (-lpthread). */ |
86 |
+ |
#undef HAVE_LIBPTHREAD |
87 |
+ |
|
88 |
+ |
/* Define if you have the readline library (-lreadline). */ |
89 |
+ |
#undef HAVE_LIBREADLINE |