blob: 656a7b5d83d878a89e5959889e573008cb5594db (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* -*- C++ -*- */
// $Id$
// Use this file to include config.h instead of including
// config.h directly.
#if !defined (ACE_INC_USER_CONFIG_H)
#define ACE_INC_USER_CONFIG_H
#include "ace/config.h"
#endif /* ACE_INC_USER_CONFIG_H */
|