* db-config.h.in: Remove unnecessary definitions for including
authorEzra Peisach <epeisach@mit.edu>
Wed, 24 Oct 2001 15:23:25 +0000 (15:23 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 24 Oct 2001 15:23:25 +0000 (15:23 +0000)
        db.h header file. These include WORDS_BIGENDIAN, ssize_t, u_short,
        int8_t, u_int8_t, int16_t, u_int16_t, int32_t.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13842 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/include/ChangeLog
src/util/db2/include/db-config.h.in

index 295f48fb7587a9c46df1e33483052188175a3d4e..72a10ed357b28b2dc5432ca84ef5c027f3b102ec 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-24  Ezra Peisach  <epeisach@mit.edu>
+
+       * db-config.h.in: Remove unnecessary definitions for including
+       db.h header file. These include WORDS_BIGENDIAN, ssize_t, u_short,
+       int8_t, u_int8_t, int16_t, u_int16_t, int32_t.
+
 2001-07-06  Ezra Peisach  <epeisach@mit.edu>
 
        * db-dbm.h: New header file which lists the dbm interfaces.
index c9d585de63d7c3a6ec2d48b464195417d5a32885..bcd7991b3408bcd6df93e5f0c3027a8768eff472 100644 (file)
@@ -6,22 +6,10 @@
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
-/* Define if your processor stores words with the most significant
-   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
-#undef WORDS_BIGENDIAN
-
-#undef ssize_t
-
 #undef u_char
-#undef u_short
 #undef u_int
 #undef u_long
 
-#undef int8_t
-#undef u_int8_t
-#undef int16_t
-#undef u_int16_t
-#undef int32_t
 #undef u_int32_t
 
 /* The number of bytes in a int.  */