summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/CIAO_Config.h
blob: 42b046225208e269c477feb67f84e736b98ec5bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- C++ -*-
//=============================================================================
/**
 *  @file  CIAO_Config.h
 *
 *  $Id$
 *
 *  CIAO compile time configuration file.
 *
 *  @author  Bala Natarajan <bala @ dre.vanderbilt.edu>
 */
//=============================================================================
#ifndef CIAO_CONFIG_H
#define CIAO_CONFIG_H

#if !defined (CIAO_DEFAULT_MAP_SIZE)
# define CIAO_DEFAULT_MAP_SIZE 64
#endif /* CIAO_DEFAULT_MAP_SIZE */

#endif /*CIAO_CONFIG_H*/