Changeset 698 for trunk/libgadu
- Timestamp:
- 10/21/08 15:17:06 (3 months ago)
- Files:
-
- trunk/libgadu/config.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libgadu/config.h.in
r592 r698 43 43 #undef HAVE_UNISTD_H 44 44 45 /* Define to the sub-directory in which libtool stores uninstalled libraries. 46 */ 47 #undef LT_OBJDIR 48 45 49 /* Name of package */ 46 50 #undef PACKAGE … … 71 75 #undef VERSION 72 76 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 76 84 77 85 /* Define to empty if `const' does not conform to ANSI C. */
