diff options
Diffstat (limited to 'lib/ftruncate.c')
| -rw-r--r-- | lib/ftruncate.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/ftruncate.c b/lib/ftruncate.c index 58cd2bba9..1272ee74f 100644 --- a/lib/ftruncate.c +++ b/lib/ftruncate.c @@ -2,14 +2,7 @@ This file is in the public domain. */ #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> |
