[BACK]Return to syscfg.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/syscfg.h between version 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2000/01/09 17:00:56 version 1.1.1.3, 2003/09/15 07:09:23
Line 47 
Line 47 
 #endif  #endif
   
 #include "ansichek.h"  #include "ansichek.h"
 #include "stdfn.h"  
   
 /*  /*
  * Define operating system dependent constants [default value]:   * Define operating system dependent constants [default value]:
  *   *
  * OS:       [" "] Name of OS plus trailing space   * OS:       [""] Name of OS; only required if system has no uname(2) call
  * HELPFILE: ["docs/gnuplot.gih"] Location of helpfile - overriden by Makefile   * HELPFILE: ["docs/gnuplot.gih"] Location of helpfile - overridden by Makefile
  * HOME:     ["HOME"] Name of environment variable which points to   * HOME:     ["HOME"] Name of environment variable which points to
  *           the directory where gnuplot's config file is found.   *           the directory where gnuplot's config file is found.
  * PLOTRC:   [".gnuplot"] Name of the gnuplot startup file.   * PLOTRC:   [".gnuplot"] Name of the gnuplot startup file.
Line 65 
Line 64 
  */   */
   
 #if defined(AMIGA_SC_6_1) || defined(AMIGA_AC_5) || defined(__amigaos__)  #if defined(AMIGA_SC_6_1) || defined(AMIGA_AC_5) || defined(__amigaos__)
 # define OS "Amiga "  
 # ifndef __amigaos__  # ifndef __amigaos__
   #  define OS "Amiga"
 #  define HELPFILE "S:gnuplot.gih"  #  define HELPFILE "S:gnuplot.gih"
 #  define HOME     "GNUPLOT"  #  define HOME     "GNUPLOT"
 #  define SHELL    "NewShell"  #  define SHELL    "NewShell"
Line 84 
Line 83 
 #endif /* Amiga */  #endif /* Amiga */
   
 #ifdef ATARI  #ifdef ATARI
 # define OS "TOS "  # define OS      "TOS"
 # define HOME  "GNUPLOT"  # define HOME     "GNUPLOT"
 # define PLOTRC "gnuplot.ini"  # define PLOTRC   "gnuplot.ini"
 # define SHELL "gulam.prg"  # define SHELL    "gulam.prg"
 # define DIRSEP1 '\\'  # define DIRSEP1  '\\'
 # ifdef MTOS  # ifdef MTOS
 #  define DIRSEP2 '/'  #  define DIRSEP2 '/'
 # endif  # endif
Line 99 
Line 98 
 #endif /* Atari */  #endif /* Atari */
   
 #ifdef DOS386  #ifdef DOS386
 # define OS "DOS 386 "  # define OS       "DOS 386"
 # define HELPFILE "gnuplot.gih"  # define HELPFILE "gnuplot.gih"
 # define HOME  "GNUPLOT"  # define HOME     "GNUPLOT"
 # define PLOTRC "gnuplot.ini"  # define PLOTRC   "gnuplot.ini"
 # define DIRSEP1 '\\'  # define SHELL    "\\command.com"
   # define DIRSEP1  '\\'
 #endif /* DOS386 */  #endif /* DOS386 */
   
 #ifdef linux  #if defined(__NeXT__) || defined(NEXT)
 # define OS "Linux "  # ifndef NEXT
 #endif /* Linux */  #  define NEXT
   # endif
 #if defined(__NeXT__) && !defined(NEXT)  
 # define NEXT  
 #endif /* NeXT */  #endif /* NeXT */
   
 #ifdef OS2  #ifdef OS2
 # define OS "OS/2 "  # define OS       "OS/2"
 # define HELPFILE "gnuplot.gih"  # define HELPFILE "gnuplot.gih"
 # define HOME  "GNUPLOT"  # define HOME     "GNUPLOT"
 # define PLOTRC "gnuplot.ini"  # define PLOTRC   "gnuplot.ini"
 # define SHELL "c:\\os2\\cmd.exe"  # define SHELL    "c:\\os2\\cmd.exe"
 # define DIRSEP1 '\\'  # define DIRSEP1  '\\'
 # define GP_GETCWD(path,len) _getcwd2 (path, len)  
 #endif /* OS/2 */  #endif /* OS/2 */
   
 #ifdef OSK  #ifdef OSK
 # define OS "OS-9 "  # define OS    "OS-9"
 # define SHELL "/dd/cmds/shell"  # define SHELL "/dd/cmds/shell"
 #endif /* OS-9 */  #endif /* OS-9 */
   
 #if defined(vms) || defined(VMS)  #if defined(vms) || defined(VMS)
   # define OS "VMS"
 # ifndef VMS  # ifndef VMS
 #  define VMS  #  define VMS
 # endif  # endif
 # define OS "VMS "  # define HOME   "sys$login:"
 # define HOME "sys$login:"  
 # define PLOTRC "gnuplot.ini"  # define PLOTRC "gnuplot.ini"
 # ifdef NO_GIH  # ifdef NO_GIH
    /* for show version long */     /* for show version long */
 #  define HELPFILE "GNUPLOT$HELP"  #  define HELPFILE "GNUPLOT$HELP"
 # endif  # endif
 # if !defined(VAXCRTL) && !defined(DECCRTL)  # if !defined(VAXCRTL) && !defined(DECCRTL)
 #  error Please /define either VAXCRTL or DECCRTL  #  define VAXCRTL VAXCRTL_AND_DECCRTL_UNDEFINED
   #  define DECCRTL VAXCRTL_AND_DECCRTL_UNDEFINED
 # endif  # endif
 /* avoid some IMPLICITFUNC warnings */  /* avoid some IMPLICITFUNC warnings */
 # ifdef __DECC  # ifdef __DECC
