summaryrefslogtreecommitdiffstats
path: root/contrib/libpam/modules/pam_radius/pam_radius.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpam/modules/pam_radius/pam_radius.h')
-rw-r--r--contrib/libpam/modules/pam_radius/pam_radius.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/contrib/libpam/modules/pam_radius/pam_radius.h b/contrib/libpam/modules/pam_radius/pam_radius.h
deleted file mode 100644
index 72b1da8..0000000
--- a/contrib/libpam/modules/pam_radius/pam_radius.h
+++ /dev/null
@@ -1,35 +0,0 @@
-
-#ifndef PAM_RADIUS_H
-#define PAM_RADIUS_H
-
-#define _GNU_SOURCE
-#include <features.h>
-
-#include <stdio.h>
-#define __USE_POSIX2
-
-#include <stdlib.h>
-
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/resource.h>
-
-#include <unistd.h>
-#include <string.h>
-#include <ctype.h>
-#include <syslog.h>
-#include <stdarg.h>
-#include <utmp.h>
-#include <time.h>
-#include <netdb.h>
-
-#include <netinet/in.h>
-#include <rpcsvc/ypclnt.h>
-#include <rpc/rpc.h>
-
-#include <pwdb/radius.h>
-#include <pwdb/pwdb_radius.h>
-
-/******************************************************************/
-
-#endif /* PAM_RADIUS_H */
OpenPOWER on IntegriCloud