summaryrefslogtreecommitdiff
path: root/sudo.h
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1994-06-07 21:40:35 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1994-06-07 21:40:35 +0000
commite9b6aec1da550b88d65501ede59b4a9083d24540 (patch)
tree79bc0683ad968e6ddae848fd20cfd185ea06fcd3 /sudo.h
parent1a6c2a90624f00e347df0138693e70dce376ebbe (diff)
downloadsudo-e9b6aec1da550b88d65501ede59b4a9083d24540.tar.gz
move __P to config.h
Diffstat (limited to 'sudo.h')
-rw-r--r--sudo.h8
1 files changed, 0 insertions, 8 deletions
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