| 
									
										
										
										
											1997-01-31 16:15:11 +00:00
										 |  |  | /***********************************************************
 | 
					
						
							|  |  |  | Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam, | 
					
						
							|  |  |  | The Netherlands. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                         All Rights Reserved | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Permission to use, copy, modify, and distribute this software and its  | 
					
						
							|  |  |  | documentation for any purpose and without fee is hereby granted,  | 
					
						
							|  |  |  | provided that the above copyright notice appear in all copies and that | 
					
						
							|  |  |  | both that copyright notice and this permission notice appear in  | 
					
						
							|  |  |  | supporting documentation, and that the names of Stichting Mathematisch | 
					
						
							|  |  |  | Centrum or CWI not be used in advertising or publicity pertaining to | 
					
						
							|  |  |  | distribution of the software without specific, written prior permission. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO | 
					
						
							|  |  |  | THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND | 
					
						
							|  |  |  | FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE | 
					
						
							|  |  |  | FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
					
						
							|  |  |  | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
					
						
							|  |  |  | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | 
					
						
							|  |  |  | OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ******************************************************************/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-08-19 11:38:54 +00:00
										 |  |  | /* config.h for Macintosh.
 | 
					
						
							|  |  |  |    Most recently tested with CodeWarrior C (define: __MWERKS__), | 
					
						
							|  |  |  |    but there are some provisions for Think C (define: THINK_C), | 
					
						
							|  |  |  |    Apple C for MPW (define: applec), or Symantec C for MPW (define: __SC__). | 
					
						
							|  |  |  |    There's no point in giving exact version numbers of the compilers | 
					
						
							|  |  |  |    since we don't update this file as each compiler comes out; | 
					
						
							|  |  |  |    with CodeWarrior, we generally use the most recent version. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #define USE_STACKCHECK
 | 
					
						
							| 
									
										
										
										
											1994-08-29 08:42:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | #ifdef applec
 | 
					
						
							|  |  |  | #define MPW
 | 
					
						
							| 
									
										
										
										
											1994-08-29 08:42:37 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-01-18 13:56:20 +00:00
										 |  |  | /* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | #ifndef macintosh
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | #define macintosh
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-08-05 16:04:47 +00:00
										 |  |  | #define SIZEOF_INT 4
 | 
					
						
							|  |  |  | #define SIZEOF_LONG 4
 | 
					
						
							| 
									
										
										
										
											1998-10-05 11:43:32 +00:00
										 |  |  | #define SIZEOF_VOID_P 4
 | 
					
						
							|  |  |  | #define HAVE_LONG_LONG 1
 | 
					
						
							| 
									
										
										
										
											1998-08-05 16:04:47 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-01-18 23:59:06 +00:00
										 |  |  | #ifdef THINK_C
 | 
					
						
							|  |  |  | #define HAVE_FOPENRF
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-02-14 16:02:30 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-21 15:20:20 +00:00
										 |  |  | #define HAVE_MKTIME
 | 
					
						
							| 
									
										
										
										
											1996-10-23 15:42:01 +00:00
										 |  |  | #ifdef __MWERKS__
 | 
					
						
							|  |  |  | #define HAVE_STRFTIME
 | 
					
						
							| 
									
										
										
										
											1998-02-20 15:50:23 +00:00
										 |  |  | #ifndef __MC68K__
 | 
					
						
							|  |  |  | /* 68K hypot definition (and implementation) are unuseable
 | 
					
						
							|  |  |  | ** because they use 10-byte floats. | 
					
						
							|  |  |  | */ | 
					
						
							|  |  |  | #define HAVE_HYPOT
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-10-23 15:42:01 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-02-20 15:50:23 +00:00
										 |  |  | #define CHECK_IMPORT_CASE
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-02-14 16:02:30 +00:00
										 |  |  | #ifdef USE_GUSI
 | 
					
						
							|  |  |  | /* GUSI provides a lot of unixisms */ | 
					
						
							|  |  |  | #define HAVE_SELECT
 | 
					
						
							|  |  |  | #define DIRENT
 | 
					
						
							|  |  |  | #define HAVE_GETPEERNAME
 | 
					
						
							|  |  |  | #define HAVE_SELECT
 | 
					
						
							|  |  |  | #define HAVE_FCNTL_H
 | 
					
						
							|  |  |  | #define HAVE_SYS_TIME_H
 | 
					
						
							|  |  |  | #define HAVE_UNISTD_H
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1995-01-18 23:59:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-06-27 13:18:14 +00:00
										 |  |  | #ifdef SYMANTEC__CFM68K__
 | 
					
						
							| 
									
										
										
										
											1995-02-19 15:49:39 +00:00
										 |  |  | #define atof Py_AtoF
 | 
					
						
							|  |  |  | #define strtod Py_StrToD
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if on AIX 3.
 | 
					
						
							|  |  |  |    System headers sometimes define this. | 
					
						
							|  |  |  |    We just want to avoid a redefinition error message.  */ | 
					
						
							|  |  |  | #ifndef _ALL_SOURCE
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef _ALL_SOURCE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if type char is unsigned and you are not using gcc.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef __CHAR_UNSIGNED__ */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define to empty if the keyword does not work.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef const */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have dirent.h.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef DIRENT */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to the type of elements in the array set by `getgroups'.
 | 
					
						
							|  |  |  |    Usually this is either `int' or `gid_t'.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef GETGROUPS_T */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to `int' if <sys/types.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef gid_t */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if your struct tm has tm_zone.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_TM_ZONE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you don't have tm_zone but do have the external array
 | 
					
						
							|  |  |  |    tzname.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_TZNAME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if on MINIX.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef _MINIX */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to `int' if <sys/types.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef mode_t */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you don't have dirent.h, but have ndir.h.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef NDIR */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to `long' if <sys/types.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef off_t */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to `int' if <sys/types.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef pid_t */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if the system does not provide POSIX.1 features except
 | 
					
						
							|  |  |  |    with this defined.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef _POSIX_1_SOURCE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you need to in order for stat and other things to work.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef _POSIX_SOURCE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define as the return type of signal handlers (int or void).  */ | 
					
						
							|  |  |  | #define RETSIGTYPE void
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Define to `unsigned' if <sys/types.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef size_t */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the ANSI C header files.  */ | 
					
						
							| 
									
										
										
										
											1998-08-20 14:49:33 +00:00
										 |  |  | #define STDC_HEADERS 1
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you don't have dirent.h, but have sys/dir.h.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef SYSDIR */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you don't have dirent.h, but have sys/ndir.h.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef SYSNDIR */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you can safely include both <sys/time.h> and <time.h>.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef TIME_WITH_SYS_TIME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if your <sys/time.h> declares struct tm.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef TM_IN_SYS_TIME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to `int' if <sys/types.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef uid_t */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if the closedir function returns void instead of int.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef VOID_CLOSEDIR */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if your <unistd.h> contains bad prototypes for exec*()
 | 
					
						
							|  |  |  |    (as it does on SGI IRIX 4.x) */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef BAD_EXEC_PROTOTYPES */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* Define if your compiler botches static forward declarations */ | 
					
						
							| 
									
										
										
										
											1994-12-14 13:38:13 +00:00
										 |  |  | #ifdef __MWERKS__
 | 
					
						
							|  |  |  | #define BAD_STATIC_FORWARD
 | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifdef __SC__
 | 
					
						
							|  |  |  | #define BAD_STATIC_FORWARD
 | 
					
						
							| 
									
										
										
										
											1994-12-14 13:38:13 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to `long' if <time.h> doesn't define.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef clock_t */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if getpgrp() must be called as getpgrp(0)
 | 
					
						
							|  |  |  |    and (consequently) setpgrp() as setpgrp(0, 0). */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef GETPGRP_HAVE_ARG */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define this if your time.h defines altzone */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_ALTZONE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if your compiler supports function prototypes */ | 
					
						
							| 
									
										
										
										
											1998-08-20 14:49:33 +00:00
										 |  |  | #define HAVE_PROTOTYPES 1
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if your compiler supports variable length function prototypes
 | 
					
						
							|  |  |  |    (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ | 
					
						
							|  |  |  | #define HAVE_STDARG_PROTOTYPES
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have POSIX threads */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef _POSIX_THREADS */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define to empty if the keyword does not work.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef signed */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if  you can safely include both <sys/select.h> and <sys/time.h>
 | 
					
						
							|  |  |  |    (which you can't on SCO ODT 3.0). */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef SYS_SELECT_WITH_SYS_TIME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you want to use SGI (IRIX 4) dynamic linking.
 | 
					
						
							|  |  |  |    This requires the "dl" library by Jack Jansen, | 
					
						
							|  |  |  |    ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.
 | 
					
						
							|  |  |  |    Don't bother on IRIX 5, it already has dynamic linking using SunOS | 
					
						
							|  |  |  |    style shared libraries */  | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef WITH_SGI_DL */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you want to emulate SGI (IRIX 4) dynamic linking.
 | 
					
						
							|  |  |  |    This is rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), | 
					
						
							|  |  |  |    Sequent Symmetry (Dynix), and Atari ST. | 
					
						
							|  |  |  |    This requires the "dl-dld" library, | 
					
						
							|  |  |  |    ftp://ftp.cwi.nl/pub/dynload/dl-dld-1.1.tar.Z,
 | 
					
						
							|  |  |  |    as well as the "GNU dld" library, | 
					
						
							|  |  |  |    ftp://ftp.cwi.nl/pub/dynload/dld-3.2.3.tar.Z.
 | 
					
						
							|  |  |  |    Don't bother on SunOS 4 or 5, they already have dynamic linking using | 
					
						
							|  |  |  |    shared libraries */  | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef WITH_DL_DLD */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you want to compile in rudimentary thread support */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef WITH_THREAD */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you want to use the GNU readline library */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef WITH_READLINE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have chown.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_CHOWN */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have clock.  */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | #define HAVE_CLOCK
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have dlopen.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_DLOPEN */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have ftime.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_FTIME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have getpeername.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_GETPEERNAME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have getpgrp.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_GETPGRP */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have getpid.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_GETPID */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have gettimeofday.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_GETTIMEOFDAY */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have getwd.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_GETWD */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have link.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LINK */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have lstat.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LSTAT */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have nice.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_NICE */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have readlink.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_READLINK */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have select.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SELECT */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have setgid.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SETGID */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have setpgid.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SETPGID */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have setpgrp.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SETPGRP */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have setsid.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SETSID */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have setuid.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SETUID */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-05-06 14:16:30 +00:00
										 |  |  | /* Define if you have setvbuf.  */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | #define HAVE_SETVBUF
 | 
					
						
							| 
									
										
										
										
											1994-05-06 14:16:30 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have siginterrupt.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SIGINTERRUPT */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have symlink.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYMLINK */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have tcgetpgrp.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_TCGETPGRP */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have tcsetpgrp.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_TCSETPGRP */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have times.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_TIMES */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have uname.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_UNAME */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have waitpid.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_WAITPID */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <dlfcn.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_DLFCN_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have the <fcntl.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_FCNTL_H */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have the <signal.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | #define HAVE_SIGNAL_H
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <stdarg.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | #define HAVE_STDARG_H
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <stdlib.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | #define HAVE_STDLIB_H
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <sys/audioio.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_AUDIOIO_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <sys/param.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_PARAM_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <sys/select.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_SELECT_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have the <sys/time.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_TIME_H */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have the <sys/times.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_TIMES_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <sys/un.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_UN_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <sys/utsname.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_SYS_UTSNAME_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <thread.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_THREAD_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <unistd.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_UNISTD_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the <utime.h> header file.  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_UTIME_H */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the dl library (-ldl).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBDL */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have the inet library (-linet).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBINET */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have the mpc library (-lmpc).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBMPC */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the nsl library (-lnsl).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBNSL */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have the pthreads library (-lpthreads).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBPTHREADS */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have the seq library (-lseq).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBSEQ */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the socket library (-lsocket).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBSOCKET */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the sun library (-lsun).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBSUN */ | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | /* Define if you have the termcap library (-ltermcap).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBTERMCAP */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Define if you have the termlib library (-ltermlib).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBTERMLIB */ | 
					
						
							| 
									
										
										
										
											1994-08-19 10:51:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-01-05 16:17:15 +00:00
										 |  |  | /* Define if you have the thread library (-lthread).  */ | 
					
						
							| 
									
										
										
										
											1995-02-18 14:56:51 +00:00
										 |  |  | /* #undef HAVE_LIBTHREAD */ |