summaryrefslogtreecommitdiffstats
path: root/src/util/et/compile_et.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-09-30 21:36:56 +0000
committerTheodore Tso <tytso@mit.edu>1994-09-30 21:36:56 +0000
commit631befc475037c6a52c5d4e174f5cd5b347ff483 (patch)
tree74aef0f5205ee1b05b9d60cb37eaf910aac27635 /src/util/et/compile_et.c
parent65596099439dce1daed8fe2c75ea460bc06ab899 (diff)
downloadkrb5-631befc475037c6a52c5d4e174f5cd5b347ff483.tar.gz
krb5-631befc475037c6a52c5d4e174f5cd5b347ff483.tar.xz
krb5-631befc475037c6a52c5d4e174f5cd5b347ff483.zip
Let configure take care of removing const with AC_CONST
internal.h: Use autoconf to determin whether or not declare perror() compile_et.c: Add declaration of error_message manully. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4409 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et/compile_et.c')
-rw-r--r--src/util/et/compile_et.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/et/compile_et.c b/src/util/et/compile_et.c
index 7883a58020..a6bf02c6a3 100644
--- a/src/util/et/compile_et.c
+++ b/src/util/et/compile_et.c
@@ -15,10 +15,6 @@
#include "mit-sipb-copyright.h"
#include "compiler.h"
-#ifndef __STDC__
-#define const
-#endif
-
#ifndef lint
static const char copyright[] =
"Copyright 1987,1988 by MIT Student Information Processing Board";