strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving arithmetic)
[p5sagit/p5-mst-13.2.git] / vos / config.ga.h
index 834764a..b01b905 100644 (file)
  */
 #define HAS_STRTOL     /**/
 
+/* HAS_STRTOQ:
+ *     This symbol, if defined, indicates that the strtouq routine is
+ *     available to convert strings to long longs (quads).
+ */
+/*#define HAS_STRTOQ           /**/
+
 /* HAS_STRTOUL:
  *     This symbol, if defined, indicates that the strtoul routine is
  *     available to provide conversion of strings to unsigned long.