aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/tahoe.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/m/tahoe.h b/src/m/tahoe.h
index da42392bde8..b40c86cd546 100644
--- a/src/m/tahoe.h
+++ b/src/m/tahoe.h
@@ -73,11 +73,3 @@ NOTE-END */
73/* System provides alloca. */ 73/* System provides alloca. */
74 74
75#define HAVE_ALLOCA 75#define HAVE_ALLOCA
76
77/* Control header files used by loadst.c.
78 Some users report machines have dkstat.h while others report dk.h,
79 so it's hard to tell what this should say. */
80
81#ifdef BSD
82#define DKSTAT_HEADER_FILE
83#endif