summaryrefslogtreecommitdiff
path: root/pppd/plugins/radius/includes.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-03 00:45:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-03 00:45:11 +0000
commit435b0f05bf54837d4dc0cf4ced088bd1083999ab (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pppd/plugins/radius/includes.h
parent0ff9363989639aa29468938ab68fe86c788ee9df (diff)
parent64c5319911cef3e1509c6e8ce33d29ab3ce63c0e (diff)
downloadppp-simpleperf-release.tar.gz
Merge "Snap for 11400057 from 436e52284b6f948058609e345b0500e7fa2fa024 to simpleperf-release" into simpleperf-releasesimpleperf-release
Diffstat (limited to 'pppd/plugins/radius/includes.h')
-rw-r--r--pppd/plugins/radius/includes.h54
1 files changed, 0 insertions, 54 deletions
diff --git a/pppd/plugins/radius/includes.h b/pppd/plugins/radius/includes.h
deleted file mode 100644
index f48d9b7..0000000
--- a/pppd/plugins/radius/includes.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * $Id: includes.h,v 1.1 2004/11/14 07:26:26 paulus Exp $
- *
- * Copyright (C) 1997 Lars Fenneberg
- *
- * Copyright 1992 Livingston Enterprises, Inc.
- *
- * Copyright 1992,1993, 1994,1995 The Regents of the University of Michigan
- * and Merit Network, Inc. All Rights Reserved
- *
- * See the file COPYRIGHT for the respective terms and conditions.
- * If the file is missing contact me at lf@elemental.net
- * and I'll send you a copy.
- *
- */
-
-#include <sys/types.h>
-
-#include <ctype.h>
-#include <stdio.h>
-#include <errno.h>
-#include <netdb.h>
-#include <syslog.h>
-
-#include <stdlib.h>
-#include <string.h>
-#include <stdarg.h>
-
-#include <unistd.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-
-#include <limits.h>
-
-#ifndef PATH_MAX
-#define PATH_MAX 1024
-#endif
-
-#ifndef UCHAR_MAX
-# define UCHAR_MAX 255
-#endif
-
-#include <pwd.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-
-#include <time.h>
-
-#include "magic.h"
-
-/* rlib/lock.c */
-int do_lock_exclusive(int);
-int do_unlock(int);