#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <getopt.h>
#include <stdint.h>
Include dependency graph for eg_config.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | __EG_CONFIG_H__ |
#define | _XOPEN_SOURCE 600 |
#define | DEBUG 1 |
Depending on the OS, we include some files and make some definitions assert Debug options definitions, by defoult set on. | |
#define | HAVE_GNU_MP 0 |
assert that we define the HAVE_GNU_MP option | |
#define | HAVE_SOFTFLOAT 0 |
assert that we define HAVE_SOFTFLOAT option | |
#define | LINUX 0 |
we try to detect what type of OS we are working in, this is important because different flavor of unixes have small tweaks that we must take care of. So far, we can choose LINUX or SUN | |
#define | OS LINUX |
#define | SUN 1 |
#define | VERBOSE_LEVEL 1 |
assert Verbose options definition, by default set on |
|
Main Configuration for the library, as debug levels and so on
Definition at line 34 of file eg_config.h. |
|
Definition at line 35 of file eg_config.h. |
|
Depending on the OS, we include some files and make some definitions assert Debug options definitions, by defoult set on.
Definition at line 67 of file eg_config.h. |
|
assert that we define the HAVE_GNU_MP option
Definition at line 81 of file eg_config.h. |
|
assert that we define HAVE_SOFTFLOAT option
Definition at line 87 of file eg_config.h. |
|
we try to detect what type of OS we are working in, this is important because different flavor of unixes have small tweaks that we must take care of. So far, we can choose LINUX or SUN
Definition at line 45 of file eg_config.h. |
|
Definition at line 48 of file eg_config.h. |
|
Definition at line 46 of file eg_config.h. |
|
assert Verbose options definition, by default set on
Definition at line 74 of file eg_config.h. |