00001 /* 00002 * Putting autoheader files within the #ifndef/#endif idiom (below) 00003 * is potentially a BAD IDEA, since we might need to (re-)define 00004 * the autoheader-generated preprocessor symbols (e.g. after 00005 * (#include)ing in some config.h from another autoheader package 00006 */ 00007 #include "ddcConfigNoAuto.h" 00008 #include "ddcConfigAuto.h" 00009 00010 /* 00011 * Define a sentinel preprocessor symbol _*_CONFIG_H, just 00012 * in case someone wants to check whether we've already 00013 * (#include)d this file .... 00014 */ 00015 #ifndef _DDC_CONFIG_H 00016 #define _DDC_CONFIG_H 00017 00018 #endif /* _DDC_CONFIG_H */