]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Should not require third party project to define HAVE_HEADER_H
[ppp.git] / 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"