Removed HAS_ANSI_CONST, HAS_ANSI_VOLATILE, HAS_SYS_FILE,
authorEzra Peisach <epeisach@mit.edu>
Sat, 10 Jun 1995 12:29:39 +0000 (12:29 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 10 Jun 1995 12:29:39 +0000 (12:29 +0000)
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

src/ChangeLog
src/acconfig.h

index e1bba0d7582a2f54d806155fe8408601391d706c..fdac9c0c6dafdce9f4d80e07b3aeaebf0c95ebd2 100644 (file)
@@ -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
index fdcf46a7e1912569836f38720f48c57ac01aab44..e5c0e0d4c8eaf7ef109cfda6781cca0fc5a3954c 100644 (file)
@@ -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