[ntpsec commit] Remove configuration for unused and fully standardized headers.
Eric S. Raymond
esr at ntpsec.org
Tue Oct 20 06:00:19 UTC 2015
Module: ntpsec
Branch: master
Commit: 6dcdf190e64ab2b5f52252788daf3a28dae3f3e5
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=6dcdf190e64ab2b5f52252788daf3a28dae3f3e5
Author: Eric S. Raymond <esr at thyrsus.com>
Date: Tue Oct 20 01:59:22 2015 -0400
Remove configuration for unused and fully standardized headers.
---
pylib/configure.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pylib/configure.py b/pylib/configure.py
index ac745fb..368bbbf 100644
--- a/pylib/configure.py
+++ b/pylib/configure.py
@@ -231,12 +231,10 @@ def cmd_configure(ctx):
optional_headers = (
"alloca.h",
"arpa/nameser.h",
- "dirent.h",
"dns_sd.h",
"histedit.h",
"ieeefp.h",
"ifaddrs.h",
- "libgen.h",
"libintl.h",
"libscf.h",
"linux/if_addr.h",
@@ -265,10 +263,8 @@ def cmd_configure(ctx):
"sys/soundcard.h",
("sys/sysctl.h", ["sys/types.h"]),
"sys/systune.h",
- "sysexits.h",
("timepps.h", ["inttypes.h"]),
("sys/timepps.h", ["inttypes.h"]),
- "utime.h",
)
for hdr in optional_headers:
if type(hdr) == type(""):
More information about the vc
mailing list