ARTS
2.2.66
|
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE 1 |
#define | COMPILE_FLAGS " -fvisibility=hidden -fvisibility-inlines-hidden -ftemplate-depth-60 -fopenmp -W -Wall -Wshadow -Wconversion -Wno-sign-conversion -Wno-unknown-pragmas -O2 -g " |
#define | COMPILER "GNU 7.4.0 (/usr/bin/c++)" |
#define | FORTRAN_COMPILER "gfortran" |
#define | ARTS_DEFAULT_INCLUDE_DIR "/srv/arts-build/docserver/arts-stable/arts-2.2/controlfiles" |
#define | LINUX 1 |
#define | ENABLE_REFICE |
#define | ENABLE_TMATRIX |
#define | ENABLE_ZLIB |
#define | ENABLE_DOCSERVER |
#define | HAVE_STDLIB_H 1 |
#define | HAVE_STRINGS_H 1 |
#define | HAVE_STRING_H 1 |
#define | HAVE_SYS_STAT_H 1 |
#define | HAVE_SYS_TIMES_H 1 |
#define | HAVE_SYS_TYPES_H 1 |
#define | HAVE_UNISTD_H 1 |
#define | HAVE_GETOPT_H 1 |
#define | HAVE_FCNTL_H 1 |
#define | HAVE_MATH_H 1 |
#define | HAVE_ERRNO_H 1 |
#define | HAVE_LIMITS_H 1 |
#define | HAVE_STDIO_H 1 |
#define | HAVE_LOCALE_H 1 |
#define | HAVE_PTHREAD_H 1 |
#define | HAVE_SYS_TIME_H 1 |
#define | HAVE_SYS_MSG_H 1 |
#define | HAVE_NETDB_H 1 |
#define | HAVE_NETINET_IN_H 1 |
#define | HAVE_NETINET_TCP_H 1 |
#define | HAVE_SYS_SOCKET_H 1 |
#define | HAVE_SYS_MMAN_H 1 |
#define | HAVE_ARPA_INET_H 1 |
#define | HAVE_SYS_SELECT_H 1 |
#define | HAVE_POLL_H 1 |
#define | HAVE_CSTDLIB 1 |
#define | HAVE_CSTRING 1 |
#define | HAVE_SSTREAM 1 |
#define | HAVE_CTIME 1 |
#define | HAVE_REMOVE |
#define | TIME_SUPPORT 1 |
#define | INDEX long |
#define | NUMERIC double |
#define | OS_NAME "Unix" |
#define | HAVE_BOOL |
#define | HAVE_CONST_CAST |
#define | HAVE_NAMESPACES |
#define | HAVE_STATIC_CAST |
#define | HAVE_TEMPLATES |
#define | OS_VERSION "" |
#define | PACKAGE "arts" |
#define | SIZEOF_INT 4 |
#define | SIZEOF_LONG 8 |
#define | SIZEOF_SIZE_T 8 |
#define | SIZEOF_DOUBLE 8 |
#define | SIZEOF_FLOAT 4 |
#define | USE_DOUBLE |
#define | _U_ __attribute((unused)) |
#define _U_ __attribute((unused)) |
Definition at line 167 of file config.h.
Referenced by MdRecord::MdRecord(), ReadXML(), ReadXMLIndexed(), WriteMolTau(), WriteXML(), and WriteXMLIndexed().
#define ARTS_DEFAULT_INCLUDE_DIR "/srv/arts-build/docserver/arts-stable/arts-2.2/controlfiles" |
Definition at line 15 of file config.h.
Referenced by get_parameters().
#define COMPILE_FLAGS " -fvisibility=hidden -fvisibility-inlines-hidden -ftemplate-depth-60 -fopenmp -W -Wall -Wshadow -Wconversion -Wno-sign-conversion -Wno-unknown-pragmas -O2 -g " |
#define COMPILER "GNU 7.4.0 (/usr/bin/c++)" |