Ignore:
Timestamp:
09/30/08 04:34:10 (4 years ago)
Author:
wd
Message:

Fix stupid uses of buffers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/include/config.h.in

    r589 r820  
    109109#undef HAVE_LIMITS_H 
    110110 
    111 /* Define to 1 if long double works and has more range or precision than 
    112    double. */ 
     111/* Define to 1 if the type `long double' works and has more range or precision 
     112   than `double'. */ 
    113113#undef HAVE_LONG_DOUBLE 
     114 
     115/* Define to 1 if the type `long double' works and has more range or precision 
     116   than `double'. */ 
     117#undef HAVE_LONG_DOUBLE_WIDER 
    114118 
    115119/* Define to 1 if you have the <machine/endian.h> header file. */ 
     
    296300#undef POLLER_SELECT 
    297301 
    298 /* The size of a `int', as computed by sizeof. */ 
     302/* The size of `int', as computed by sizeof. */ 
    299303#undef SIZEOF_INT 
    300304 
    301 /* The size of a `long', as computed by sizeof. */ 
     305/* The size of `long', as computed by sizeof. */ 
    302306#undef SIZEOF_LONG 
    303307 
    304 /* The size of a `long long', as computed by sizeof. */ 
     308/* The size of `long long', as computed by sizeof. */ 
    305309#undef SIZEOF_LONG_LONG 
    306310 
    307 /* The size of a `short', as computed by sizeof. */ 
     311/* The size of `short', as computed by sizeof. */ 
    308312#undef SIZEOF_SHORT 
    309313 
     
    317321#undef USE_DMALLOC 
    318322 
    319 /* Define to 1 if your processor stores words with the most significant byte 
    320    first (like Motorola and SPARC, unlike Intel and VAX). */ 
    321 #undef WORDS_BIGENDIAN 
     323/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 
     324   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ 
     325#if defined __BIG_ENDIAN__ 
     326# define WORDS_BIGENDIAN 1 
     327#elif ! defined __LITTLE_ENDIAN__ 
     328# undef WORDS_BIGENDIAN 
     329#endif 
    322330 
    323331/* Define to empty if `const' does not conform to ANSI C. */ 
     
    342350#undef pid_t 
    343351 
    344 /* Define to `unsigned' if <sys/types.h> does not define. */ 
     352/* Define to `unsigned int' if <sys/types.h> does not define. */ 
    345353#undef size_t 
    346354 
Note: See TracChangeset for help on using the changeset viewer.