diff options
Diffstat (limited to 'vos')
-rw-r--r-- | vos/config.alpha.def | 1 | ||||
-rw-r--r-- | vos/config.alpha.h | 6 | ||||
-rw-r--r-- | vos/config.ga.def | 1 | ||||
-rw-r--r-- | vos/config.ga.h | 6 |
4 files changed, 0 insertions, 14 deletions
diff --git a/vos/config.alpha.def b/vos/config.alpha.def index af35fbd693..1ec2d9167c 100644 --- a/vos/config.alpha.def +++ b/vos/config.alpha.def @@ -319,7 +319,6 @@ $i_dbm='undef' $i_dirent='define' $i_dlfcn='undef' $i_fcntl='define' -$i_features='undef' $i_float='define' $i_grp='define' $i_iconv='undef' diff --git a/vos/config.alpha.h b/vos/config.alpha.h index 128aaa6435..7b21420a6d 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -747,12 +747,6 @@ */ #define I_FCNTL /**/ -/* I_FEATURES: - * This symbol, if defined, indicates that <features.h> exists and should - * be included. - */ -/*#define I_FEATURES /**/ - /* I_FLOAT: * This symbol, if defined, indicates to the C program that it should * include <float.h> to get definition of symbols like DBL_MAX or diff --git a/vos/config.ga.def b/vos/config.ga.def index 72054ec53f..ab57e08832 100644 --- a/vos/config.ga.def +++ b/vos/config.ga.def @@ -319,7 +319,6 @@ $i_dbm='undef' $i_dirent='define' $i_dlfcn='undef' $i_fcntl='define' -$i_features='undef' $i_float='define' $i_grp='define' $i_iconv='undef' diff --git a/vos/config.ga.h b/vos/config.ga.h index c2553e5c98..2a89a1e3bc 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -759,12 +759,6 @@ */ #define I_FCNTL /**/ -/* I_FEATURES: - * This symbol, if defined, indicates that <features.h> exists and should - * be included. - */ -/*#define I_FEATURES /**/ - /* I_FLOAT: * This symbol, if defined, indicates to the C program that it should * include <float.h> to get definition of symbols like DBL_MAX or |