ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.2.0beta1/config.h.in
(Generate patch)

Comparing ircd-hybrid/trunk/config.h.in (file contents):
Revision 1964 by michael, Wed May 8 14:27:02 2013 UTC vs.
Revision 2318 by michael, Fri Jun 21 17:47:52 2013 UTC

# Line 288 | Line 288
288   /* Set to prefix. */
289   #undef PREFIX
290  
291 + /* The size of `int', as computed by sizeof. */
292 + #undef SIZEOF_INT
293 +
294 + /* The size of `int64_t', as computed by sizeof. */
295 + #undef SIZEOF_INT64_T
296 +
297 + /* The size of `long', as computed by sizeof. */
298 + #undef SIZEOF_LONG
299 +
300 + /* The size of `long long', as computed by sizeof. */
301 + #undef SIZEOF_LONG_LONG
302 +
303 + /* The size of `short', as computed by sizeof. */
304 + #undef SIZEOF_SHORT
305 +
306 + /* The size of `void *', as computed by sizeof. */
307 + #undef SIZEOF_VOID_P
308 +
309   /* Define to 1 if you have the ANSI C header files. */
310   #undef STDC_HEADERS
311  
# Line 339 | Line 357
357  
358   /* Define to a type to use for `error_t' if it is not otherwise available. */
359   #undef error_t
360 +
361 + /* Define to `short' if <sys/types.h> does not define. */
362 + #undef int16_t
363 +
364 + /* Define to `long' if <sys/types.h> does not define. */
365 + #undef int32_t
366 +
367 + /* Define to `long long' if <sys/types.h> does not define. */
368 + #undef int64_t
369 +
370 + /* Define to `unsigned short' if <sys/types.h> does not define. */
371 + #undef uint16_t
372 +
373 + /* Define to `unsigned long' if <sys/types.h> does not define. */
374 + #undef uint32_t
375 +
376 + /* Define to `unsigned long long' if <sys/types.h> does not define. */
377 + #undef uint64_t

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines