]> granicus.if.org Git - sudo/commitdiff
move __P to config.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Jun 1994 21:40:35 +0000 (21:40 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Jun 1994 21:40:35 +0000 (21:40 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 9b811b968ac4d2366aef3a636bd91aa5a5112417..fb41f2b0fcb8743ef9e38c5b2de0317f12f96448 100644 (file)
--- 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