made WORDS_BIGENDIAN look like the rest of config.h
authorewt <devnull@localhost>
Fri, 28 Mar 1997 17:45:08 +0000 (17:45 +0000)
committerewt <devnull@localhost>
Fri, 28 Mar 1997 17:45:08 +0000 (17:45 +0000)
CVS patchset: 1502
CVS date: 1997/03/28 17:45:08

config.h.in

index 06d25cb..dc6ce8a 100644 (file)
@@ -40,8 +40,8 @@
 /* Define as 1 if <sys/stat.h> defines S_ISSOCK */
 #define HAVE_S_ISSOCK 0
 
-/* Define if your processor stores words with the most significant
+/* Define as 1 if your processor stores words with the most significant
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
-#undef WORDS_BIGENDIAN
+#define WORDS_BIGENDIAN 0
 
 #endif