diff options
Diffstat (limited to 'vos')
-rw-r--r-- | vos/config.def | 1 | ||||
-rw-r--r-- | vos/config.h | 8 | ||||
-rwxr-xr-x | vos/config_h.SH_orig | 8 |
3 files changed, 0 insertions, 17 deletions
diff --git a/vos/config.def b/vos/config.def index 23b0fcc518..19ec5ed338 100644 --- a/vos/config.def +++ b/vos/config.def @@ -431,7 +431,6 @@ $use64bits='undef' $usedl='undef' $uselargefiles='undef' $uselongdouble='define' -$uselonglong='undef' $usemorebits='undef' $usemultiplicity='undef' $useperlio='undef' diff --git a/vos/config.h b/vos/config.h index c1fdd06dec..51a7d2e404 100644 --- a/vos/config.h +++ b/vos/config.h @@ -2553,14 +2553,6 @@ #define USE_LONG_DOUBLE /**/ #endif -/* USE_LONG_LONG: - * This symbol, if defined, indicates that long longs should - * be used when available. - */ -#ifndef USE_LONG_LONG -/*#define USE_LONG_LONG /**/ -#endif - #ifndef USE_MORE_BITS /*#define USE_MORE_BITS /**/ #endif diff --git a/vos/config_h.SH_orig b/vos/config_h.SH_orig index 56df72c16a..07c6a079b3 100755 --- a/vos/config_h.SH_orig +++ b/vos/config_h.SH_orig @@ -2571,14 +2571,6 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #$uselongdouble USE_LONG_DOUBLE /**/ #endif -/* USE_LONG_LONG: - * This symbol, if defined, indicates that long longs should - * be used when available. - */ -#ifndef USE_LONG_LONG -#$uselonglong USE_LONG_LONG /**/ -#endif - #ifndef USE_MORE_BITS #$usemorebits USE_MORE_BITS /**/ #endif |