file spec tweaks for VMS
[p5sagit/p5-mst-13.2.git] / win32 / config_H.gc
index 85c000a..b65a45d 100644 (file)
 
 /* HAS_GNULIBC:
  *     This symbol, if defined, indicates to the C program that 
- *     the GNU C library is being used.
+ *     the GNU C library is being used.  A better check is to use
+ *     the __GLIBC__ and __GLIBC_MINOR__ symbols supplied with glibc.
  */
 /*#define HAS_GNULIBC          /**/
 #if defined(HAS_GNULIBC) && !defined(_GNU_SOURCE)
  *     This symbol, if defined, contains the string used by stdio to
  *     format long doubles (format 'f') for input.
  */
-#define PERL_PRIfldbl  "Lf"    /**/
-#define PERL_PRIgldbl  "Lg"    /**/
-#define PERL_PRIeldbl  "Le"    /**/
+/*#define PERL_PRIfldbl        "f"     /**/
+/*#define PERL_PRIgldbl        "g"     /**/
+/*#define PERL_PRIeldbl        "e"     /**/
 /*#define PERL_SCNfldbl        "f"     /**/
 
 /* Off_t: