~ubuntu-branches/ubuntu/trusty/protobuf/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-11-18 21:47:41 UTC
  • mfrom: (1.1.4 upstream)
  • mto: (2.3.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20091118214741-g7a4ij0qz0aydfyx
Tags: upstream-2.2.0a
ImportĀ upstreamĀ versionĀ 2.2.0a

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* the name of <hash_map> */
4
 
#undef HASH_MAP_CLASS
5
 
 
6
 
/* the location of <unordered_map> or <hash_map> */
 
3
/* the location of <hash_map> */
7
4
#undef HASH_MAP_H
8
5
 
9
6
/* the namespace of hash_map/hash_set */
10
7
#undef HASH_NAMESPACE
11
8
 
12
 
/* the name of <hash_set> */
13
 
#undef HASH_SET_CLASS
14
 
 
15
 
/* the location of <unordered_set> or <hash_set> */
 
9
/* the location of <hash_set> */
16
10
#undef HASH_SET_H
17
11
 
18
12
/* Define to 1 if you have the <dlfcn.h> header file. */
100
94
/* Define to the one symbol short name of this package. */
101
95
#undef PACKAGE_TARNAME
102
96
 
103
 
/* Define to the home page for this package. */
104
 
#undef PACKAGE_URL
105
 
 
106
97
/* Define to the version of this package. */
107
98
#undef PACKAGE_VERSION
108
99
 
113
104
/* Define to 1 if you have the ANSI C header files. */
114
105
#undef STDC_HEADERS
115
106
 
116
 
/* Enable extensions on AIX 3, Interix.  */
 
107
/* Version number of package */
 
108
#undef VERSION
 
109
 
 
110
/* Define to 1 if on AIX 3.
 
111
   System headers sometimes define this.
 
112
   We just want to avoid a redefinition error message.  */
117
113
#ifndef _ALL_SOURCE
118
114
# undef _ALL_SOURCE
119
115
#endif
 
116
 
120
117
/* Enable GNU extensions on systems that have them.  */
121
118
#ifndef _GNU_SOURCE
122
119
# undef _GNU_SOURCE
123
120
#endif
124
 
/* Enable threading extensions on Solaris.  */
125
 
#ifndef _POSIX_PTHREAD_SEMANTICS
126
 
# undef _POSIX_PTHREAD_SEMANTICS
127
 
#endif
128
 
/* Enable extensions on HP NonStop.  */
129
 
#ifndef _TANDEM_SOURCE
130
 
# undef _TANDEM_SOURCE
131
 
#endif
132
 
/* Enable general extensions on Solaris.  */
133
 
#ifndef __EXTENSIONS__
134
 
# undef __EXTENSIONS__
135
 
#endif
136
 
 
137
 
 
138
 
/* Version number of package */
139
 
#undef VERSION
140
121
 
141
122
/* Define to 1 if on MINIX. */
142
123
#undef _MINIX
147
128
 
148
129
/* Define to 1 if you need to in order for `stat' and other things to work. */
149
130
#undef _POSIX_SOURCE
 
131
 
 
132
/* Enable extensions on Solaris.  */
 
133
#ifndef __EXTENSIONS__
 
134
# undef __EXTENSIONS__
 
135
#endif
 
136
#ifndef _POSIX_PTHREAD_SEMANTICS
 
137
# undef _POSIX_PTHREAD_SEMANTICS
 
138
#endif
 
139
#ifndef _TANDEM_SOURCE
 
140
# undef _TANDEM_SOURCE
 
141
#endif