* f_tables.h: Do not define const to nothing on platforms that
authorEzra Peisach <epeisach@mit.edu>
Thu, 12 Apr 2001 16:03:36 +0000 (16:03 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 12 Apr 2001 16:03:36 +0000 (16:03 +0000)
fail to define __STDC__ - let autoconf do this if necessary.

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

src/lib/crypto/des/ChangeLog
src/lib/crypto/des/f_tables.h

index dc89e2c826aebfb53e3430c0c9ac46738670791d..6a0926ef3b3458c164a24e6ce660c83d991e0efd 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-12  Ezra Peisach  <epeisach@mit.edu>
+
+       * f_tables.h: Do not define const to nothing on platforms that
+       fail to define __STDC__ - let autoconf do this if necessary.
+
 2001-04-10  Ken Raeburn  <raeburn@mit.edu>
 
        * t_afss2k.c (do_it): Add cast to keep compiler quiet.
index bbc0ccfefe2b10298366c4db83d8ecfe980d7eca..a8b477d4d469ebc751c708b7cd06467a2db6ecda 100644 (file)
 #ifndef        __DES_TABLES_H__
 #define        __DES_TABLES_H__        /* nothing */
 
-#ifndef const
-#if !defined(__STDC__) && !defined(_MSDOS) && !defined(_WIN32)
-#define const /* nothing */
-#endif
-#endif
-
 /*
  * These may be declared const if you wish.  Be sure to change the
  * declarations in des_tables.c as well.