summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorJim Meyering <meyering@lucent.com>1994-09-27 21:14:19 +0000
committerJim Meyering <meyering@lucent.com>1994-09-27 21:14:19 +0000
commit3fc04572939331166311fdff329760b73d4a62a2 (patch)
treecffcbf4ce60d289e1ecaf81069e0f55245064506 /time
parent2e7026f620e706514bee9c56227fae7be0ba4edc (diff)
Remove CONFIG_BROKETS conditional.
Diffstat (limited to 'time')
-rw-r--r--time/mktime.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/time/mktime.c b/time/mktime.c
index 74167e528a..d441d8d8c4 100644
--- a/time/mktime.c
+++ b/time/mktime.c
@@ -25,14 +25,7 @@ Cambridge, MA 02139, USA. */
/* #define DEBUG */
#ifdef HAVE_CONFIG_H
-#if defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because it found this file in $srcdir). */
#include <config.h>
-#else
-#include "config.h"
-#endif
#endif
#include <sys/types.h> /* Some systems define `time_t' here. */