]> git.ozlabs.org Git - ppp.git/commitdiff
Should not require third party project to define HAVE_HEADER_H
authorEivind Næss <eivnaes@yahoo.com>
Sat, 4 Mar 2023 03:03:16 +0000 (03:03 +0000)
committerEivind Næss <eivnaes@yahoo.com>
Fri, 17 Mar 2023 14:18:53 +0000 (14:18 +0000)
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
pppd/pppd.h

index 135fd35eb1e7aef961cafc58230ab6e789e98711..9861ebc99ffe7fcff00a9859a43f58479ed0ca51 100644 (file)
 #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"