|
TBCI Numerical high perf. C++ Library
2.8.0
|
switchbox to set all sorts of HAVE_xxx settings used by basics.h. More...
#include <features.h>#include <unistd.h>
Go to the source code of this file.
switchbox to set all sorts of HAVE_xxx settings used by basics.h.
KG, 2001-06-14.
We store knowledge about compiler features/bugs here. We have the tests for this in our configure.in file and tests for all those features/bugs are normally done by our autoconf tests. This file is still there for compatibility, so TBCI can be used without autoconf. This capability is deprecated and will be dropped in the future.
Definition in file config_manual.h.
| #define __func__ __FUNCTION__ |
Definition at line 492 of file config_manual.h.
| #define __GNUC_PATCHLEVEL__ 0 |
Definition at line 344 of file config_manual.h.
| #define HAVE___RESTRICT__ 1 |
Definition at line 332 of file config_manual.h.
| #define HAVE_ALIGN_ATTR 1 |
Definition at line 334 of file config_manual.h.
| #define HAVE_BUILTIN_CPLX 1 |
Definition at line 333 of file config_manual.h.
| #define HAVE_CONST_ATTR 1 |
Definition at line 337 of file config_manual.h.
| #define HAVE_ERRNO 1 |
Definition at line 658 of file config_manual.h.
| #define HAVE_ERRNO 1 |
Definition at line 658 of file config_manual.h.
| #define HAVE_FUNC 2 |
Definition at line 491 of file config_manual.h.
| #define HAVE_GCC_MINMAX 1 |
Definition at line 488 of file config_manual.h.
| #define HAVE_GET_NPROCS 1 |
Definition at line 661 of file config_manual.h.
| #define HAVE_GETLOADAVG 1 |
Definition at line 662 of file config_manual.h.
| #define HAVE_IGNORE_STD_NS_BUG 1 |
Definition at line 486 of file config_manual.h.
| #define HAVE_LONG_DOUBLE 1 |
Definition at line 476 of file config_manual.h.
| #define HAVE_LONG_LONG 1 |
Definition at line 475 of file config_manual.h.
| #define HAVE_MALLINFO 1 |
Definition at line 655 of file config_manual.h.
| #define HAVE_MALLOC_ATTR 1 |
Definition at line 480 of file config_manual.h.
| #define HAVE_MALLOC_H 1 |
Definition at line 654 of file config_manual.h.
| #define HAVE_MEMALIGN 2 |
Definition at line 653 of file config_manual.h.
| #define HAVE_MISS_STDCPLX_FANCY_FN_BUG 1 |
Definition at line 483 of file config_manual.h.
| #define HAVE_MISS_STDCPLX_LOG10_BUG 1 |
Definition at line 484 of file config_manual.h.
| #define HAVE_MISS_STDCPLX_TAN_BUG 1 |
Definition at line 485 of file config_manual.h.
| #define HAVE_NAMED_RETVAL 1 |
Definition at line 490 of file config_manual.h.
| #define HAVE_NEED_FOR_EXPL_TMPLPARM 1 |
Definition at line 479 of file config_manual.h.
| #define HAVE_NEED_FOR_GD 1 |
Definition at line 478 of file config_manual.h.
| #define HAVE_PRAGMA_IFACE_IMPL 1 |
Definition at line 339 of file config_manual.h.
| #define HAVE_PRETTY_FUNCTION __GNUC__ |
Definition at line 347 of file config_manual.h.
| #define HAVE_PTHREADS 1 |
Definition at line 648 of file config_manual.h.
| #define HAVE_REGPARM_ATTR 1 |
Definition at line 338 of file config_manual.h.
| #define HAVE_SIGNALS 1 |
Definition at line 656 of file config_manual.h.
| #define HAVE_SIGNATURE 1 |
Normally, we don't undefine our HAVE settings, as the user might know better and e.g.
pass EXTRA_CFLAGS=-DHAVE_NO_NEW_HEADERS_BUG to the compiler.
Definition at line 331 of file config_manual.h.
| #define HAVE_STRSIGNAL 1 |
Definition at line 663 of file config_manual.h.
| #define HAVE_SYS_SYSINFO_H 1 |
Definition at line 660 of file config_manual.h.
| #define HAVE_UNISTD_H 1 |
Definition at line 465 of file config_manual.h.
| #define HAVE_UNUSED_ATTR 1 |
Definition at line 336 of file config_manual.h.
| #define HAVE_WEAK_ATTR 1 |
Definition at line 335 of file config_manual.h.
1.8.5