00001 // -*- C++ -*- 00002 00003 //========================================================================== 00004 /** 00005 * @file config-macros.h 00006 * 00007 * $Id: config-macros.h 79410 2007-08-20 12:34:28Z johnnyw $ 00008 * 00009 * @author (Originally in OS.h)Doug Schmidt <schmidt@cs.wustl.edu> 00010 * @author Jesper S. M|ller<stophph@diku.dk> 00011 * @author and a cast of thousands... 00012 * 00013 * This file contains the contents of the old config-lite.h header 00014 * without C++ code (except for C++ code in macros). Specifically, 00015 * only macros or C language constructs are found in this header. 00016 * Allows configuration values and macros to be used by some C 00017 * language sources. 00018 */ 00019 //========================================================================== 00020 00021 #ifndef ACE_CONFIG_MACROS_H 00022 #define ACE_CONFIG_MACROS_H 00023 00024 #include "ace/config.h" 00025 00026 00027 #endif /* ACE_CONFIG_MACROS_H */