~ubuntu-branches/ubuntu/saucy/openvpn/saucy

« back to all changes in this revision

Viewing changes to tap-win32/SOURCES

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2005-01-05 19:03:11 UTC
  • mto: (1.4.1) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050105190311-d0uioiqtor5xbzre
Tags: upstream-1.99+2.rc6
ImportĀ upstreamĀ versionĀ 1.99+2.rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
MAJORCOMP=ntos
5
5
MINORCOMP=ndis
6
6
 
7
 
TARGETNAME=tapdrvr
 
7
TARGETNAME=tap0801
8
8
TARGETTYPE=DRIVER
9
9
TARGETPATH=.
10
10
TARGETLIBS=$(DDK_LIB_PATH)\ndis.lib $(DDK_LIB_PATH)\ntstrsafe.lib
11
11
INCLUDES=$(DDK_INCLUDE_PATH)
12
12
 
 
13
# The TAP version numbers here must be >=
 
14
# TAP_WIN32_MIN_x values defined in
 
15
# config-win32.h
13
16
C_DEFINES=
14
 
C_DEFINES=$(C_DEFINES) -DTAP_DRIVER_MAJOR_VERSION=5
15
 
C_DEFINES=$(C_DEFINES) -DTAP_DRIVER_MINOR_VERSION=10
 
17
C_DEFINES=$(C_DEFINES) -DTAP_DRIVER_MAJOR_VERSION=8
 
18
C_DEFINES=$(C_DEFINES) -DTAP_DRIVER_MINOR_VERSION=1
16
19
 
17
20
# Use 00:FF:XX:XX:XX:XX format MAC addresses where
18
21
# the Xs are random (like Linux tap driver).
19
22
#
20
23
# Don't allow TAP device to be opened by more than one process
21
24
# at a time.
22
 
C_DEFINES=$(C_DEFINES) -DENABLE_RANDOM_MAC -DDISABLE_DEVICE_SHARING
 
25
C_DEFINES=$(C_DEFINES)
23
26
 
24
27
# Produce the same symbolic information for both free & checked builds.
25
28
# This will allow us to perform full source-level debugging on both