From: Todd C. Miller Date: Fri, 13 Jan 1995 17:43:56 +0000 (+0000) Subject: move __P to compat.h X-Git-Tag: SUDO_1_4_0~650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fe8d9202482d2021d3ffec05aae2ddbd9b29d7a;p=sudo move __P to compat.h --- 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