/* Dummy compile-time configuration options * Only used when compiling in MS VC++ using UQM's getopt.c */ #ifndef _CONFIG_H #define _CONFIG_H /* Define if words are stored with the most significant byte first */ #undef WORDS_BIGENDIAN /* Defined if your system has getopt.h */ #undef HAVE_GETOPT_H #endif /* _CONFIG_H */