dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
[p5sagit/p5-mst-13.2.git] / win32 / config_H.vc
index dc01999..5408521 100644 (file)
  */
 /*#define HAS_LSTAT            /**/
 
+/* HAS_MADVISE:
+ *     This symbol, if defined, indicates that the madvise routine is
+ *     available to hint about the expected access behavior.
+ */
+/*#define HAS_MADVISE          /**/
+
 /* HAS_MBLEN:
  *     This symbol, if defined, indicates that the mblen routine is available
  *     to find the number of bytes in a multibye character.
  */
 #define HAS_MKDIR              /**/
 
+/* HAS_MKDTEMP:
+ *     This symbol, if defined, indicates that the mkdtemp routine is
+ *     available to exclusively create a uniquely named temporary directory.
+ */
+/*#define HAS_MKDTEMP          /**/
+
 /* HAS_MKFIFO:
  *     This symbol, if defined, indicates that the mkfifo routine is
  *     available to create FIFOs. Otherwise, mknod should be able to
  */
 /*#define HAS_MKFIFO           /**/
 
+/* HAS_MKSTEMP:
+ *     This symbol, if defined, indicates that the mkstemp routine is
+ *     available to exclusively create and open a uniquely named
+ *     temporary file.
+ */
+/*#define HAS_MKSTEMP          /**/
+
+/* HAS_MKSTEMPS:
+ *     This symbol, if defined, indicates that the mkstemps routine is
+ *     available to exclusively create and open a uniquely named
+ *     (with a suffix) temporary file.
+ */
+/*#define HAS_MKSTEMPS         /**/
+
 /* HAS_MKTIME:
  *     This symbol, if defined, indicates that the mktime routine is
  *     available.
  *     This symbol contains the ~name expanded version of ARCHLIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define ARCHLIB "c:\\perl\\5.5.640\\lib\\MSWin32-x86"          /**/
+#define ARCHLIB "c:\\perl\\5.5.660\\lib\\MSWin32-x86"          /**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* ARCHNAME:
  *     This symbol is the filename expanded version of the BIN symbol, for
  *     programs that do not want to deal with that at run-time.
  */
-#define BIN "c:\\perl\\5.5.640\\bin\\MSWin32-x86"      /**/
-#define BIN_EXP "c:\\perl\\5.5.640\\bin\\MSWin32-x86"  /**/
+#define BIN "c:\\perl\\5.5.660\\bin\\MSWin32-x86"      /**/
+#define BIN_EXP "c:\\perl\\5.5.660\\bin\\MSWin32-x86"  /**/
 
 /* PERL_BINCOMPAT_5005:
  *     This symbol, if defined, indicates that Perl 5.006 should be
  */
 #define Gconvert(x,n,t,b) sprintf((b),"%.*g",(n),(x))
 
+/* HAS_GETCWD:
+ *     This symbol, if defined, indicates that the getcwd routine is
+ *     available to get the current working directory.
+ */
+/*#define HAS_GETCWD           /**/
+
 /* HAS_GETGRENT:
  *     This symbol, if defined, indicates that the getgrent routine is
  *     available for sequential access of the group database.
  *     for a C initialization string.  See the inc_version_list entry
  *     in Porting/Glossary for more details.
  */
-#define PERL_INC_VERSION_LIST          /**/
+#define PERL_INC_VERSION_LIST  0       /**/
 
 /* HAS_OFF64_T:
  *     This symbol will be defined if the C compiler supports off64_t.
  *     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 "c:\\perl\\5.5.640\\lib"               /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.5.640"))     /**/
+#define PRIVLIB "c:\\perl\\5.5.660\\lib"               /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.5.660"))     /**/
 
 /* PTRSIZE:
  *     This symbol contains the size of a pointer, so that the C preprocessor
  *     This symbol contains the ~name expanded version of SITEARCH, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define SITEARCH "c:\\perl\\site\\5.5.640\\lib\\MSWin32-x86"           /**/
+#define SITEARCH "c:\\perl\\site\\5.5.660\\lib\\MSWin32-x86"           /**/
 /*#define SITEARCH_EXP ""      /**/
 
 /* SITELIB:
  *     This symbol contains the ~name expanded version of SITELIB, to be used
  *     in programs that are not prepared to deal with ~ expansion at run-time.
  */
-#define SITELIB "c:\\perl\\site\\5.5.640\\lib"         /**/
-#define SITELIB_EXP (win32_get_sitelib("5.5.640"))     /**/
+#define SITELIB "c:\\perl\\site\\5.5.660\\lib"         /**/
+#define SITELIB_EXP (win32_get_sitelib("5.5.660"))     /**/
 
 /* Size_t:
  *     This symbol holds the type used to declare length parameters
 /*#define      USE_LONG_DOUBLE         /**/
 #endif
 
-/* USE_LONG_LONG:
- *     This symbol, if defined, indicates that long longs should
- *     be used when available.
- */
-#ifndef USE_LONG_LONG
-/*#define      USE_LONG_LONG           /**/
-#endif
-
 #ifndef USE_MORE_BITS
 /*#define      USE_MORE_BITS           /**/
 #endif