OLD | NEW |
1 /* config.h. Generated from config.h.in by configure. */ | 1 /* config.h. Generated from config.h.in by configure. */ |
2 /* config.h.in. Generated from configure.ac by autoheader. */ | 2 /* config.h.in. Generated from configure.ac by autoheader. */ |
3 | 3 |
4 /* the name of <hash_set> */ | 4 /* the name of <hash_set> */ |
5 #define HASH_MAP_CLASS hash_map | 5 #define HASH_MAP_CLASS hash_map |
6 | 6 |
7 /* the location of <hash_map> */ | 7 /* the location of <hash_map> */ |
| 8 #if defined(USE_STLPORT) |
| 9 #define HASH_MAP_H <hash_map> |
| 10 #else |
8 #define HASH_MAP_H <ext/hash_map> | 11 #define HASH_MAP_H <ext/hash_map> |
| 12 #endif |
9 | 13 |
10 /* the namespace of hash_map/hash_set */ | 14 /* the namespace of hash_map/hash_set */ |
| 15 #if defined(USE_STLPORT) |
| 16 #define HASH_NAMESPACE std |
| 17 #else |
11 #define HASH_NAMESPACE __gnu_cxx | 18 #define HASH_NAMESPACE __gnu_cxx |
| 19 #endif |
12 | 20 |
13 /* the name of <hash_set> */ | 21 /* the name of <hash_set> */ |
14 #define HASH_SET_CLASS hash_set | 22 #define HASH_SET_CLASS hash_set |
15 | 23 |
16 /* the location of <hash_set> */ | 24 /* the location of <hash_set> */ |
| 25 #if defined(USE_STLPORT) |
| 26 #define HASH_SET_H <hash_set> |
| 27 #else |
17 #define HASH_SET_H <ext/hash_set> | 28 #define HASH_SET_H <ext/hash_set> |
| 29 #endif |
18 | 30 |
19 /* Define to 1 if you have the <dlfcn.h> header file. */ | 31 /* Define to 1 if you have the <dlfcn.h> header file. */ |
20 #define HAVE_DLFCN_H 1 | 32 #define HAVE_DLFCN_H 1 |
21 | 33 |
22 /* Define to 1 if you have the <fcntl.h> header file. */ | 34 /* Define to 1 if you have the <fcntl.h> header file. */ |
23 #define HAVE_FCNTL_H 1 | 35 #define HAVE_FCNTL_H 1 |
24 | 36 |
25 /* Define to 1 if you have the `ftruncate' function. */ | 37 /* Define to 1 if you have the `ftruncate' function. */ |
26 #define HAVE_FTRUNCATE 1 | 38 #define HAVE_FTRUNCATE 1 |
27 | 39 |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 /* Enable extensions on Solaris. */ | 147 /* Enable extensions on Solaris. */ |
136 #ifndef __EXTENSIONS__ | 148 #ifndef __EXTENSIONS__ |
137 # define __EXTENSIONS__ 1 | 149 # define __EXTENSIONS__ 1 |
138 #endif | 150 #endif |
139 #ifndef _POSIX_PTHREAD_SEMANTICS | 151 #ifndef _POSIX_PTHREAD_SEMANTICS |
140 # define _POSIX_PTHREAD_SEMANTICS 1 | 152 # define _POSIX_PTHREAD_SEMANTICS 1 |
141 #endif | 153 #endif |
142 #ifndef _TANDEM_SOURCE | 154 #ifndef _TANDEM_SOURCE |
143 # define _TANDEM_SOURCE 1 | 155 # define _TANDEM_SOURCE 1 |
144 #endif | 156 #endif |
OLD | NEW |