![]() |
My Project
|
‘factoryconf.h’ serves as a configuration file for the installed source files (templates and ‘factory.h’) the same way as ‘config.h’ serves as a configuration file for the source files from which the library is build. More...
Go to the source code of this file.
‘factoryconf.h’ serves as a configuration file for the installed source files (templates and ‘factory.h’) the same way as ‘config.h’ serves as a configuration file for the source files from which the library is build.
Additionally, we paste a copy of our ‘cf_assert.h’ into this file which is necessary for the templates to translate.
Definition in file factoryconf.h.
#define __ASSERT | ( | expression, | |
message, | |||
file, | |||
line | |||
) |
Definition at line 350 of file factoryconf.h.
#define __ASSERT1 | ( | expression, | |
message, | |||
parameter1, | |||
file, | |||
line | |||
) |
Definition at line 353 of file factoryconf.h.
#define __WARN | ( | expression, | |
message, | |||
file, | |||
line | |||
) |
Definition at line 362 of file factoryconf.h.
#define _FACTORY_CONFIG_H 1 |
Definition at line 26 of file factoryconf.h.
#define ASSERT | ( | expression, | |
message | |||
) | do {} while (0) |
Definition at line 421 of file factoryconf.h.
#define ASSERT1 | ( | expression, | |
message, | |||
parameter1 | |||
) | do {} while (0) |
Definition at line 422 of file factoryconf.h.
#define CF_USE_INLINE 1 |
Definition at line 35 of file factoryconf.h.
#define DISABLE_GMP_CPP 1 |
Definition at line 43 of file factoryconf.h.
Definition at line 48 of file factoryconf.h.
#define FACTORYVERSION "4.4.0" |
Definition at line 53 of file factoryconf.h.
#define HAVE_CSTDIO 1 |
Definition at line 58 of file factoryconf.h.
#define HAVE_CTYPE_H 1 |
Definition at line 63 of file factoryconf.h.
#define HAVE_DLFCN_H 1 |
Definition at line 68 of file factoryconf.h.
#define HAVE_ERRNO_H 1 |
Definition at line 73 of file factoryconf.h.
#define HAVE_FSTREAM 1 |
Definition at line 83 of file factoryconf.h.
#define HAVE_INTTYPES_H 1 |
Definition at line 91 of file factoryconf.h.
#define HAVE_LIBM 1 |
Definition at line 104 of file factoryconf.h.
#define HAVE_MATH_H 1 |
Definition at line 109 of file factoryconf.h.
#define HAVE_SIGNAL_H 1 |
Definition at line 127 of file factoryconf.h.
#define HAVE_STDARG_H 1 |
Definition at line 132 of file factoryconf.h.
#define HAVE_STDINT_H 1 |
Definition at line 137 of file factoryconf.h.
#define HAVE_STDIO_H 1 |
Definition at line 142 of file factoryconf.h.
#define HAVE_STDLIB_H 1 |
Definition at line 147 of file factoryconf.h.
#define HAVE_STRING 1 |
Definition at line 152 of file factoryconf.h.
#define HAVE_STRING_H 1 |
Definition at line 162 of file factoryconf.h.
#define HAVE_STRINGS_H 1 |
Definition at line 157 of file factoryconf.h.
#define HAVE_SYS_STAT_H 1 |
Definition at line 173 of file factoryconf.h.
#define HAVE_SYS_TYPES_H 1 |
Definition at line 181 of file factoryconf.h.
#define HAVE_TIME_H 1 |
Definition at line 186 of file factoryconf.h.
#define HAVE_UNISTD_H 1 |
Definition at line 191 of file factoryconf.h.
#define LT_OBJDIR ".libs/" |
Definition at line 196 of file factoryconf.h.
#define NOASSERT |
Definition at line 306 of file factoryconf.h.
#define OM_NDEBUG 1 |
Definition at line 207 of file factoryconf.h.
#define PACKAGE "factory" |
Definition at line 212 of file factoryconf.h.
#define PACKAGE_BUGREPORT "" |
Definition at line 217 of file factoryconf.h.
#define PACKAGE_NAME "factory" |
Definition at line 222 of file factoryconf.h.
#define PACKAGE_STRING "factory 4.4.0" |
Definition at line 227 of file factoryconf.h.
#define PACKAGE_TARNAME "factory" |
Definition at line 232 of file factoryconf.h.
#define PACKAGE_URL "" |
Definition at line 237 of file factoryconf.h.
#define PACKAGE_VERSION "4.4.0" |
Definition at line 242 of file factoryconf.h.
Definition at line 428 of file factoryconf.h.
Definition at line 430 of file factoryconf.h.
Definition at line 429 of file factoryconf.h.
Definition at line 427 of file factoryconf.h.
Definition at line 426 of file factoryconf.h.
#define SING_NDEBUG 1 |
Definition at line 257 of file factoryconf.h.
#define SINGULAR_CFLAGS "-DSING_NDEBUG -DOM_NDEBUG" |
Definition at line 252 of file factoryconf.h.
#define STDC_HEADERS 1 |
Definition at line 269 of file factoryconf.h.
#define STICKYASSERT | ( | expression, | |
message | |||
) | ((void)((expression) ? 0 : __ASSERT(#expression, message, __FILE__, __LINE__))) |
Definition at line 357 of file factoryconf.h.
#define STICKYASSERT1 | ( | expression, | |
message, | |||
parameter1 | |||
) | ((void)((expression) ? 0 : __ASSERT1(#expression, message, parameter1, __FILE__, __LINE__))) |
Definition at line 359 of file factoryconf.h.
#define STICKYWARN | ( | expression, | |
message | |||
) | ((void)((expression) ? 0 : __WARN(#expression, message, __FILE__, __LINE__))) |
Definition at line 365 of file factoryconf.h.
#define VERSION "4.4.0" |
Definition at line 277 of file factoryconf.h.
#define WARN | ( | expression, | |
message | |||
) | do {} while (0) |
Definition at line 424 of file factoryconf.h.