Line 154 
Line 152 
 #  define _Windows  #  define _Windows
 # endif  # endif
 # ifdef WIN32  # ifdef WIN32
 #  define OS "MS-Windows 32 bit "  #  define OS "MS-Windows 32 bit"
 /* introduced by Pedro Mendes, prm@aber.ac.uk */  /* introduced by Pedro Mendes, prm@aber.ac.uk */
 #  define far  #  define far
 /* Fix for broken compiler headers  /* Fix for broken compiler headers
Line 162 
Line 160 
  */   */
 #  define S_IFIFO  _S_IFIFO  #  define S_IFIFO  _S_IFIFO
 # else  # else
   #  define OS "MS-Windows"
 #  ifndef WIN16  #  ifndef WIN16
 #   define WIN16  #   define WIN16
 #  endif  #  endif
 #  define OS "MS-Windows "  
 # endif /* WIN32 */  # endif /* WIN32 */
 # define HOME  "GNUPLOT"  # define HOME    "GNUPLOT"
 # define PLOTRC "gnuplot.ini"  # define PLOTRC  "gnuplot.ini"
   # define SHELL   "\\command.com"
 # define DIRSEP1 '\\'  # define DIRSEP1 '\\'
 #endif /* _WINDOWS */  #endif /* _WINDOWS */
   
Line 176 
Line 175 
 # if !defined(DOS32) && !defined(DOS16)  # if !defined(DOS32) && !defined(DOS16)
 #  define DOS16  #  define DOS16
 # endif  # endif
   /* should this be here ? */
 # ifdef MTOS  # ifdef MTOS
 #  define OS "TOS & MiNT & MULTITOS & Magic - "  #  define OS "TOS & MiNT & MULTITOS & Magic -"
 # endif /* MTOS */  # endif /* MTOS */
   # define OS       "MS-DOS"
 # undef HELPFILE  # undef HELPFILE
 # define HELPFILE "gnuplot.gih"  # define HELPFILE "gnuplot.gih"
 # define HOME "GNUPLOT"  # define HOME     "GNUPLOT"
 # define PLOTRC "gnuplot.ini"  # define PLOTRC   "gnuplot.ini"
 # define OS "MS-DOS "  # define SHELL    "\\command.com"
 # define DIRSEP1 '\\'  # define DIRSEP1  '\\'
 # ifdef __DJGPP__  # ifdef __DJGPP__
 #  define DIRSEP2 '/'  #  define DIRSEP2 '/'
 # endif  # endif
 #endif /* MSDOS */  #endif /* MSDOS */
   
 /* Note: may not catch all IBM AIX compilers or SCO compilers */  
 #if defined(__unix__)|| defined(unix) || defined(_AIX) || defined(SCO)  
 # ifndef unix  
 #  define unix  
 # endif  
 # ifndef OS  
 #  define OS "Unix "  
 # endif  
 #endif /* Unix */  
   
 /* End OS dependent constants; fall-through defaults  /* End OS dependent constants; fall-through defaults
  * for the constants defined above are following.   * for the constants defined above are following.
  */   */
   
 #ifndef OS  #ifndef HAVE_SYS_UTSNAME
 # define OS " "  # ifndef OS
   #  define OS "(unknown)"
   # endif
 #endif  #endif
   
 #ifndef HELPFILE  #ifndef HELPFILE
 # define HELPFILE "docs/gnuplot.gih"  # define HELPFILE "docs/gnuplot.gih"
 #endif /* !HELPFILE */  #endif
   
 #ifndef HOME  #ifndef HOME
 # define HOME "HOME"  # define HOME "HOME"
Line 233 
Line 226 
 #endif  #endif
   
 #ifndef FAQ_LOCATION  #ifndef FAQ_LOCATION
 # define FAQ_LOCATION "http://www.uni-karlsruhe.de/~ig25/gnuplot-faq/"  #define FAQ_LOCATION "http://www.gnuplot.info/gnuplot-faq.html"
 #endif  #endif
   
 #ifndef CONTACT  #ifndef CONTACT
Line 305 
Line 298 
   
   
 /* Misc platforms */  /* Misc platforms */
 #if defined(apollo) || defined(alliant)  #ifdef apollo
   # ifndef APOLLO
   #  define APOLLO
   # endif
   # define GPR
   #endif
   
   #if defined(APOLLO) || defined(alliant)
 # define NO_LIMITS_H  # define NO_LIMITS_H
 #endif  #endif
   
Line 314 
Line 314 
 # define NO_STRCHR  # define NO_STRCHR
 #endif  #endif
   
   #ifdef unixpc
   # ifndef UNIXPC
   #  define UNIXPC
   # endif
   #endif
   
   #ifdef HAVE_SIGSETJMP
   # define SETJMP(env, save_signals) sigsetjmp(env, save_signals)
   # define LONGJMP(env, retval) siglongjmp(env, retval)
   # define JMP_BUF sigjmp_buf
   #else
   # define SETJMP(env, save_signals) setjmp(env)
   # define LONGJMP(env, retval) longjmp(env, retval)
   # define JMP_BUF jmp_buf
   #endif
   
 /* Autoconf related stuff  /* Autoconf related stuff
  * Transform autoconf defines to gnuplot coding standards   * Transform autoconf defines to gnuplot coding standards

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>