From 1565c127b1bdcc74ee76a732acd8d8ea330dbce5 Mon Sep 17 00:00:00 2001 From: Mathieu Sauve-Frankel Date: Fri, 25 Jun 2004 05:06:50 +0000 Subject: Make crufty configure stuff go away. Remove all unused code paths. No change in binaries. ok millert@ deraadt@ hshoexer@ --- lib/libkeynote/keynote-ver.l | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) (limited to 'lib/libkeynote/keynote-ver.l') diff --git a/lib/libkeynote/keynote-ver.l b/lib/libkeynote/keynote-ver.l index 5b1e749e5a3..75d67c3a363 100644 --- a/lib/libkeynote/keynote-ver.l +++ b/lib/libkeynote/keynote-ver.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: keynote-ver.l,v 1.12 2002/05/27 06:29:14 deraadt Exp $ */ +/* $OpenBSD: keynote-ver.l,v 1.13 2004/06/25 05:06:49 msf Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -20,31 +20,13 @@ * PURPOSE. */ -#if HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ - +#include #include -#include -#if STDC_HEADERS +#include #include -#endif /* STDC_HEADERS */ - -#if HAVE_UNISTD_H -#include -#endif /* HAVE_UNISTD_H */ - -#if TIME_WITH_SYS_TIME -#include #include -#else -#if HAVE_SYS_TIME_H -#include -#else -#include -#endif -#endif +#include #include "z.tab.h" #include "header.h" -- cgit v1.2.3