]> andersk Git - splint.git/blobdiff - src/Headers/portab.h
Created html faq file to replace the faq.txt
[splint.git] / src / Headers / portab.h
index 0422145c080a7cc391acf4beca6ba36b37fddc01..2b1a936d775a328b54c5860f2034a5f18e6e7537 100644 (file)
 # define S_IFMT (unsigned short)0xFFFF
 # endif
 
+# if defined (OS2) || defined (MSDOS) || defined (WIN32)
+/*@constant observer cstring INCLUDEPATH_VAR@*/
+# define INCLUDEPATH_VAR    cstring_makeLiteralTemp ("INCLUDE")
+# else
 /*@constant observer cstring INCLUDEPATH_VAR@*/
 # define INCLUDEPATH_VAR    cstring_makeLiteralTemp ("CPATH")
+# endif
 
 #if defined (VMS)
-/* Connection string inserted between directory and filename to make a  */
-/* full path name.                                                     */
+
+/*
+** VMS is here, but hasn't been tested for many releases.  Not sure if this works.
+*/
+
+/*
+** Connection string inserted between directory and filename to make a  
+** full path name.                                                     
+*/
 
 # define    CONNECTSTR ":"
 # define    CONNECTCHAR        ':'
 
-
 /* Directory separator character for search list. */
 /*@constant static char PATH_SEPARATOR; @*/
 # define PATH_SEPARATOR ':'
 # else
 # error "Multiple include"
 # endif
+
This page took 0.106076 seconds and 4 git commands to generate.