diff options
author | Damien Miller <djm@mindrot.org> | 2000-01-02 01:45:33 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-01-02 01:45:33 +0100 |
commit | 6b85a7ffa6aefa75be7b19fc08a99d3971e02412 (patch) | |
tree | a1e49bce1c5be172c1ecf82dc7b4874470f19e42 /acconfig.h | |
parent | Prepare for pre24 (diff) | |
download | openssh-6b85a7ffa6aefa75be7b19fc08a99d3971e02412.tar.xz openssh-6b85a7ffa6aefa75be7b19fc08a99d3971e02412.zip |
- Added support for directory-based lastlogs
- Really fix typedefs, patch from Ben Taylor <bent@clark.net>
- Prevent multiple inclusion of config.h and defines.h. Suggested
by Andre Lucas <andre.lucas@dial.pipex.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 91eb43afa..c66983e69 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,3 +1,6 @@ +#ifndef _CONFIG_H +#define _CONFIG_H + /* Generated automatically from acconfig.h by autoheader. */ /* Please make your changes there */ @@ -143,3 +146,5 @@ /* ******************* Shouldn't need to edit below this line ************** */ #include "defines.h" + +#endif _CONFIG_H |