* config.h: get krb5/autoconf.h.
authorMark Eichin <eichin@mit.edu>
Tue, 21 Feb 1995 22:51:39 +0000 (22:51 +0000)
committerMark Eichin <eichin@mit.edu>
Tue, 21 Feb 1995 22:51:39 +0000 (22:51 +0000)
* Makefile.in (KRB5_HEADERS): add config.h, remove rsa-md4.h and
crc-32.h which aren't here anymore.

(changes suggested by ezra peisach)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4962 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/Makefile.in
src/include/krb5/config.h

index 3f88c41096391253ff52017f46eac2df36f249b8..cc7c71d9f0094b1d4a569a622d59ce869ac663ef 100644 (file)
@@ -1,3 +1,10 @@
+Tue Feb 21 17:49:41 1995  Mark Eichin  (eichin@cygnus.com)
+
+       * config.h: get krb5/autoconf.h.
+       * Makefile.in (KRB5_HEADERS): add config.h, remove rsa-md4.h and
+       crc-32.h which aren't here anymore.
+
+=======
 Tue Feb 21 0:0:32 1995 Keith Vetter (keithv@fusion.com)
 
        * func-proto.h: added windows INTERFACE keyword to all functions.
index fb083f8cf3607249fdd89efeac6bbb56b898dde8..6eb9c3cc89b0b109796d1a1f4deb4007653413c7 100644 (file)
@@ -4,11 +4,11 @@ KRB5SRVTABDIR = /etc
 ##DOSBUILDTOP = ..\..
 ##DOS!include $(BUILDTOP)\config\windows.in
 
-KRB5_HEADERS = asn1.h base-defs.h ccache.h crc-32.h encryption.h \
+KRB5_HEADERS = asn1.h base-defs.h ccache.h config.h encryption.h \
                error_def.h errors.h ext-proto.h fieldbits.h \
                free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \
                keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \
-               proto.h rcache.h rsa-md4.h safepriv.h sysincl.h wordsize.h
+               proto.h rcache.h safepriv.h sysincl.h wordsize.h
 # these are installed here for the build from lib/krb5/error_tables but 
 # also need to be in the installed tree
 ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h
index 8355fdd9d886e23cf1b19a2d8504b10fba374de6..e37decd26ce8b990c0db9add300184069cefae6b 100644 (file)
@@ -62,7 +62,7 @@ typedef unsigned char u_char;
 
 #ifndef KRB5_AUTOCONF__
 #define KRB5_AUTOCONF__
-#include "autoconf.h"
+#include "krb5/autoconf.h"
 #endif
 
 #ifdef SYSV