Skip to content

Commit

Permalink
Merge 996b34f into 3e43f61
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Dec 4, 2018
2 parents 3e43f61 + 996b34f commit 8533cbc
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 334 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Expand Up @@ -248,9 +248,6 @@ mark_as_advanced(UA_ENABLE_DISCOVERY_SEMAPHORE)
option(UA_ENABLE_UNIT_TESTS_MEMCHECK "Use Valgrind (Linux) or DrMemory (Windows) to detect memory leaks when running the unit tests" OFF)
mark_as_advanced(UA_ENABLE_UNIT_TESTS_MEMCHECK)

option(UA_ENABLE_NONSTANDARD_UDP "Enable udp extension (non-standard)" OFF)
mark_as_advanced(UA_ENABLE_NONSTANDARD_UDP)

option(UA_ENABLE_UNIT_TEST_FAILURE_HOOKS
"Add hooks to force failure modes for additional unit tests. Not for production use!" OFF)
mark_as_advanced(UA_ENABLE_UNIT_TEST_FAILURE_HOOKS)
Expand Down Expand Up @@ -626,10 +623,6 @@ if(UA_DEBUG_DUMP_PKGS)
list(APPEND lib_sources ${PROJECT_SOURCE_DIR}/plugins/ua_debug_dump_pkgs.c)
endif()

if(UA_ENABLE_NONSTANDARD_UDP)
list(APPEND exported_headers ${PROJECT_SOURCE_DIR}/arch/ua_network_udp.h)
endif()

if(UA_ENABLE_DISCOVERY_MULTICAST)
# prepend in list, otherwise it complains that winsock2.h has to be included before windows.h
set(internal_headers ${PROJECT_BINARY_DIR}/src_generated/mdnsd_config.h
Expand Down
2 changes: 1 addition & 1 deletion arch/CMakeLists.txt
@@ -1,6 +1,6 @@
SET(SOURCE_GROUP ${SOURCE_GROUP}\\arch)

ua_include_directories(${CMAKE_CURRENT_SOURCE_DIR}) #to have access to ua_network_tcp.h and udp.h
ua_include_directories(${CMAKE_CURRENT_SOURCE_DIR}) #to have access to ua_network_tcp.h

add_subdirectory(posix)
add_subdirectory(win32)
Expand Down
252 changes: 0 additions & 252 deletions arch/ua_network_udp.c

This file was deleted.

28 changes: 0 additions & 28 deletions arch/ua_network_udp.h

This file was deleted.

2 changes: 0 additions & 2 deletions doc/building.rst
Expand Up @@ -230,8 +230,6 @@ be visible in the cmake GUIs.
**UA_ENABLE_FULL_NS0**
Use the full NS0 instead of a minimal Namespace 0 nodeset
``UA_FILE_NS0`` is used to specify the file for NS0 generation from namespace0 folder. Default value is ``Opc.Ua.NodeSet2.xml``
**UA_ENABLE_NONSTANDARD_UDP**
Enable udp extension

Debug Build Options
^^^^^^^^^^^^^^^^^^^
Expand Down
43 changes: 0 additions & 43 deletions examples/server_udp.c

This file was deleted.

1 change: 0 additions & 1 deletion include/ua_config.h.in
Expand Up @@ -44,7 +44,6 @@
#cmakedefine UA_ENABLE_TYPENAMES
#cmakedefine UA_ENABLE_NODESET_COMPILER_DESCRIPTIONS
#cmakedefine UA_ENABLE_DETERMINISTIC_RNG
#cmakedefine UA_ENABLE_NONSTANDARD_UDP
#cmakedefine UA_ENABLE_DISCOVERY
#cmakedefine UA_ENABLE_DISCOVERY_MULTICAST
#cmakedefine UA_ENABLE_QUERY
Expand Down

0 comments on commit 8533cbc

Please sign in to comment.