![]() |
My Project
UNKNOWN_GIT_VERSION
|
#include <cstdio>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | _FACTORY_CONFIG_H 1 |
#define | CF_USE_INLINE 1 |
#define | DISABLE_GMP_CPP 1 |
#define | FACTORYCONFIGURATION "' '--disable-option-checking' '--prefix=/usr' '--build=ppc64le-redhat-linux-gnu' '--host=ppc64le-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--bindir=/usr/lib64/Singular' '--disable-silent-rules' '--disable-optimizationflags' '--disable-static' '--enable-p-procs-dynamic' '--enable-gfanlib' '--enable-polymake' '--enable-python_module' '--enable-streamio' '--with-gmp' '--with-ntl' '--with-flint' '--with-mathicgb' '--with-python=/usr/bin/python2' '--with-readline' '--disable-doc' '--with-malloc=system' 'build_alias=ppc64le-redhat-linux-gnu' 'host_alias=ppc64le-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -fno-delete-null-pointer-checks' 'LDFLAGS=-Wl,-z,relro' 'CPPFLAGS=-I/usr/include/flint -I/usr/include/gfanlib -I/usr/include/python2.7' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -fno-delete-null-pointer-checks' '--enable-omalloc' 'OMALLOC_LIBS=/builddir/build/BUILD/singular-4.1.1/omalloc/libomalloc.la' 'OMALLOC_INCLUDES=-I/builddir/build/BUILD/singular-4.1.1' '--with-Singular' 'RESOURCES_LIBS=/builddir/build/BUILD/singular-4.1.1/resources/libsingular_resources.la' 'RESOURCES_INCLUDES=-I/builddir/build/BUILD/singular-4.1.1 ' 'FACTORY_LIBS=/builddir/build/BUILD/singular-4.1.1/factory/libfactory.la' 'FACTORY_INCLUDES=-I/builddir/build/BUILD/singular-4.1.1 -I/builddir/build/BUILD/singular-4.1.1/factory/include' '--cache-file=/dev/null' '--srcdir=.'' in /builddir/build/BUILD/singular-4.1.1/factory" |
#define | FACTORYVERSION "4.1.1" |
#define | HAVE_CSTDIO 1 |
#define | HAVE_CTYPE_H 1 |
#define | HAVE_DLFCN_H 1 |
#define | HAVE_ERRNO_H 1 |
#define | HAVE_FSTREAM 1 |
#define | HAVE_GMP 1 |
#define | HAVE_INTTYPES_H 1 |
#define | HAVE_LIBM 1 |
#define | HAVE_MATH_H 1 |
#define | HAVE_MEMORY_H 1 |
#define | HAVE_OMALLOC_OMALLOC_H 1 |
#define | HAVE_SIGNAL_H 1 |
#define | HAVE_STDARG_H 1 |
#define | HAVE_STDINT_H 1 |
#define | HAVE_STDIO_H 1 |
#define | HAVE_STDLIB_H 1 |
#define | HAVE_STRING 1 |
#define | HAVE_STRINGS_H 1 |
#define | HAVE_STRING_H 1 |
#define | HAVE_SYS_STAT_H 1 |
#define | HAVE_SYS_TYPES_H 1 |
#define | HAVE_TIME_H 1 |
#define | HAVE_UNISTD_H 1 |
#define | LT_OBJDIR ".libs/" |
#define | OM_NDEBUG 1 |
#define | PACKAGE "factory" |
#define | PACKAGE_BUGREPORT "" |
#define | PACKAGE_NAME "factory" |
#define | PACKAGE_STRING "factory 4.1.1" |
#define | PACKAGE_TARNAME "factory" |
#define | PACKAGE_URL "" |
#define | PACKAGE_VERSION "4.1.1" |
#define | SINGULAR_CFLAGS "-DSING_NDEBUG -DOM_NDEBUG" |
#define | SING_NDEBUG 1 |
#define | STDC_HEADERS 1 |
#define | VERSION "4.1.1" |
#define | NOASSERT |
#define | __ASSERT(expression, message, file, line) |
#define | __ASSERT1(expression, message, parameter1, file, line) |
#define | STICKYASSERT(expression, message) ((void)((expression) ? 0 : __ASSERT(#expression, message, __FILE__, __LINE__))) |
#define | STICKYASSERT1(expression, message, parameter1) ((void)((expression) ? 0 : __ASSERT1(#expression, message, parameter1, __FILE__, __LINE__))) |
#define | __WARN(expression, message, file, line) |
#define | STICKYWARN(expression, message) ((void)((expression) ? 0 : __WARN(#expression, message, __FILE__, __LINE__))) |
#define | ASSERT(expression, message) do {} while (0) |
#define | ASSERT1(expression, message, parameter1) do {} while (0) |
#define | WARN(expression, message) do {} while (0) |
#define | PVIRT_VOID(msg) = 0 |
#define | PVIRT_INTCF(msg) = 0 |
#define | PVIRT_BOOL(msg) = 0 |
#define | PVIRT_INT(msg) = 0 |
#define | PVIRT_CHARCC(msg) = 0 |
#define __ASSERT | ( | expression, | |
message, | |||
file, | |||
line | |||
) |
Definition at line 362 of file factoryconf.h.
#define __ASSERT1 | ( | expression, | |
message, | |||
parameter1, | |||
file, | |||
line | |||
) |
Definition at line 365 of file factoryconf.h.
#define __WARN | ( | expression, | |
message, | |||
file, | |||
line | |||
) |
Definition at line 374 of file factoryconf.h.
#define _FACTORY_CONFIG_H 1 |
Definition at line 25 of file factoryconf.h.
Definition at line 433 of file factoryconf.h.
Definition at line 434 of file factoryconf.h.
#define CF_USE_INLINE 1 |
Definition at line 34 of file factoryconf.h.
#define DISABLE_GMP_CPP 1 |
Definition at line 42 of file factoryconf.h.
#define FACTORYCONFIGURATION "' '--disable-option-checking' '--prefix=/usr' '--build=ppc64le-redhat-linux-gnu' '--host=ppc64le-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--bindir=/usr/lib64/Singular' '--disable-silent-rules' '--disable-optimizationflags' '--disable-static' '--enable-p-procs-dynamic' '--enable-gfanlib' '--enable-polymake' '--enable-python_module' '--enable-streamio' '--with-gmp' '--with-ntl' '--with-flint' '--with-mathicgb' '--with-python=/usr/bin/python2' '--with-readline' '--disable-doc' '--with-malloc=system' 'build_alias=ppc64le-redhat-linux-gnu' 'host_alias=ppc64le-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -fno-delete-null-pointer-checks' 'LDFLAGS=-Wl,-z,relro' 'CPPFLAGS=-I/usr/include/flint -I/usr/include/gfanlib -I/usr/include/python2.7' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -fno-delete-null-pointer-checks' '--enable-omalloc' 'OMALLOC_LIBS=/builddir/build/BUILD/singular-4.1.1/omalloc/libomalloc.la' 'OMALLOC_INCLUDES=-I/builddir/build/BUILD/singular-4.1.1' '--with-Singular' 'RESOURCES_LIBS=/builddir/build/BUILD/singular-4.1.1/resources/libsingular_resources.la' 'RESOURCES_INCLUDES=-I/builddir/build/BUILD/singular-4.1.1 ' 'FACTORY_LIBS=/builddir/build/BUILD/singular-4.1.1/factory/libfactory.la' 'FACTORY_INCLUDES=-I/builddir/build/BUILD/singular-4.1.1 -I/builddir/build/BUILD/singular-4.1.1/factory/include' '--cache-file=/dev/null' '--srcdir=.'' in /builddir/build/BUILD/singular-4.1.1/factory" |
Definition at line 47 of file factoryconf.h.
#define FACTORYVERSION "4.1.1" |
Definition at line 52 of file factoryconf.h.
#define HAVE_CSTDIO 1 |
Definition at line 60 of file factoryconf.h.
#define HAVE_CTYPE_H 1 |
Definition at line 65 of file factoryconf.h.
#define HAVE_DLFCN_H 1 |
Definition at line 70 of file factoryconf.h.
#define HAVE_ERRNO_H 1 |
Definition at line 75 of file factoryconf.h.
#define HAVE_FSTREAM 1 |
Definition at line 85 of file factoryconf.h.
#define HAVE_GMP 1 |
Definition at line 93 of file factoryconf.h.
#define HAVE_INTTYPES_H 1 |
Definition at line 98 of file factoryconf.h.
#define HAVE_LIBM 1 |
Definition at line 111 of file factoryconf.h.
#define HAVE_MATH_H 1 |
Definition at line 116 of file factoryconf.h.
#define HAVE_MEMORY_H 1 |
Definition at line 121 of file factoryconf.h.
#define HAVE_OMALLOC_OMALLOC_H 1 |
Definition at line 136 of file factoryconf.h.
#define HAVE_SIGNAL_H 1 |
Definition at line 141 of file factoryconf.h.
#define HAVE_STDARG_H 1 |
Definition at line 146 of file factoryconf.h.
#define HAVE_STDINT_H 1 |
Definition at line 151 of file factoryconf.h.
#define HAVE_STDIO_H 1 |
Definition at line 156 of file factoryconf.h.
#define HAVE_STDLIB_H 1 |
Definition at line 161 of file factoryconf.h.
#define HAVE_STRING 1 |
Definition at line 166 of file factoryconf.h.
#define HAVE_STRING_H 1 |
Definition at line 176 of file factoryconf.h.
#define HAVE_STRINGS_H 1 |
Definition at line 171 of file factoryconf.h.
#define HAVE_SYS_STAT_H 1 |
Definition at line 187 of file factoryconf.h.
#define HAVE_SYS_TYPES_H 1 |
Definition at line 195 of file factoryconf.h.
#define HAVE_TIME_H 1 |
Definition at line 200 of file factoryconf.h.
#define HAVE_UNISTD_H 1 |
Definition at line 205 of file factoryconf.h.
#define LT_OBJDIR ".libs/" |
Definition at line 210 of file factoryconf.h.
#define NOASSERT |
Definition at line 318 of file factoryconf.h.
#define OM_NDEBUG 1 |
Definition at line 221 of file factoryconf.h.
#define PACKAGE "factory" |
Definition at line 226 of file factoryconf.h.
#define PACKAGE_BUGREPORT "" |
Definition at line 231 of file factoryconf.h.
#define PACKAGE_NAME "factory" |
Definition at line 236 of file factoryconf.h.
#define PACKAGE_STRING "factory 4.1.1" |
Definition at line 241 of file factoryconf.h.
#define PACKAGE_TARNAME "factory" |
Definition at line 246 of file factoryconf.h.
#define PACKAGE_URL "" |
Definition at line 251 of file factoryconf.h.
#define PACKAGE_VERSION "4.1.1" |
Definition at line 256 of file factoryconf.h.
#define PVIRT_BOOL | ( | msg | ) | = 0 |
Definition at line 440 of file factoryconf.h.
#define PVIRT_CHARCC | ( | msg | ) | = 0 |
Definition at line 442 of file factoryconf.h.
#define PVIRT_INT | ( | msg | ) | = 0 |
Definition at line 441 of file factoryconf.h.
#define PVIRT_INTCF | ( | msg | ) | = 0 |
Definition at line 439 of file factoryconf.h.
#define PVIRT_VOID | ( | msg | ) | = 0 |
Definition at line 438 of file factoryconf.h.
#define SING_NDEBUG 1 |
Definition at line 271 of file factoryconf.h.
#define SINGULAR_CFLAGS "-DSING_NDEBUG -DOM_NDEBUG" |
Definition at line 266 of file factoryconf.h.
#define STDC_HEADERS 1 |
Definition at line 281 of file factoryconf.h.
#define STICKYASSERT | ( | expression, | |
message | |||
) | ((void)((expression) ? 0 : __ASSERT(#expression, message, __FILE__, __LINE__))) |
Definition at line 369 of file factoryconf.h.
#define STICKYASSERT1 | ( | expression, | |
message, | |||
parameter1 | |||
) | ((void)((expression) ? 0 : __ASSERT1(#expression, message, parameter1, __FILE__, __LINE__))) |
Definition at line 371 of file factoryconf.h.
#define STICKYWARN | ( | expression, | |
message | |||
) | ((void)((expression) ? 0 : __WARN(#expression, message, __FILE__, __LINE__))) |
Definition at line 377 of file factoryconf.h.
#define VERSION "4.1.1" |
Definition at line 289 of file factoryconf.h.
Definition at line 436 of file factoryconf.h.