From 3c58d9996b4c786cd4a1d725e3baa8a04b394ea3 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 3 Feb 1995 17:03:58 +0000 Subject: [PATCH] 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 --- src/ChangeLog | 7 +++++++ src/acconfig.h | 1 - src/aclocal.m4 | 5 +---- src/configure.in | 3 --- 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) -- 2.26.2