This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Do not block if no message queues available.
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index be20e42..244c339 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -3186,20 +3186,6 @@ typedef struct am_table_short AMTS;
 #   endif
 #endif
 
-/* Mention
-
-   INSTALL_USR_BIN_PERL
-
-   I_SYS_MMAN
-   HAS_MMAP
-   HAS_MUNMAP
-   HAS_MPROTECT
-   HAS_MSYNC
-   HAS_MADVISE
-   Mmap_t
-
-   here so that Configure picks them up. */
-
 #ifdef IAMSUID
 
 #ifdef I_SYS_STATVFS
@@ -3234,18 +3220,6 @@ typedef struct am_table_short AMTS;
 #   define PERL_MOUNT_NOSUID M_NOSUID
 #endif
 
-#ifdef HAS_STRUCT_STATFS
-#   define PERL_STRUCT_STATFS statfs
-#   ifdef HAS_STRUCT_STATFS_F_FLAGS
-#       define PERL_STRUCT_STATFS_FLAGS(s) s.f_flags
-#   endif
-#else
-#   ifdef HAS_STRUCT_FS_DATA
-#       define PERL_STRUCT_STATFS statfs
-#       define PERL_STRUCT_STATFS_FLAGS(s) s.fd_req.flags
-#   endif
-#endif
-
 #endif /* IAMSUID */
 
 /* and finally... */