FreePOOMA  2.4.1
Configuration.h File Reference

Main configuration file. More...

#include "PoomaConfiguration.h"
Include dependency graph for Configuration.h:
This graph shows which files directly or indirectly include this file:

Detailed Description

Main configuration file.

Config settings are found in a file 'lib//PoomaConfiguration.h'; but this file does not exist for all compiler environments. This file is used to determine if that other configuration file should be included. If that file should be used, POOMA should also be compiled with a -I statement to look for include files in 'lib/'.

On systems where there is no configure-generated include file, define the symbol POOMA_NO_POOMA_CONFIGURATION_FILE, and put the actual settings for various symbols in another location.