1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-06-07 09:04:00 -04:00
Michael Vetter 74e061165a Define POSIX macro to have strdup
98c38dc6d6
sets C99 as standard.

strdup() is not part of C99.

For now set `-D_POSIX_C_SOURCE=200809L` macro to have strdup() in C99.
Using `gnu99` instead would be another option.

We should take more care to use glib functions whenever possible.

Regards https://github.com/profanity-im/profanity/issues/1357
2020-06-12 16:12:21 +02:00
..
2020-06-12 16:12:21 +02:00
2020-06-12 16:12:21 +02:00
2020-06-11 02:51:07 +03:00
2020-05-27 22:06:04 +02:00
2020-06-12 16:12:21 +02:00
2020-04-06 14:42:52 +02:00
2020-03-24 23:00:39 +01:00