summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-02-03 17:03:58 +0000
committerTheodore Tso <tytso@mit.edu>1995-02-03 17:03:58 +0000
commit3c58d9996b4c786cd4a1d725e3baa8a04b394ea3 (patch)
treed34b3dcbec9449295b8d09bd800c0c3aa99eafe3 /src
parent5e5045630db6a0744d9f36146b8a6f1224d5b1b4 (diff)
downloadkrb5-3c58d9996b4c786cd4a1d725e3baa8a04b394ea3.tar.gz
krb5-3c58d9996b4c786cd4a1d725e3baa8a04b394ea3.tar.xz
krb5-3c58d9996b4c786cd4a1d725e3baa8a04b394ea3.zip
Remove BITS16, BITS32, BITS64, etc. from acconfig.h
Remove ISODE references from configure and aclocal.m4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4896 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/acconfig.h1
-rw-r--r--src/aclocal.m45
-rw-r--r--src/configure.in3
4 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6be4752f..f26e7df1c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+Fri Feb 3 06:47:24 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * acconfig.h: Remove BITS* definitions altogether.
+
+ * aclocal.m4:
+ * configure.in: Remove ISODE defines
+
Fri Dec 30 17:05:12 1994 Richard Basch (probe@tardis)
* aclocal.m4
diff --git a/src/acconfig.h b/src/acconfig.h
index 3b1ae392b..fbd1757de 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -5,7 +5,6 @@
#undef ANSI_STDIO
#undef HAS_SETVBUF
-#undef BITS32
#undef HAS_ANSI_CONST
#undef HAS_ANSI_VOLATILE
#undef HAS_STDLIB_H
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index eba688ec5..0a671454a 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -534,10 +534,7 @@ dnl
dnl
dnl allow for compilation with isode (yuck!)
dnl
-define(ISODE_DEFS,
-[AC_ARG_ENABLE([isode],
-[ --enable-isode build and use ISODE to generate ASN.1 stubs],
-[ADD_DEF(-DKRB5_USE_ISODE)],)])dnl
+define(ISODE_DEFS,)dnl
dnl
dnl make this one deeper...
dnl
diff --git a/src/configure.in b/src/configure.in
index a157f1909..928b5fa8a 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -4,9 +4,6 @@ CONFIG_RULES
AC_SET_BUILDTOP
WITH_KRB5ROOT
WITH_KRB4
-AC_ARG_ENABLE([isode],
-[ --enable-isode build and use ISODE to generate ASN.1 stubs],
-isode=isode,)
AC_ARG_ENABLE([athena],
[ --enable-athena build with MIT Project Athena configuration],,)
CONFIG_DIRS(util include $isode lib kdc admin kadmin slave clients appl tests)