gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii ChangeLog,1.713,1.714 configure.in,1.121,1.122


From: BORBELY Zoltan <address@hidden>
Subject: gnokii ChangeLog,1.713,1.714 configure.in,1.121,1.122
Date: Sat, 22 Nov 2003 15:37:48 +0000

Update of /cvsroot/gnokii/gnokii
In directory subversions:/tmp/cvs-serv11317

Modified Files:
        ChangeLog configure.in 
Log Message:
Bluetooth support on FreeBSD


Index: configure.in
===================================================================
RCS file: /cvsroot/gnokii/gnokii/configure.in,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** configure.in        20 Nov 2003 21:10:29 -0000      1.121
--- configure.in        22 Nov 2003 15:37:46 -0000      1.122
***************
*** 272,275 ****
--- 272,299 ----
  
  
+ dnl ======================== Checks for FreeBSD/netgraph Bluetooth support
+ 
+ AC_MSG_CHECKING([for the FreeBSD/netgraph bluetooth support])
+ echo
+ AC_CACHE_CHECK(for the struct sockaddr_rfcomm in 
<netgraph/.../ng_btsocket.h>, ac_cv_have_sockaddr_rfcomm,
+       [AC_TRY_COMPILE([#include <sys/types.h>
+                       #include <sys/socket.h>
+                       #include <bitstring.h>
+                       #include <netgraph/bluetooth/include/ng_hci.h>
+                       #include <netgraph/bluetooth/include/ng_l2cap.h>
+                       #include <netgraph/bluetooth/include/ng_btsocket.h>],
+               [struct sockaddr_rfcomm rc;],
+               ac_cv_have_sockaddr_rfcomm=yes,
+               ac_cv_have_sockaddr_rfcomm=no)])
+ 
+ if test $ac_cv_have_sockaddr_rfcomm = yes; then
+       AC_DEFINE(HAVE_BLUETOOTH)
+       AC_DEFINE(HAVE_BLUETOOTH_NETGRAPH,[],[Compile on FreeBSD])
+       USE_BLUETOOTH="yes"
+       AC_CHECK_LIB(bluetooth, bt_aton,
+                   [LIBS="$LIBS -lbluetooth" AC_DEFINE(HAVE_BT_ATON,[],[Define 
to 1 if you have the `bt_aton' function.])])
+ fi
+ 
+ 
  dnl ======================== Checks for X base support 
  

Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnokii/gnokii/ChangeLog,v
retrieving revision 1.713
retrieving revision 1.714
diff -C2 -d -r1.713 -r1.714
*** ChangeLog   20 Nov 2003 21:10:29 -0000      1.713
--- ChangeLog   22 Nov 2003 15:37:45 -0000      1.714
***************
*** 12,15 ****
--- 12,16 ----
      o Bluetooth support on Mac OSX
                           (Olivier Kaloudoff, Siegfried Schloissnig)
+     o Bluetooth support on FreeBSD                 (BORBELY Zoltan)
   * translations updates
      o Estonian translation updated                  (Hans Motshärg)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]