chiark / gitweb /
gpt-auto-generator: skip nonexistent devices
[elogind.git] / src / libsystemd-bus / sd-dns.c
index 7d094779f38a4d538348772d584b8d36270ab52d..8126cb38af4837989fe4eb141b9a847034acfb61 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <assert.h>
 #include <fcntl.h>
 #include <signal.h>
 #include <sys/resource.h>
 #include <stdint.h>
 #include <pthread.h>
-
-#ifdef HAVE_SYS_PRCTL_H
 #include <sys/prctl.h>
-#endif
 
 #include "sd-dns.h"
 #include "util.h"