chiark / gitweb /
SIGPIPE protection available.
[adns.git] / src / adns.h
index 32addba0bc25ac38443b16921d903e846c6325b0..5726e253d2c9a0fd18c83792dbfea07a54a99b2a 100644 (file)
@@ -42,6 +42,7 @@ typedef enum {
   adns_if_debug=        0x0008, /* enable all output to stderr plus debug msgs */
   adns_if_noautosys=    0x0010, /* do not make syscalls at every opportunity */
   adns_if_eintr=        0x0020, /* allow _wait and _synchronous to return EINTR */
+  adns_if_nosigpipe=    0x0040, /* applic has SIGPIPE set to SIG_IGN, do not protect */
 } adns_initflags;
 
 typedef enum {