This file is indexed.

/usr/include/Yap/config.h is in yap 6.2.2-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
/* config.h.  Generated from config.h.in by configure.  */

#include "parms.h"

/* are we using gcc */
#define HAVE_GCC 1

/* should we use gcc threaded code (i.e. goto *adrs) */
#define USE_THREADED_CODE 1

/* Should we use lib readline ? 	*/
#define HAVE_LIBREADLINE 1

/* Should we use lib readline ? 	*/
/* #undef HAVE_LIBSOCKET */
/* #undef HAVE_LIBNSL */

/* Should we use gmp ? 	*/
#define HAVE_LIBGMP 1

/* What MPI libraries are there? */
#define HAVE_LIBMPI 0
#define HAVE_LIBMPICH 0

/* Should we use MPI ? */
#if HAVE_LIBMPI || HAVE_LIBMPICH
#define HAVE_MPI 1
#else
#define HAVE_MPI 0
#endif

/* Is there an MPE library? */
#define HAVE_LIBMPE 0

/* Should we use MPE ? */
#if HAVE_LIBMPE &&  HAVE_MPI
#define HAVE_MPE 1
#else
#define HAVE_MPE 0
#endif

/* does the compiler support inline ? */
/* #undef inline */

/* Do we have Ansi headers ?		*/
/* #undef STDC_HEADERS */

/* Host Name ?				*/
#define HOST_ALIAS "x86_64-pc-linux-gnu"

/* #undef SUPPORT_CONDOR */
/* #undef SUPPORT_THREADS */
/* #undef USE_PTHREAD_LOCKING */

#define HAVE_SYS_WAIT_H 1
/* #undef NO_UNION_WAIT */

#define HAVE_ALLOCA_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_CTYPE_H 1
#define HAVE_CRYPT_H 1
/* #undef HAVE_CUDD_H */
/* #undef HAVE_DIRECT_H */
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FENV_H 1
#define HAVE_FLOAT_H 1
#define HAVE_FPU_CONTROL_H 1
#define HAVE_GMP_H 1
/* #undef HAVE_IEEEFP_H */
/* #undef HAVE_IO_H */
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
/* #undef HAVE_MACH_O_DYLD_H */
#define HAVE_MALLOC_H 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
/* #undef HAVE_MPE_H */
/* #undef HAVE_MPI_H */
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
/* #undef HAVE_PTHREAD_H */
#define HAVE_PWD_H 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_REGEX_H 1
/* #undef HAVE_SIGINFO_H */
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
/* #undef HAVE_SYS_CONF_H */
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_MMAN_H 1
/* #undef HAVE_SYS_NDIR_H */
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UCONTEXT_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_WCTYPE_H 1
/* #undef HAVE_WINSOCK_H */
/* #undef HAVE_WINSOCK2_H */

#if __MINGW32__
#define __WINDOWS__ 1
#endif

/* Do we have restartable syscalls */
#define HAVE_RESTARTABLE_SYSCALLS 1

/* is 'tms' defined in <sys/time.h> ? */
/* #undef TM_IN_SYS_TIME */

/* define type of prt returned by malloc: char or void */
#define MALLOC_T void *

/* Define byte order			*/
/* #undef WORDS_BIGENDIAN */

/* Define sizes of some basic types	*/
#define SIZEOF_INT_P 8
#define SIZEOF_INT 4
#define SIZEOF_SHORT_INT 2
#define SIZEOF_LONG_INT 8
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8

/* Define representation of floats      */
/* only one of the following shoud be set */
/* to add a new representation you must edit FloatOfTerm and MkFloatTerm
  in adtdefs.c
*/
#define FFIEEE 1
/*manual */
/* #undef FFVAX */

/* Define the standard type of a float argument to a function */
/*manual */
#define  FAFloat double	

/* Set the minimum and default heap, trail and stack size */
#define MinTrailSpace ( 48*SIZEOF_INT_P)
#define MinStackSpace (300*SIZEOF_INT_P)
#define MinHeapSpace (1000*SIZEOF_INT_P)

#define DefTrailSpace 0
#define DefStackSpace 0
#define DefHeapSpace 0


/* Define return type for signal	*/
#define RETSIGTYPE void

