move __P to config.h

This commit is contained in:
Todd C. Miller
1994-06-07 21:40:35 +00:00
parent 9e85433e9a
commit c2c72c6e73

8
sudo.h
View File

@@ -318,14 +318,6 @@ typedef struct list {
* Prototypes * 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) */ /* These are the functions that are called in sudo(8) */
#ifndef HAVE_STRDUP #ifndef HAVE_STRDUP