aboutsummaryrefslogtreecommitdiffstats
path: root/include/fparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fparam.h')
-rw-r--r--include/fparam.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/fparam.h b/include/fparam.h
deleted file mode 100644
index cb881c2..0000000
--- a/include/fparam.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* $Id$
- *
- */
-
-#ifndef _fparam_h_
-#define _fparam_h_
-
-#if defined(sun) && defined(__STDC__) && !defined(__SVR4)
-# include "sun_stdlib.h"
-# define __P(a) a
-#endif
-
-#ifndef __P
-# if defined(__STDC__)
-# define __P(a) a
-# else
-# define __P(a) ()
-# endif
-#endif
-
-#endif