Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize ifdef macro handlings for configs #1694

Merged
merged 3 commits into from
Nov 26, 2023

Commits on Oct 22, 2023

  1. fix: use ifdef for NNG_ENABLE_STATS

    In some places, we use ifdef, and others if.
    
    This normalizes for always using ifdef, so we can compile when
    this macro is not defined.
    casaroli committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    4c321bb View commit details
    Browse the repository at this point in the history
  2. fix: use ifdef for NNG_TEST_LIB

    In some places, we use ifdef, and others if.
    
    This normalizes for always using ifdef, so we can compile when
    this macro is not defined.
    casaroli committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    d2aa59d View commit details
    Browse the repository at this point in the history
  3. fix: use ifdef for NNG_HAVE_BACKTRACE

    In some places, we use ifdef, and others if.
    
    This normalizes for always using ifdef, so we can compile when
    this macro is not defined.
    casaroli committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    250e6f1 View commit details
    Browse the repository at this point in the history