From 3fe8d9202482d2021d3ffec05aae2ddbd9b29d7a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 13 Jan 1995 17:43:56 +0000 Subject: [PATCH] move __P to compat.h --- config.h.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.h.in b/config.h.in index e9340e161..41a7088d2 100644 --- a/config.h.in +++ b/config.h.in @@ -23,14 +23,6 @@ * NOT using configure. */ -/* Deal with ansi stuff reasonably. */ -#undef __P -#if defined (__cplusplus) || defined (__STDC__) -# define __P(args) args -#else -# define __P(args) () -#endif - /* New ANSI-style OS defs. */ #if defined(hpux) && !defined(__hpux) # define __hpux 1 -- 2.40.0