summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2023-03-04 03:03:16 +0000
committerEivind Næss <eivnaes@yahoo.com>2023-03-17 14:18:53 +0000
commit827e4952d6bcc8dd9c8fdda54a509e5b59685c34 (patch)
tree9d30d06bb006a67fd8e56b43b6bd924d462576c7
parent1fe5196b10fc30b1dfb8b4b0ac5bf2b6fa49c297 (diff)
downloadppp-827e4952d6bcc8dd9c8fdda54a509e5b59685c34.tar.gz
Should not require third party project to define HAVE_HEADER_H
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
-rw-r--r--pppd/pppd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/pppd/pppd.h b/pppd/pppd.h
index 135fd35..9861ebc 100644
--- a/pppd/pppd.h
+++ b/pppd/pppd.h
@@ -43,25 +43,11 @@
#ifndef PPP_PPPD_H
#define PPP_PPPD_H
-#ifdef HAVE_STDARG_H
#include <stdarg.h>
-#endif
-
-#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
-#endif
-
-#ifdef HAVE_STDDEF_H
#include <stddef.h>
-#endif
-
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
-
-#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
-#endif
#include "pppdconf.h"