File: default-source

package info (click to toggle)
libesmtp 1.1.0-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: ansic: 7,282; python: 37; sh: 13; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/meson.build
+++ b/meson.build
@@ -30,6 +30,7 @@
 ################################################################################
 cflags = [
   '-D_POSIX_C_SOURCE=200809L',
+  '-D_DEFAULT_SOURCE',
 ]
 
 cflags_warnings = [