This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/utf8_heavy.pl: Don't return empty under miniperl
[perl5.git] / plan9 / config.plan9
index b49f308..2549388 100644 (file)
  */
 #define I_NETINET_IN   /* config-skip */
 
-/* I_SFIO:
- *     This symbol, if defined, indicates to the C program that it should
- *     include <sfio.h>.
- */
-/*#define      I_SFIO          / **/
-
 /* I_STDDEF:
  *     This symbol, if defined, indicates that <stddef.h> exists and should
  *     be included.
  *     double, or a long double when applicable. Usual values are 2,
  *     4 and 8. The default is eight, for safety.
  */
-#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
+#if defined(MULTIARCH)
 #  define MEM_ALIGNBYTES 8
 #else
 #define MEM_ALIGNBYTES 4
  *     so the default case (for NeXT) is big endian to catch them. 
  *     This might matter for NeXT 3.0.
  */
-#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
+#if defined(MULTIARCH)
 #  ifdef __LITTLE_ENDIAN__
 #    if LONGSIZE == 4
 #      define BYTEORDER 0x1234 /* config-skip */
  */
 #define HAS_SETVBUF            /**/
 
-/* USE_SFIO:
- *     This symbol, if defined, indicates that sfio should
- *     be used.
- */
-/*#define      USE_SFIO                / **/
-
 /* HAS_SHM:
  *     This symbol, if defined, indicates that the entire shm*(2) library is
  *     supported.
  *     This symbol contains the ~name expanded version of PRIVLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define PRIVLIB "/sys/lib/perl/5.19.5"         /**/
-#define PRIVLIB_EXP "/sys/lib/perl/5.19.5"             /**/
+#define PRIVLIB "/sys/lib/perl/5.21.4"         /**/
+#define PRIVLIB_EXP "/sys/lib/perl/5.21.4"             /**/
 
 /* PTRSIZE:
  *     This symbol contains the size of a pointer, so that the C preprocessor
  *     removed.  The elements in inc_version_list (inc_version_list.U) can
  *     be tacked onto this variable to generate a list of directories to search.
  */
-#define SITELIB "/sys/lib/perl/5.19.5/site_perl"               /**/
-#define SITELIB_EXP "/sys/lib/perl/5.19.5/site_perl"           /**/
-#define SITELIB_STEM "/sys/lib/perl/5.19.5/site_perl"          /**/
+#define SITELIB "/sys/lib/perl/5.21.4/site_perl"               /**/
+#define SITELIB_EXP "/sys/lib/perl/5.21.4/site_perl"           /**/
+#define SITELIB_STEM "/sys/lib/perl/5.21.4/site_perl"          /**/
 
 /* Size_t_size:
  *     This symbol holds the size of a Size_t in bytes.