/* #undef HAVE__NSGETENVIRON */
#define HAVE_ACCESS 1
#define HAVE_ACOSH 1
#define HAVE_ALARM 1
/* #undef HAVE_ALLOCA */
#define HAVE_ASINH 1
#define HAVE_ATANH 1
#define HAVE_CHDIR 1
#define HAVE_CTIME 1
#define HAVE_DLOPEN 1
#define HAVE_DUP2 1
#define HAVE_ERF 1
#define HAVE_FECLEAREXCEPT 1
/* #undef HAVE_FESETTRAPENABLE */
#define HAVE_FETESTEXCEPT 1
#define HAVE_FGETPOS 1
#define HAVE_FINITE 1
/* #undef HAVE_FPCLASS */
#define HAVE_FTIME 1
#define HAVE_GETCWD 1
#define HAVE_GETENV 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTENT 1
#define HAVE_GETHOSTID 1
#define HAVE_GETHOSTNAME 1
/* #undef HAVE_GETHRTIME */
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWNAM 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETWD 1
#define HAVE_ISATTY 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE_KILL 1
#define HAVE_LABS 1
#define HAVE_LGAMMA 1
#define HAVE_LINK 1
#define HAVE_LOCALTIME 1
#define HAVE_LSTAT 1
#define HAVE_MALLINFO 1
#define HAVE_MBSNRTOWCS 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_MKTIME 1
#define HAVE_MMAP 1
#define HAVE_NANOSLEEP 1
/* #undef HAVE_NSLINKMODULE */
#define HAVE_OPENDIR 1
#define HAVE_POPEN 1
/* #undef HAVE_PTHREAD_MUTEXATTR_SETKIND_NP */
/* #undef HAVE_PTHREAD_MUTEXATTR_SETTYPE */
#define HAVE_PUTENV 1
#define HAVE_RAND 1
#define HAVE_RANDOM 1
#define HAVE_READLINK 1
#define HAVE_REGEXEC 1
#define HAVE_RENAME 1
#define HAVE_RINT 1
#define HAVE_RL_SET_PROMPT 1
#define HAVE_SBRK 1
#define HAVE_SELECT 1
#define HAVE_SETBUF 1
#define HAVE_SETITIMER 1
#define HAVE_SETLINEBUF 1
/* #undef HAVE_SETLOCALE */
#define HAVE_SETSID 1
#define HAVE_SHMAT 1
#define HAVE_SIGACTION 1
#define HAVE_SIGGETMASK 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIGNAL 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGSETJMP 1
#define HAVE_SLEEP 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKET 1
#define HAVE_STAT 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR 1
/* #undef HAVE_STRICMP */
#define HAVE_STRNCAT 1
#define HAVE_STRNCPY 1
#define HAVE_STRTOD 1
#define HAVE_SYSTEM 1
#define HAVE_TIME 1
#define HAVE_TIMES 1
#define HAVE_TMPNAM 1
#define HAVE_TTYNAME 1
#define HAVE_USLEEP 1
#define HAVE_VSNPRINTF 1
#define HAVE_WAITPID 1
#define HAVE_MPZ_XOR 1

#define HAVE_SIGINFO 1
#define HAVE_SIGSEGV 1
#define HAVE_SIGPROF 1

#define HAVE_ENVIRON 1

#define HAVE_VAR_TIMEZONE 1

#define HAVE_STRUCT_TIME_TM_GMTOFF /**/

#define  SELECT_TYPE_ARG1    
#define  SELECT_TYPE_ARG234  
#define  SELECT_TYPE_ARG5    

#define  TYPE_SELECT_
#define  MYTYPE(X) MYTYPE1#X

/* define how to pass the address of a function */
#define FunAdr(Fn)  Fn

#define  ALIGN_LONGS 1
#define  LOW_ABSMI 0

#define  MSHIFTOFFS 1

#define USE_DL_MALLOC 1
/* #undef USE_MALLOC */
/* #undef USE_SYSTEM_MALLOC */
#define USE_MMAP    (HAVE_MMAP  & !USE_MALLOC & !USE_SYSTEM_MALLOC)
#define USE_SHM	    (HAVE_SHMAT & !HAVE_MMAP & !USE_MALLOC & !USE_SYSTEM_MALLOC)
#define USE_SBRK    (HAVE_SBRK  & !HAVE_MMAP & !HAVE_SHMAT & !USE_MALLOC & !USE_SYSTEM_MALLOC)

/* for OSes that do not allow user access to the first
   quadrant of the memory space */
/* #undef FORCE_SECOND_QUADRANT */

#if (HAVE_SOCKET || defined(__MINGW32__)) && !defined(SIMICS)
#define USE_SOCKET 1
#endif

#if defined(__hpux)
/* HP-UX requires extra definitions for X/Open networking */
/* #undef _XOPEN_SOURCE */
#define _XOPEN_SOURCE_EXTENDED 0
#endif

#if HAVE_GMP_H && HAVE_LIBGMP
#define USE_GMP 1
#endif

/* Should we use MPI ? */
#if defined(HAVE_MPI_H) && (HAVE_LIBMPI || HAVE_LIBMPICH)
 #define HAVE_MPI 1
#else
 #define HAVE_MPI 0
#endif

/* Should we use MPE ? */
#if defined(HAVE_MPI_H) && HAVE_LIBMPE &&  HAVE_MPI
 #define HAVE_MPE 1
#else
 #define HAVE_MPE 0
#endif

/* should we avoid realloc() in mpi.c? */
#define MPI_AVOID_REALLOC 0

/* Is fflush(NULL) clobbering input streams? */
#define BROKEN_FFLUSH_NULL 0

/* sunpro cc */
#ifdef __SUNPRO_CC
#ifdef HAVE_GCC
#define HAVE_GCC 1
#endif
#endif

#define GC_NO_TAGS 1

#define MAX_WORKERS (8*SIZEOF_INT_P)

#define MAX_THREADS 1