diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-19 09:36:02 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-19 09:36:02 +0000 |
commit | 918af1e76f3d37ba904f51543de904f7b8fad1b5 (patch) | |
tree | 22725d0c58d0b559fb8519868ab812fa57d7357b /modules/pam_radius/pam_radius.h | |
parent | 1a2eca1c44efa21a0126e7d72133164e44612db8 (diff) | |
download | pam-918af1e76f3d37ba904f51543de904f7b8fad1b5.tar.gz pam-918af1e76f3d37ba904f51543de904f7b8fad1b5.tar.bz2 pam-918af1e76f3d37ba904f51543de904f7b8fad1b5.zip |
Relevant BUGIDs: none
Purpose of commit: cleanup
Commit summary:
---------------
Remove pam_radius module
Diffstat (limited to 'modules/pam_radius/pam_radius.h')
-rw-r--r-- | modules/pam_radius/pam_radius.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/modules/pam_radius/pam_radius.h b/modules/pam_radius/pam_radius.h deleted file mode 100644 index 12ee5778..00000000 --- a/modules/pam_radius/pam_radius.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * $Id$ - */ - -#ifndef PAM_RADIUS_H -#define PAM_RADIUS_H - -#include "config.h" - -#include <stdio.h> - -#ifndef __USE_POSIX2 -#define __USE_POSIX2 -#endif /* __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 */ |