summaryrefslogtreecommitdiff
path: root/libgtop-sysdeps.m4
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-25 17:25:29 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-25 17:25:29 +0000
commitc1bd844673f3b843157a918ace5c7962262cfc65 (patch)
treec0ede5f80a974ce9b3d7c35342d4dbe372521207 /libgtop-sysdeps.m4
parent914354adb2fd3574022849a4dbfe5d17527eeb8c (diff)
downloadlibgtop-c1bd844673f3b843157a918ace5c7962262cfc65.tar.gz
Make I4B work on NetBSD.
Diffstat (limited to 'libgtop-sysdeps.m4')
-rw-r--r--libgtop-sysdeps.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/libgtop-sysdeps.m4 b/libgtop-sysdeps.m4
index bf6947ab..39843049 100644
--- a/libgtop-sysdeps.m4
+++ b/libgtop-sysdeps.m4
@@ -190,7 +190,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
#include <net/netisr.h>
#include <net/route.h>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <net/if_sppp.h>
#else
#include <i4b/sppp/if_sppp.h>
@@ -216,7 +216,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
#include <net/netisr.h>
#include <net/route.h>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <net/if_sppp.h>
#else
#include <i4b/sppp/if_sppp.h>