/usr/include/libmesh/libmesh_config.h is in libmesh-dev 0.7.1-2ubuntu1.
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 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 | #ifndef _INCLUDE_BASE_LIBMESH_CONFIG_H
#define _INCLUDE_BASE_LIBMESH_CONFIG_H 1
/* include/base/libmesh_config.h. Generated automatically at end of configure. */
/* include/base/libmesh_config.h.tmp. Generated from libmesh_config.h.in by configure. */
/* include/base/libmesh_config.h.in. Generated from configure.in by autoheader. */
/* definition of the final detected unordered_map type */
#ifndef LIBMESH_BEST_UNORDERED_MAP
#define LIBMESH_BEST_UNORDERED_MAP std::tr1::unordered_map
#endif
/* definition of the final detected unordered_multimap type */
#ifndef LIBMESH_BEST_UNORDERED_MULTIMAP
#define LIBMESH_BEST_UNORDERED_MULTIMAP std::tr1::unordered_multimap
#endif
/* definition of the final detected unordered_set type */
#ifndef LIBMESH_BEST_UNORDERED_SET
#define LIBMESH_BEST_UNORDERED_SET std::tr1::unordered_set
#endif
/* This compiler is known not to support some iostream functionality */
/* #undef LIBMESH_BROKEN_IOSTREAM */
/* Configuration information. */
#ifndef LIBMESH_CONFIGURE_INFO
#define LIBMESH_CONFIGURE_INFO "./configure run on Mon Dec 26 12:34:19 UTC 2011"
#endif
/* Flag indicating if double-precision (double) should be used for most
floating-point calculations */
#ifndef LIBMESH_DEFAULT_DOUBLE_PRECISION
#define LIBMESH_DEFAULT_DOUBLE_PRECISION 1
#endif
/* Data type to be used for most floating-point calculations */
#ifndef LIBMESH_DEFAULT_SCALAR_TYPE
#define LIBMESH_DEFAULT_SCALAR_TYPE double
#endif
/* Flag indicating if single-precision (float) should be used for most
floating-point calculations */
/* #undef LIBMESH_DEFAULT_SINGLE_PRECISION */
/* Flag indicating if triple-precision (long double) should be used for most
floating-point calculations */
/* #undef LIBMESH_DEFAULT_TRIPLE_PRECISION */
/* workaround for potentially missing hash<string> */
#ifndef LIBMESH_DEFINE_HASH_STRING
#define LIBMESH_DEFINE_HASH_STRING /**/
#endif
/* PETSc's major version number, as detected by LibMesh */
#ifndef LIBMESH_DETECTED_PETSC_VERSION_MAJOR
#define LIBMESH_DETECTED_PETSC_VERSION_MAJOR 3
#endif
/* PETSc's minor version number, as detected by LibMesh */
#ifndef LIBMESH_DETECTED_PETSC_VERSION_MINOR
#define LIBMESH_DETECTED_PETSC_VERSION_MINOR 1
#endif
/* PETSc's subminor version number, as detected by LibMesh */
#ifndef LIBMESH_DETECTED_PETSC_VERSION_SUBMINOR
#define LIBMESH_DETECTED_PETSC_VERSION_SUBMINOR 0
#endif
/* Integer indicating the highest spatial dimensionality supported by libMesh
*/
/* #undef LIBMESH_DIM */
/* Flag indicating if the library should be built with AMR support */
#ifndef LIBMESH_ENABLE_AMR
#define LIBMESH_ENABLE_AMR 1
#endif
/* Flag indicating if the library should be built to throw C++ exceptions on
unexpected errors */
#ifndef LIBMESH_ENABLE_EXCEPTIONS
#define LIBMESH_ENABLE_EXCEPTIONS 1
#endif
/* Flag indicating if the library should use ghosted local vectors */
#ifndef LIBMESH_ENABLE_GHOSTED
#define LIBMESH_ENABLE_GHOSTED 1
#endif
/* Flag indicating if the library should offer higher order p-FEM shapes */
#ifndef LIBMESH_ENABLE_HIGHER_ORDER_SHAPES
#define LIBMESH_ENABLE_HIGHER_ORDER_SHAPES 1
#endif
/* Flag indicating if the library should be built with infinite elements */
#ifndef LIBMESH_ENABLE_INFINITE_ELEMENTS
#define LIBMESH_ENABLE_INFINITE_ELEMENTS 1
#endif
/* Flag indicating if the library should use the experimental ParallelMesh as
its default Mesh type */
/* #undef LIBMESH_ENABLE_PARMESH */
/* Flag indicating if the library should be built with performance logging
support */
#ifndef LIBMESH_ENABLE_PERFORMANCE_LOGGING
#define LIBMESH_ENABLE_PERFORMANCE_LOGGING 1
#endif
/* Flag indicating if the library should be built with periodic boundary
condition support */
#ifndef LIBMESH_ENABLE_PERIODIC
#define LIBMESH_ENABLE_PERIODIC 1
#endif
/* Flag indicating if the library should be built with reference counting
support */
#ifndef LIBMESH_ENABLE_REFERENCE_COUNTING
#define LIBMESH_ENABLE_REFERENCE_COUNTING 1
#endif
/* Flag indicating if the library should be built with second derivatives */
#ifndef LIBMESH_ENABLE_SECOND_DERIVATIVES
#define LIBMESH_ENABLE_SECOND_DERIVATIVES 1
#endif
/* Flag indicating if the library should be built to write stack trace files
on unexpected errors */
/* #undef LIBMESH_ENABLE_TRACEFILES */
/* Flag indicating if the library should be built with variational smoother
support */
#ifndef LIBMESH_ENABLE_VSMOOTHER
#define LIBMESH_ENABLE_VSMOOTHER 1
#endif
/* Flag indicating bzip2/bunzip2 are available for handling compressed .bz2
files */
#ifndef LIBMESH_HAVE_BZIP
#define LIBMESH_HAVE_BZIP 1
#endif
/* Define to 1 if you have the <csignal> header file. */
#ifndef LIBMESH_HAVE_CSIGNAL
#define LIBMESH_HAVE_CSIGNAL 1
#endif
/* Define to 1 if you have the <dlfcn.h> header file. */
#ifndef LIBMESH_HAVE_DLFCN_H
#define LIBMESH_HAVE_DLFCN_H 1
#endif
/* Flag indicating whether the library will be compiled with Exodus support */
/* #undef LIBMESH_HAVE_EXODUS_API */
/* define if the compiler supports __gnu_cxx::hash_map */
/* #undef LIBMESH_HAVE_EXT_HASH_MAP */
/* define if the compiler supports __gnu_cxx::hash_multimap */
/* #undef LIBMESH_HAVE_EXT_HASH_MULTIMAP */
/* define if the compiler supports __gnu_cxx::hash_set */
/* #undef LIBMESH_HAVE_EXT_HASH_SET */
/* define if the compiler supports GCC C++ ABI name demangling */
#ifndef LIBMESH_HAVE_GCC_ABI_DEMANGLE
#define LIBMESH_HAVE_GCC_ABI_DEMANGLE 1
#endif
/* Define to 1 if you have the <getopt.h> header file. */
#ifndef LIBMESH_HAVE_GETOPT_H
#define LIBMESH_HAVE_GETOPT_H 1
#endif
/* Flag indicating if the library should be built with calls to getpwuid() */
#ifndef LIBMESH_HAVE_GETPWUID
#define LIBMESH_HAVE_GETPWUID 1
#endif
/* define if the compiler supports glibc backtrace */
#ifndef LIBMESH_HAVE_GLIBC_BACKTRACE
#define LIBMESH_HAVE_GLIBC_BACKTRACE 1
#endif
/* Flag indicating whether the library will be compiled with GLPK support */
/* #undef LIBMESH_HAVE_GLPK */
/* Flag indicating whether the library will be compiled with GMV support */
/* #undef LIBMESH_HAVE_GMV */
/* Flag indicating whether or not gzstreams are available */
/* #undef LIBMESH_HAVE_GZSTREAM */
/* define if the compiler supports std::hash_map */
/* #undef LIBMESH_HAVE_HASH_MAP */
/* define if the compiler supports std::hash_multimap */
/* #undef LIBMESH_HAVE_HASH_MULTIMAP */
/* define if the compiler supports std::hash_set */
/* #undef LIBMESH_HAVE_HASH_SET */
/* Define to 1 if you have the <inttypes.h> header file. */
#ifndef LIBMESH_HAVE_INTTYPES_H
#define LIBMESH_HAVE_INTTYPES_H 1
#endif
/* Flag indicating whether or not LASPACK iterative solvers are available */
/* #undef LIBMESH_HAVE_LASPACK */
/* Flag indicating whether the library will be compiled with libHilbert
support */
/* #undef LIBMESH_HAVE_LIBHILBERT */
/* define if the compiler has locale */
#ifndef LIBMESH_HAVE_LOCALE
#define LIBMESH_HAVE_LOCALE /**/
#endif
/* Define to 1 if you have the <memory.h> header file. */
#ifndef LIBMESH_HAVE_MEMORY_H
#define LIBMESH_HAVE_MEMORY_H 1
#endif
/* Flag indicating whether or not Metis is available */
#ifndef LIBMESH_HAVE_METIS
#define LIBMESH_HAVE_METIS 1
#endif
/* Flag indicating whether or not MPI is available */
#ifndef LIBMESH_HAVE_MPI
#define LIBMESH_HAVE_MPI 1
#endif
/* define if the compiler implements namespaces */
#ifndef LIBMESH_HAVE_NAMESPACES
#define LIBMESH_HAVE_NAMESPACES /**/
#endif
/* Flag indicating whether the library will be compiled with Nemesis support
*/
/* #undef LIBMESH_HAVE_NEMESIS_API */
/* Flag indicating whether the library will be compiled with Netcdf support */
#ifndef LIBMESH_HAVE_NETCDF
#define LIBMESH_HAVE_NETCDF 1
#endif
/* Flag indicating whether the library shall be compiled to use the Nox solver
collection */
/* #undef LIBMESH_HAVE_NOX */
/* Flag indicating whether or not ParMetis is available */
/* #undef LIBMESH_HAVE_PARMETIS */
/* Flag indicating whether or not PETSc is available */
#ifndef LIBMESH_HAVE_PETSC
#define LIBMESH_HAVE_PETSC 1
#endif
/* Flag indicating whether or not PETSc was compiled with Hypre support */
#ifndef LIBMESH_HAVE_PETSC_HYPRE
#define LIBMESH_HAVE_PETSC_HYPRE 1
#endif
/* Define to 1 if you have the <rpc/rpc.h> header file. */
#ifndef LIBMESH_HAVE_RPC_RPC_H
#define LIBMESH_HAVE_RPC_RPC_H 1
#endif
/* define if the compiler supports Run-Time Type Identification */
#ifndef LIBMESH_HAVE_RTTI
#define LIBMESH_HAVE_RTTI /**/
#endif
/* Flag indicating whether or not Space filling curves are available */
/* #undef LIBMESH_HAVE_SFCURVES */
/* Flag indicating whether or not SLEPc is available */
#ifndef LIBMESH_HAVE_SLEPC
#define LIBMESH_HAVE_SLEPC 1
#endif
/* define if the compiler has the sstream header */
#ifndef LIBMESH_HAVE_SSTREAM
#define LIBMESH_HAVE_SSTREAM /**/
#endif
/* Define to 1 if you have the <stdint.h> header file. */
#ifndef LIBMESH_HAVE_STDINT_H
#define LIBMESH_HAVE_STDINT_H 1
#endif
/* Define to 1 if you have the <stdlib.h> header file. */
#ifndef LIBMESH_HAVE_STDLIB_H
#define LIBMESH_HAVE_STDLIB_H 1
#endif
/* define if the compiler supports std::unordered_map */
/* #undef LIBMESH_HAVE_STD_UNORDERED_MAP */
/* define if the compiler supports std::unordered_multimap */
/* #undef LIBMESH_HAVE_STD_UNORDERED_MULTIMAP */
/* define if the compiler supports std::unordered_set */
/* #undef LIBMESH_HAVE_STD_UNORDERED_SET */
/* define if the compiler has stringstream functionality */
#ifndef LIBMESH_HAVE_STRINGSTREAM
#define LIBMESH_HAVE_STRINGSTREAM /**/
#endif
/* Define to 1 if you have the <strings.h> header file. */
#ifndef LIBMESH_HAVE_STRINGS_H
#define LIBMESH_HAVE_STRINGS_H 1
#endif
/* Define to 1 if you have the <string.h> header file. */
#ifndef LIBMESH_HAVE_STRING_H
#define LIBMESH_HAVE_STRING_H 1
#endif
/* define if the compiler has the strstream header */
/* #undef LIBMESH_HAVE_STRSTREAM */
/* Define to 1 if you have the <sys/resource.h> header file. */
#ifndef LIBMESH_HAVE_SYS_RESOURCE_H
#define LIBMESH_HAVE_SYS_RESOURCE_H 1
#endif
/* Define to 1 if you have the <sys/stat.h> header file. */
#ifndef LIBMESH_HAVE_SYS_STAT_H
#define LIBMESH_HAVE_SYS_STAT_H 1
#endif
/* Define to 1 if you have the <sys/types.h> header file. */
#ifndef LIBMESH_HAVE_SYS_TYPES_H
#define LIBMESH_HAVE_SYS_TYPES_H 1
#endif
/* Flag indicating whether the library shall be compiled to use the Threading
Building Blocks */
#ifndef LIBMESH_HAVE_TBB_API
#define LIBMESH_HAVE_TBB_API 1
#endif
/* Flag indicating whether the library shall be compiled to use the Tecplot
interface */
/* #undef LIBMESH_HAVE_TECPLOT_API */
/* Flag indicating whether the library will be compiled with TetGen support */
/* #undef LIBMESH_HAVE_TETGEN */
/* define if the compiler supports std::tr1::unordered_map */
#ifndef LIBMESH_HAVE_TR1_UNORDERED_MAP
#define LIBMESH_HAVE_TR1_UNORDERED_MAP 1
#endif
/* define if the compiler supports std::tr1::unordered_multimap */
#ifndef LIBMESH_HAVE_TR1_UNORDERED_MULTIMAP
#define LIBMESH_HAVE_TR1_UNORDERED_MULTIMAP 1
#endif
/* define if the compiler supports std::tr1::unordered_set */
#ifndef LIBMESH_HAVE_TR1_UNORDERED_SET
#define LIBMESH_HAVE_TR1_UNORDERED_SET 1
#endif
/* Flag indicating whether the library will be compiled with Triangle support
*/
/* #undef LIBMESH_HAVE_TRIANGLE */
/* Flag indicating whether the library shall be compiled to use the Trilinos
solver collection */
/* #undef LIBMESH_HAVE_TRILINOS */
/* Define to 1 if you have the <unistd.h> header file. */
#ifndef LIBMESH_HAVE_UNISTD_H
#define LIBMESH_HAVE_UNISTD_H 1
#endif
/* Flag indicating whether the library will be compiled with VTK support */
#ifndef LIBMESH_HAVE_VTK
#define LIBMESH_HAVE_VTK 1
#endif
/* Flag indicating headers and libraries for XDR IO are available */
#ifndef LIBMESH_HAVE_XDR
#define LIBMESH_HAVE_XDR 1
#endif
/* Flag indicating xz is available for handling compressed .xz files */
#ifndef LIBMESH_HAVE_XZ
#define LIBMESH_HAVE_XZ 1
#endif
/* Define to 1 if you have the <zlib.h> header file. */
/* #undef LIBMESH_HAVE_ZLIB_H */
/* header file for the final detected unordered_map type */
#ifndef LIBMESH_INCLUDE_UNORDERED_MAP
#define LIBMESH_INCLUDE_UNORDERED_MAP <tr1/unordered_map>
#endif
/* header file for the final detected unordered_multimap type */
#ifndef LIBMESH_INCLUDE_UNORDERED_MULTIMAP
#define LIBMESH_INCLUDE_UNORDERED_MULTIMAP <tr1/unordered_map>
#endif
/* header file for the final detected unordered_set type */
#ifndef LIBMESH_INCLUDE_UNORDERED_SET
#define LIBMESH_INCLUDE_UNORDERED_SET <tr1/unordered_set>
#endif
/* Define to the address where bug reports for this package should be sent. */
#ifndef LIBMESH_PACKAGE_BUGREPORT
#define LIBMESH_PACKAGE_BUGREPORT ""
#endif
/* Define to the full name of this package. */
#ifndef LIBMESH_PACKAGE_NAME
#define LIBMESH_PACKAGE_NAME ""
#endif
/* Define to the full name and version of this package. */
#ifndef LIBMESH_PACKAGE_STRING
#define LIBMESH_PACKAGE_STRING ""
#endif
/* Define to the one symbol short name of this package. */
#ifndef LIBMESH_PACKAGE_TARNAME
#define LIBMESH_PACKAGE_TARNAME ""
#endif
/* Define to the home page for this package. */
#ifndef LIBMESH_PACKAGE_URL
#define LIBMESH_PACKAGE_URL ""
#endif
/* Define to the version of this package. */
#ifndef LIBMESH_PACKAGE_VERSION
#define LIBMESH_PACKAGE_VERSION ""
#endif
/* The size of `double', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_DOUBLE
#define LIBMESH_SIZEOF_DOUBLE 8
#endif
/* The size of `float', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_FLOAT
#define LIBMESH_SIZEOF_FLOAT 4
#endif
/* The size of `function_pointer', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_FUNCTION_POINTER
#define LIBMESH_SIZEOF_FUNCTION_POINTER 4
#endif
/* The size of `int', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_INT
#define LIBMESH_SIZEOF_INT 4
#endif
/* The size of `long int', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_LONG_INT
#define LIBMESH_SIZEOF_LONG_INT 4
#endif
/* The size of `short int', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_SHORT_INT
#define LIBMESH_SIZEOF_SHORT_INT 2
#endif
/* The size of `void *', as computed by sizeof. */
#ifndef LIBMESH_SIZEOF_VOID_P
#define LIBMESH_SIZEOF_VOID_P 4
#endif
/* Define to 1 if you have the ANSI C header files. */
#ifndef LIBMESH_STDC_HEADERS
#define LIBMESH_STDC_HEADERS 1
#endif
/* If the compiler supports a TLS storage class define it to that here */
#ifndef LIBMESH_TLS
#define LIBMESH_TLS __thread
#endif
/* Flag indicating if the library should be built using complex numbers */
/* #undef LIBMESH_USE_COMPLEX_NUMBERS */
/* Flag indicating if the library should be built using real numbers */
#ifndef LIBMESH_USE_REAL_NUMBERS
#define LIBMESH_USE_REAL_NUMBERS 1
#endif
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
#ifndef _libmesh_restrict
#define _libmesh_restrict __restrict
#endif
/* Work around a bug in Sun C++: it does not support _Restrict or
__restrict__, even though the corresponding Sun C compiler ends up with
"#ifndef _libmesh_restrict
#define _libmesh_restrict _Restrict" or "#define restrict __restrict__" in the
#endif
previous line. Perhaps some future version of Sun C++ will work with
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif
/* once: _INCLUDE_BASE_LIBMESH_CONFIG_H */
#endif
|