/* config.h. Generated automatically by configure. */ /*************************************************************************** JSPICE3 adaptation of Spice3f4 - Copyright (c) Stephen R. Whiteley 1994 Copyright 1990 Regents of the University of California. All rights reserved. Authors: 1994 Stephen R. Whiteley **************************************************************************** * Configuration File for UNIX ****************************************************************************/ #define DIR_CWD "." #define DIR_PATHSEP "/" #define DIR_TERM '/' #define TEMPFORMAT "/tmp/%s%d" #define SYSTEM_PLOT5LPR "lpr -h -P%s -g %s" #define SYSTEM_PSLPR "lpr -h -P%s %s" #define SYSTEM_MAIL "mail -s \"%s (%s) Bug Report\" %s" #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_DIRENT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SGTTY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_DIR_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_WAIT_H 1 /* #undef HAVE_TERMIO_H */ #define HAVE_TERMIOS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ACCESS 1 #define HAVE_BCOPY 1 #define HAVE_CHDIR 1 #define HAVE_CLEARERR 1 #define HAVE_DUP2 1 #define HAVE_FORK 1 #define HAVE_FTIME 1 #define HAVE_GETCWD 1 #define HAVE_GETENV 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETPID 1 #define HAVE_GETPWUID 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETWD 1 #define HAVE_INDEX 1 #define HAVE_ISATTY 1 #define HAVE_KILL 1 #define HAVE_PERROR 1 #define HAVE_POPEN 1 #define HAVE_QSORT 1 #define HAVE_RAISE 1 #define HAVE_SELECT 1 #define HAVE_SETJMP 1 #define HAVE_SIGNAL 1 #define HAVE_SOCKET 1 #define HAVE_SRAND 1 #define HAVE_SRANDOM 1 #define HAVE_STAT 1 #define HAVE_STRCHR 1 #define HAVE_SYSTEM 1 #define HAVE_TGETENT 1 #define HAVE_TIMES 1 #define HAVE_ULIMIT 1 #define HAVE_UNLINK 1 /* #undef HAVE_VFORK */ #define HAVE_VPRINTF 1 #define HAVE_WAIT3 1 #define HAVE_ACOSH 1 #define HAVE_ERFC 1 #define RETSIGTYPE void #ifndef HAVE_INDEX #ifdef HAVE_STRCHR #define index strchr #define rindex strrchr #endif #else #ifndef HAVE_STRCHR #define strchr index #define strrchr rindex #endif #endif #ifndef HAVE_KILL #ifdef HAVE_RAISE #define kill(pid,sig) raise(sig) #endif #endif #ifndef HAVE_SRANDOM #ifdef HAVE_SRAND #define srandom srand #define random rand #endif #endif #ifndef X_DISPLAY_MISSING #define AVAIL_X11 #endif #define AVAIL_MFB