~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/* Define to 1 if you want native library runtime debugging code enabled */
7
7
#undef DEBUG
8
8
 
 
9
/* Define to enable support for local sockets. */
 
10
#undef ENABLE_LOCAL_SOCKETS
 
11
 
9
12
/* defined if cairo support was built in */
10
13
#undef GTK_CAIRO
11
14
 
147
150
/* Define to 1 if you have the `setsockopt' function. */
148
151
#undef HAVE_SETSOCKOPT
149
152
 
 
153
/* Define to 1 if you have the `shutdown' function. */
 
154
#undef HAVE_SHUTDOWN
 
155
 
150
156
/* Define to 1 if you have the `socket' function. */
151
157
#undef HAVE_SOCKET
152
158
 
256
262
   otherwise */
257
263
#undef PORTABLE_NATIVE_SYNC
258
264
 
 
265
/* The size of a `char', as computed by sizeof. */
 
266
#undef SIZEOF_CHAR
 
267
 
 
268
/* The size of a `int', as computed by sizeof. */
 
269
#undef SIZEOF_INT
 
270
 
 
271
/* The size of a `long', as computed by sizeof. */
 
272
#undef SIZEOF_LONG
 
273
 
 
274
/* The size of a `short', as computed by sizeof. */
 
275
#undef SIZEOF_SHORT
 
276
 
 
277
/* The size of a `void*', as computed by sizeof. */
 
278
#undef SIZEOF_VOIDP
 
279
 
259
280
/* The number of bytes in type void * */
260
281
#undef SIZEOF_VOID_P
261
282