NCBI C++ ToolKit
config.h
Go to the documentation of this file.

Go to the SVN repository for this file.

1 
2 #include <corelib/ncbistd.hpp>
3 
4 /* BASED ON: */
5 /* config.h. Generated from config.h.in by configure. */
6 
7 /* C++ Toolkit already have many definitions, so all duplicates deleted */
8 
9 /* Define if building universal (internal helper macro) */
10 /* #undef AC_APPLE_UNIVERSAL_BUILD */
11 
12 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
13  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
14  #define below would cause a syntax error. */
15 /* #undef _UINT32_T */
16 
17 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
18  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
19  #define below would cause a syntax error. */
20 /* #undef _UINT64_T */
21 
22 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
23  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
24  #define below would cause a syntax error. */
25 /* #undef _UINT8_T */
26 
27 /* Define to `__inline__' or `__inline' if that's what the C compiler
28  calls it, or to nothing if 'inline' is not supported under any name. */
29 #ifndef __cplusplus
30 /* #undef inline */
31 #endif
32 
33 /* Define to `unsigned int' if <sys/types.h> does not define. */
34 /* #undef size_t */
35 
36 /* Define to `int' if <sys/types.h> does not define. */
37 /* #undef ssize_t */
38 
39 /* Define to the type of an unsigned integer type of width exactly 32 bits if
40  such a type exists and the standard includes do not define it. */
41 #if !defined (uint32_t)
42 # define uint32_t Uint4
43 #endif
44 
45 /* Define to the type of an unsigned integer type of width exactly 64 bits if
46  such a type exists and the standard includes do not define it. */
47 #if !defined (uint64_t)
48 # define uint64_t Uint8
49 #endif
50 
51 /* Define to the type of an unsigned integer type of width exactly 8 bits if
52  such a type exists and the standard includes do not define it. */
53 #if !defined (uint8_t)
54 # define uint8_t Uint1
55 #endif
Include a standard set of the NCBI C++ Toolkit most basic headers.
Modified on Fri Sep 20 14:57:30 2024 by modify_doxy.py rev. 669887