All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
config.h File Reference
#include "osl/misc/cstdint.h"
#include <boost/static_assert.hpp>
#include <stdint.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OSL_WORDSIZE   32
 内部データに64bitの整数を使うか32bitの整数を使うかを制御 More...
 
#define ALLOW_KING_ABSENCE
 

Functions

 BOOST_STATIC_ASSERT (__WORDSIZE)
 

Macro Definition Documentation

#define ALLOW_KING_ABSENCE

Definition at line 32 of file config.h.

#define OSL_WORDSIZE   32

内部データに64bitの整数を使うか32bitの整数を使うかを制御

Definition at line 28 of file config.h.

Referenced by osl::OslConfig::configuration(), and osl::OslConfig::showOslHome().

Function Documentation

BOOST_STATIC_ASSERT ( __WORDSIZE  )