diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lread.c b/src/lread.c index 1a06535d9cd..1e33df4a87a 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -21,14 +21,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #include <config.h> | 23 | #include <config.h> |
| 24 | /* The following feature selections should be in config.h, but that | ||
| 25 | causes at best a host of warnings on some systems. */ | ||
| 26 | #undef _XOPEN_SOURCE /* Avoid warnings about redefinition | ||
| 27 | in some cases. */ | ||
| 28 | #define _XOPEN_SOURCE 500 /* for Unix 98 ftello on GNU */ | ||
| 29 | #undef __EXTENSIONS__ | ||
| 30 | #define __EXTENSIONS__ /* Keep Solaris 2.6 happy with the | ||
| 31 | above, else things we need are hidden. */ | ||
| 32 | #include <stdio.h> | 24 | #include <stdio.h> |
| 33 | #include <sys/types.h> | 25 | #include <sys/types.h> |
| 34 | #include <sys/stat.h> | 26 | #include <sys/stat.h> |