perllocale.pod changes
[p5sagit/p5-mst-13.2.git] / uconfig.h
index 218dc55..a00eed1 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  */
 # HAS_FSYNC            /**/
 
+/* HAS_SBRK_PROTO:
+ *     This symbol, if defined, indicates that the system provides
+ *     a prototype for the sbrk() function.  Otherwise, it is up
+ *     to the program to supply one.  Good guesses are
+ *             extern void* sbrk _((int));
+ *             extern void* sbrk _((size_t));
+ */
+/*#define      HAS_SBRK_PROTO  / **/
+
 #endif