anntp

a nntp implementation in pure C99
Log | Files | Refs | README | LICENSE

commit 61e8d1369f74689ac22612f33e1b6335b1f28516
parent 5cc9ba1cdcc91683bf1c39beb3a6d21d37526ef9
Author: Mario Rosell R. Martinez <mario@mariorosell.es>
Date:   Fri, 20 Mar 2026 15:47:36 +0100

oops

Diffstat:
Manntp.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anntp.h b/anntp.h @@ -92,7 +92,7 @@ #endif #ifndef ANNTP_STRDUP -# if (defined(__GNUC__) && defined(_GNU_SOURCE) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L) +# if (defined(__GNUC__) && defined(_GNU_SOURCE)) || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L) # define ANNTP_STRDUP strdup # else # define ANNTP_STRDUP anntp__NC__strdup