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
+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.
#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.