Module Name:    src
Committed By:   kamil
Date:           Fri Jul 17 15:44:04 UTC 2020

Modified Files:
        src/external/bsd/nsd/include: config.h

Log Message:
Enable support for ppoll()


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/nsd/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/nsd/include/config.h
diff -u src/external/bsd/nsd/include/config.h:1.8 src/external/bsd/nsd/include/config.h:1.9
--- src/external/bsd/nsd/include/config.h:1.8	Sun Dec 15 16:26:04 2019
+++ src/external/bsd/nsd/include/config.h	Fri Jul 17 15:44:04 2020
@@ -249,7 +249,7 @@
 #define HAVE_OPENSSL_SSL_H 1
 
 /* Define to 1 if you have the `ppoll' function. */
-/* #undef HAVE_PPOLL */
+#define HAVE_PPOLL 1
 
 /* Define to 1 if you have the `pselect' function. */
 #define HAVE_PSELECT 1

Reply via email to