File: dtConfigure.h.in

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (26 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * Here is where system computed values get stored.
 * These values should only change when the target compile platform changes.
 */

#if defined(WIN32) && !defined(DART_TEST_STATIC)
#pragma warning ( disable : 4275 )
#endif

#cmakedefine DT_WORDS_BIGENDIAN
#ifdef DT_WORDS_BIGENDIAN
  #define WORDS_BIGENDIAN
#else
  #define WORDS_LITTLEENDIAN
#endif

#cmakedefine DT_EXISTS_IOSTREAM_H

#cmakedefine DT_EXISTS_IOSTREAM



#cmakedefine BUILD_SHARED_LIBS
#ifndef BUILD_SHARED_LIBS
#define DART_TEST_STATIC
#endif