Updated a few old BONE references to use the new build system defines.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14744 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <ctype.h>
|
||||
#include <parsedate.h>
|
||||
|
||||
#ifdef BONE
|
||||
#ifndef HAIKU_TARGET_PLATFORM_BEOS
|
||||
#include <sys/socket.h>
|
||||
#define BONE_SERIAL_PPP_GET_STATUS 0xbe230501
|
||||
#define BSPPP_CONNECTED 4
|
||||
@@ -897,7 +897,7 @@ BEmailMessage::Send(bool send_now)
|
||||
if (status >= B_OK && send_now) {
|
||||
BMailSettings settings_file;
|
||||
if (settings_file.SendOnlyIfPPPUp()) {
|
||||
#ifdef BONE
|
||||
#ifndef HAIKU_TARGET_PLATFORM_BEOS
|
||||
int s = socket(AF_INET, SOCK_DGRAM, 0);
|
||||
bsppp_status_t ppp_status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user