diff options
author | Tim Rice <tim@multitalents.net> | 2002-04-12 05:35:39 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-04-12 05:35:39 +0200 |
commit | 813f0452edb4e6ac8bd07b1e8ea5b60ec46874e8 (patch) | |
tree | 3d6e832d042cd8c1033a53181449a9e18ed69911 /acconfig.h | |
parent | - (stevesk) [auth-sia.c] cleanup (diff) | |
download | openssh-813f0452edb4e6ac8bd07b1e8ea5b60ec46874e8.tar.xz openssh-813f0452edb4e6ac8bd07b1e8ea5b60ec46874e8.zip |
[acconfig.h defines.h includes.h] put includes in includes.h and
defines in defines.h [rijndael.c openbsd-compat/fake-socket.h
openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h"
ok stevesk@
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index a6bb1b795..3f9e56a97 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.129 2002/04/07 19:22:54 stevesk Exp $ */ +/* $Id: acconfig.h,v 1.130 2002/04/12 03:35:40 tim Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -344,6 +344,4 @@ /* ******************* Shouldn't need to edit below this line ************** */ -#include "defines.h" - #endif /* _CONFIG_H */ |