From 6b85a7ffa6aefa75be7b19fc08a99d3971e02412 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 2 Jan 2000 11:45:33 +1100 Subject: - Added support for directory-based lastlogs - Really fix typedefs, patch from Ben Taylor - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas --- acconfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'acconfig.h') 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 -- cgit v1.2.3