This file is indexed.

/usr/include/sc/scconfig.h is in libsc-dev 2.3.1-16ubuntu5.

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
/* src/lib/scconfig.h.  Generated by configure.  */

#ifndef _CONFIG_H
#define _CONFIG_H

#ifndef __cplusplus

/* Define to empty if the keyword does not work.  */
/* #undef const */

#endif /* __cplusplus */

#ifdef __cplusplus

/* Define if the C++ restrict keyword extension exists.  */
/* #undef CXX_RESTRICT */

#ifdef CXX_RESTRICT
#define restrictxx restrict
#else
#define restrictxx
#endif

#endif

/* Define if you want to optimize the reference counting code.  */
#define REF_OPTIMIZE 1

/* Define if you have <stdint.h>.  */
#define HAVE_STDINT_H 1

/* Define if you have <sys/stat.h>.  */
#define HAVE_SYS_STAT_H 1

/* Define if you have <sys/types.h>.  */
#define HAVE_SYS_TYPES_H 1

/* Define if you have <pwd.h>.  */
#define HAVE_PWD_H 1

/* Define if you have <termios.h>.  */
#define HAVE_TERMIOS_H 1

/* Define if you have <sys/times.h>.  */
#define HAVE_SYS_TIMES_H 1

/* Define if you have <time.h>.  */
#define HAVE_TIME_H 1

/* Define if you have <machine/fpu.h>.  */
/* #undef HAVE_MACHINE_FPU_H */

/* Define if you have <asm/fpu.h>.  */
/* #undef HAVE_ASM_FPU_H */

/* Define if you have <sys/resource.h>.  */
#define HAVE_SYS_RESOURCE_H 1

/* Define if <sstream> is present.  */
#define HAVE_SSTREAM 1

/* Define if you have the vprintf function.  */
#define HAVE_VPRINTF 1

/* Define if you have the ios::fmtflags.  */
#define HAVE_IOS_FMTFLAGS 1

/* Define if you have the long long type extension.  */
#ifndef HAVE_LONG_LONG
#define HAVE_LONG_LONG 1
#endif

/* Define if you have streambuf::pubseekoff (you should).  */
#define HAVE_PUBSEEKOFF 1

/* Define if you have streambuf::sgetn (you should).  */
#define HAVE_SGETN 1

/* Define if you have a public streambuf::seekoff.  */
/* #undef HAVE_SEEKOFF */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define if signal handlers have an ellipsis argument in C++.  */
/* #undef SIGHASELLIP */

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if your <sys/time.h> declares struct tm.  */
/* #undef TM_IN_SYS_TIME */

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the setenv function.  */
#define HAVE_SETENV 1

/* Define if isnan is available from C++.  */
#define HAVE_ISNAN 1

/* Define if you have the sigfillset function (and company).  */
#define HAVE_SIGFILLSET 1

/* Define if you have the signal function.  */
#define HAVE_SIGNAL 1

/* Define if you have the system function.  */
#define HAVE_SYSTEM 1

/* Define if you have the drand48 function.  */
#define HAVE_DRAND48 1

/* Define if you have the isnan function.  */
#define HAVE_ISNAN 1

/* Define if you have the fchdir function.  */
#define HAVE_FCHDIR 1

/* Define if you have the getpwuid function.  */
#define HAVE_GETPWUID 1

/* Define if you have the geteuid function.  */
#define HAVE_GETEUID 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the time function.  */
#define HAVE_TIME 1

/* Define if you have the ctime function.  */
#define HAVE_CTIME 1

/* Define if you have the C99 <fenv.h>.  */
#define HAVE_FENV_H 1

/* Define if you have the glibc feenableexcept extension.  */
#define HAVE_FEENABLEEXCEPT 1

/* Define if you have the glibc fedisableexcept extension.  */
#define HAVE_FEDISABLEEXCEPT 1

/* Define if you have the setrlimit function.  */
#define HAVE_SETRLIMIT 1

/* Define if you have functioning SYSV IPC.  */
#define HAVE_SYSV_IPC 1

/* Define if semctl must have a semun as the fourth argument.  */
/* #undef SEMCTL_REQUIRES_SEMUN */

/* Define to the type used for shared memory.  */
/* #undef SHMTYPE */

#ifndef SHMTYPE
#define SHMTYPE char*
#endif

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <sys/ioctl.h> header file.  */
#define HAVE_SYS_IOCTL_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <pthread.h> header file and the pthread library.  */
#define HAVE_PTHREAD 1

/* Define if you can have the pthread_attr_setstacksize function.  */
/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */

/* Define if you can have the pthread_attr_getstacksize function.  */
/* #undef HAVE_PTHREAD_ATTR_GETSTACKSIZE */

/* Define if you can have the pthread_attr_getscope function.  */
/* #undef HAVE_PTHREAD_ATTR_GETSCOPE */

/* Define if you can have the pthread_attr_setscope function.  */
/* #undef HAVE_PTHREAD_ATTR_SETSCOPE */

