/* ============================================================================= * config.h * Copyright (c) 2003 - 2013 Nomura Kei * ============================================================================= * * GCC コンパイラオプション * -ansi * -std=C99 * -std=gnu99 * -std=c++0x * -std=c++11 */ #ifndef CONFIG_H #define CONFIG_H #include <config_def.h> #endif /* CONFIG_H */