#ifndef dbhost_included #define dbhost_included /* ADCP DATABASE SYSTEM OPTIONS */ #include "config.h" /* Generated by 'waf configure' */ #define PC_COMPATIBLE_HOST 0 /*little-endian*/ #define VAXD_COMPATIBLE_HOST 1 /* obsolete--but don't delete this entry! */ #define SUN3_COMPATIBLE_HOST 2 /*big-endian */ #define UNKNOWN_HOST -1 #if WAF_CONF_BIG_ENDIAN # define HOST_ENVIRONMENT SUN3_COMPATIBLE_HOST #else # define HOST_ENVIRONMENT PC_COMPATIBLE_HOST #endif #ifndef HAVE_STRICMP # define LACKS_STRICMP #endif #endif