File: local_config.h

package info (click to toggle)
omniorb-dfsg 4.3.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,172 kB
  • sloc: cpp: 115,843; python: 24,962; ansic: 13,414; sh: 2,665; makefile: 40
file content (21 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- Mode: C++; -*-
//
// Edit this file to include any local customisation
//

#ifndef __LOCAL_CONFIG_H__
#define __LOCAL_CONFIG_H__

// If you do not want to map CORBA::WChar to C++ wchar_t and instead want
// it to map to a 16-bit entity, uncomment the following two lines:

// #define _CORBA_WCHAR_DECL unsigned short
// #define OMNI_SIZEOF_WCHAR      2


// If you want operators for wide strings in wide streams, uncomment
// the following:

// #define OMNI_WIDE_STREAM_OPERATORS

#endif