/* Define if you can have the pthread_attr_getinheritsched function.  */
/* #undef HAVE_PTHREAD_ATTR_GETINHERITSCHED */

/* Define if you can have the pthread_attr_setinheritsched function.  */
/* #undef HAVE_PTHREAD_ATTR_SETINHERITSCHED */

/* Define if you can have the pthread_attr_setschedpolicy function.  */
/* #undef HAVE_PTHREAD_ATTR_SETSCHEDPOLICY */

/* Define if you can have the pthread_attr_getschedpolicy function.  */
/* #undef HAVE_PTHREAD_ATTR_GETSCHEDPOLICY */

/* Define if you can have the pthread_attr_setschedparam function.  */
/* #undef HAVE_PTHREAD_ATTR_SETSCHEDPARAM */

/* Define if you can have the pthread_attr_getschedparam function.  */
/* #undef HAVE_PTHREAD_ATTR_GETSCHEDPARAM */

/* Define if you can have the sched_get_priority_max function.  */
/* #undef HAVE_SCHED_GET_PRIORITY_MAX */

/* Define if you can have the sched_get_priority_min function.  */
/* #undef HAVE_SCHED_GET_PRIORITY_MIN */

/* Define if you have the NIAMA library.  */
/* #undef HAVE_NIAMA */

/* Define if you have the <mpi.h> header file and library.  */
#define HAVE_MPI 1

/* Define if you have the MPI_Init_thread routine.  */
#define HAVE_MPI_INIT_THREAD 1

/* Set to the MPI macro defined the desired threading support level.  */
#define SC_MPI_THREAD_LEVEL MPI_THREAD_SINGLE

/* Define if you have the <armci.h> header file and library.  */
/* #undef HAVE_ARMCI */

/* Define if you have the libint header file and library.  */
#define HAVE_LIBINT 1

/* Define if you have the libr12 header file and library.  */
#define HAVE_LIBR12 1

/* Define if you have the libderiv header file and library.  */
#define HAVE_LIBDERIV 1

/* Define if your MPI implementation has MPI-IO functions */
#define HAVE_MPIIO 1

/* Define if you have the <perf.h> header file and library.  */
/* #undef HAVE_PERF */

/* Define if you have <execinfo.h> backtrace and backtrace_symbol_fd.  */
#define HAVE_BACKTRACE 1

/* Define if MPIMessageGrp should be used by default. */
#define DEFAULT_MPI 1

/* Define if MTMPIMemoryGrp should be used by default. */
/* #undef DEFAULT_MTMPI */

/* Define if ARMCIMemoryGrp should be used by default. */
/* #undef DEFAULT_ARMCI */

/* Define if is MPI is always used (needed if MPI_Init is used to
   initialize argument list). */
#define ALWAYS_USE_MPI 1

/* Define if you have the m library (-lm).  */
#define HAVE_LIBM 1

/* Define if you have the sun library (-lsun).  */
/* #undef HAVE_LIBSUN */

/* Define if you have the fl library (-lfl).  */
#define HAVE_LIBFL 1

/* Define if you have the dl library (-ldl).  */
#define HAVE_LIBDL 1

/* Define if you have the <dlfcn.h> header file.  */
#define HAVE_DLFCN_H 1

/* Define if you have LAPACK
 */
/* #undef HAVE_LAPACK */

/* Define if you have the Scalable BLAS package and everything needed for it.
 */
/* #undef HAVE_SCALABLE_BLAS */

/* Define if machine byte order is big endian. */
/* #undef WORDS_BIGENDIAN */

/* The host architecture. */
#define HOST_ARCH "x86_64-pc-linux-gnu"

/* The target architecture. */
#define TARGET_ARCH "x86_64-pc-linux-gnu"

/* The version number. */
#define SC_VERSION "2.3.1"

/* The major version number. */
#define SC_MAJOR_VERSION 2

/* The minor version number. */
#define SC_MINOR_VERSION 3

/* The micro version number. */
#define SC_MICRO_VERSION 1

/* The buildid. */
#define SC_BUILDID ""

/* The library directory in the src distribution. */
/* #undef SRC_SCLIBDIR */

/* The installed location of the library directory. */
#define INSTALLED_SCLIBDIR "/usr/lib"

/* The location of architecture independent files. */
#define SCDATADIR "/usr/share/mpqc"

/* The default memory allocation, in bytes. */
#define DEFAULT_SC_MEMORY 32000000

/* Define if template should be explicitly instantiated.  */
/* #undef EXPLICIT_TEMPLATE_INSTANTIATION */

/* Define if the C++ keywork "typename" exists.  */
#define HAVE_TYPENAME 1

#ifdef __cplusplus
#  ifndef HAVE_TYPENAME
#    define typename
#  endif
#endif

/* Set to true if "using namespace std" needed to access ostream, etc.  */
#define USING_NAMESPACE_STD 1

#endif /* _CONFIG_H */

/*
 * Local Variables:
 * mode: c++
 * End:
 */