From: Todd C. Miller Date: Tue, 7 Jun 1994 21:40:35 +0000 (+0000) Subject: move __P to config.h X-Git-Tag: SUDO_1_3_1~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2c72c6e7360f81532d6163b782375d697d2d43b;p=sudo move __P to config.h --- diff --git a/sudo.h b/sudo.h index 9b811b968..fb41f2b0f 100644 --- a/sudo.h +++ b/sudo.h @@ -318,14 +318,6 @@ typedef struct list { * Prototypes */ -/* Deal with ansi stuff reasonably */ -#undef __P -#if defined (__cplusplus) || defined (__STDC__) -# define __P(args) args -#else -# define __P(args) () -#endif - /* These are the functions that are called in sudo(8) */ #ifndef HAVE_STRDUP