Changeset 698 for trunk/libgadu

Show
Ignore:
Timestamp:
10/21/08 15:17:06 (3 months ago)
Author:
jajcus
Message:

- autoupdated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libgadu/config.h.in

    r592 r698  
    4343#undef HAVE_UNISTD_H 
    4444 
     45/* Define to the sub-directory in which libtool stores uninstalled libraries. 
     46   */ 
     47#undef LT_OBJDIR 
     48 
    4549/* Name of package */ 
    4650#undef PACKAGE 
     
    7175#undef VERSION 
    7276 
    73 /* Define to 1 if your processor stores words with the most significant byte 
    74    first (like Motorola and SPARC, unlike Intel and VAX). */ 
    75 #undef WORDS_BIGENDIAN 
     77/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 
     78   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ 
     79#if defined __BIG_ENDIAN__ 
     80# define WORDS_BIGENDIAN 1 
     81#elif ! defined __LITTLE_ENDIAN__ 
     82# undef WORDS_BIGENDIAN 
     83#endif 
    7684 
    7785/* Define to empty if `const' does not conform to ANSI C. */