#include "PoomaConfiguration.h"
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.