towerops/c_src
Graham McIntire 522223c57c fix: define _DEFAULT_SOURCE and _BSD_SOURCE for BSD types
On newer glibc versions, BSD types like u_char are only available
when _DEFAULT_SOURCE or _BSD_SOURCE feature test macros are defined.

Define these macros before including any headers to ensure BSD types
are available for net-snmp headers.
2026-01-30 13:17:17 -06:00
..
Makefile complete overhaul of snmp engine to C nif 2026-01-30 12:27:12 -06:00
towerops_nif.c fix: define _DEFAULT_SOURCE and _BSD_SOURCE for BSD types 2026-01-30 13:17:17 -06:00