Skip to content

Commit

Permalink
Merge pull request OpenDDS#4687 from OpenDDS/jwillemsen-patch-1
Browse files Browse the repository at this point in the history
Update OpenDDSConfigWrapper.h, remove `OPENDDS_IGNORE_OPENDDSCONFIG_H_FILE` check
  • Loading branch information
jrw972 authored Jun 10, 2024
2 parents 7725d0f + d0fc328 commit 99a0236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dds/OpenDDSConfigWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
// named OpenDDSConfig.h in a dds/ directory on the include path.
// See the OpenDDS Developer's Guide and dds/OpenDDSConfig.h.in for details
// regarding what can be customized.
#ifndef OPENDDS_IGNORE_OPENDDSCONFIG_H_FILE
# include <dds/OpenDDSConfig.h>
#endif
#include <dds/OpenDDSConfig.h>

#if defined OPENDDS_SECURITY && defined OPENDDS_CONFIG_SECURITY
# if !OPENDDS_CONFIG_SECURITY
Expand Down

0 comments on commit 99a0236

Please sign in to comment.