Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
48a3ca86
Commit
48a3ca86
authored
Jul 13, 2007
by
Kai Vehmanen
Browse files
Updated the win32 su_configure.h.
darcs-hash:20070713104555-77cd4-6e506affa20101410cb9d8b07f133d4cdffa0f5a.gz
parent
16b03c6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/su/sofia-sip/su.h
View file @
48a3ca86
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
* Copyright (C) 2005
,2006,2007
Nokia Corporation.
*
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
*
...
...
@@ -66,15 +66,14 @@
#if SU_HAVE_WINSOCK
/* Windows includes */
# include <winsock2.h>
# include <ws2tcpip.h>
# if defined(IPPROTO_IPV6)
/* IPv6 defined in ws2tcpip.h */
#
elif SU_HAVE_IN6
#
include <tpipv6.h>
/* From
"IPv6 Tech Preview"
*/
#
else
# e
rror Winsock with IPv6 support required
# if SU_HAVE_IN6
#
if defined(IPPROTO_IPV6)
/*
case 1:
IPv6 defined in
winsock2.h/
ws2tcpip.h */
#
else
/*
case 2: try to use
"IPv6 Tech Preview" */
#
include <tpipv6.h>
# e
ndif
# endif
#endif
SOFIA_BEGIN_DECLS
...
...
libsofia-sip-ua/su/sofia-sip/su_configure.h.in
View file @
48a3ca86
/*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2005 Nokia Corporation.
* Copyright (C) 2005
,2006,2007
Nokia Corporation.
*
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment