summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-06-10 12:29:39 +0000
committerEzra Peisach <epeisach@mit.edu>1995-06-10 12:29:39 +0000
commitbbc9e4d2823662218b1770adfc6b6773f1bb76c9 (patch)
tree8aaa86b49fb8f73e2f73f1e8a260dd485a77e066 /src
parentc4b14f1a8f0c749a1f25b42536abfc8db2e17ac1 (diff)
Removed HAS_ANSI_CONST, HAS_ANSI_VOLATILE, HAS_SYS_FILE,
HAS_SYS_PARAM_H, TM_IN_SYS_TIME. include/krb5/configure does not check for these and are therefore these are never set. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6033 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/acconfig.h6
2 files changed, 7 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e1bba0d75..fdac9c0c6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 10 08:14:22 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * acconfig.h: Removed HAS_ANSI_CONST, HAS_ANSI_VOLATILE,
+ HAS_SYS_FILE, HAS_SYS_PARAM_H, TM_IN_SYS_TIME.
+ include/krb5/configure.in does not check for these.
+
Fri Jun 9 18:01:26 1995 <tytso@rsx-11.mit.edu>
* aclocal.m4 (CONFIG_RULES): CONFIG_RULES now contains the
diff --git a/src/acconfig.h b/src/acconfig.h
index fdcf46a7e..e5c0e0d4c 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -5,13 +5,9 @@
#undef ANSI_STDIO
#undef HAS_SETVBUF
-#undef HAS_ANSI_CONST
-#undef HAS_ANSI_VOLATILE
#undef HAS_STDLIB_H
#undef HAS_STRDUP
#undef HAS_LABS
-#undef HAS_SYS_FILE_H
-#undef HAS_SYS_PARAM_H
#undef HAS_VOID_TYPE
#undef KRB5_PROVIDE_PROTOTYPES
#undef NEED_SYS_FCNTL_H
@@ -29,7 +25,7 @@
#undef HAS_UNISTD_H
#undef KRB5_USE_INET
#undef ODBM
-#undef TM_IN_SYS_TIME
+
/* Define if MIT Project Athena default configuration should be used */
#undef KRB5_ATHENA_COMPAT