diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-26 13:40:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-10-26 13:40:18 +0000 |
commit | e688b2318033d7cc179bac591999729a37bf7138 (patch) | |
tree | a8615311fad5e9cd026081310ba262dc6d3a5c0e /perl.h | |
parent | 0617aed7fc09c616342e9b0d35b7881d7c1472b1 (diff) | |
download | perl-e688b2318033d7cc179bac591999729a37bf7138.tar.gz |
Revert #4457 for more investigation.
p4raw-id: //depot/cfgperl@4460
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -3202,23 +3202,12 @@ typedef struct am_table_short AMTS; # include <sys/statvfs.h> /* for f?statvfs() */ #endif #ifdef I_SYS_MOUNT -# include <sys/mount.h> /* for *BSD f?statfs() or getmnt() */ +# include <sys/mount.h> /* for *BSD f?statfs() */ #endif #ifdef I_MNTENT # include <mntent.h> /* for getmntent() */ #endif -#undef PERL_MOUNT_NOSUID -#if !defined(PERL_MOUNT_NOSUID) && defined(MNT_NOSUID) -# define PERL_MOUNT_NOSUID MNT_NOSUID -#endif -#if !defined(PERL_MOUNT_NOSUID) && defined(MS_NOSUID) -# define PERL_MOUNT_NOSUID MS_NOSUID -#endif -#if !defined(PERL_MOUNT_NOSUID) && defined(M_NOSUID) -# define PERL_MOUNT_NOSUID M_NOSUID -#endif - #endif /* IAMSUID */ /* and finally... */ |