From 4f734c198e11733b8739909f0129aad952dbdf97 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 2 Feb 2000 13:27:10 +0000 Subject: [PATCH] use @TOP@ to include copyright and warn about using config.h in public headers --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index e5bca12ec1..837f964b4a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -15,6 +15,12 @@ * SOFTWARE. */ +/*** + *** This file is not to be included by any public header files, because + *** it does not get installed. + ***/ +@TOP@ + /* define on DEC OSF to enable 4.4BSD style sa_len support */ #undef _SOCKADDR_LEN