]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-linux.c
Use autoconf/automake to configure and make ppp
[ppp.git] / pppd / sys-linux.c
index 2ede95f7566906a31f748e74d7021a12a7329005..8d6eee93550622d5cbe0b9803fe714c11d65b713 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -85,7 +89,9 @@
 #include <string.h>
 #include <time.h>
 #include <memory.h>
+#ifdef HAVE_UTMP_H
 #include <utmp.h>
+#endif
 #include <mntent.h>
 #include <signal.h>
 #include <fcntl.h>