5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | #ifndef MACHINE_H
#define MACHINE_H
|
cb2256 | 1995-10-11 | Fredrik Hübinette (Hubbe) | | /* Define for solaris */
#undef SOLARIS
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if using alloca.c. */
#undef C_ALLOCA
/* Define if the closedir function returns void instead of int. */
#undef VOID_CLOSEDIR
/* Define if you have alloca.h and it should be used (not Ultrix). */
#undef HAVE_ALLOCA_H
/* Define if you have locale.h */
#undef HAVE_LOCALE_H
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
|
370426 | 1996-08-03 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <crypt.h> header file. */
#undef HAVE_CRYPT_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <sys/rusage.h> header file. */
#undef HAVE_SYS_RUSAGE_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
|
5ebdb5 | 1996-09-22 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
|
9be75d | 1995-11-02 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
|
693018 | 1996-02-25 | Fredrik Hübinette (Hubbe) | | /* Define if we may include both time.h and sys/time.h */
#undef TIME_WITH_SYS_TIME
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
|
eeff02 | 1996-08-12 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <setjmp.h> header file. */
#undef HAVE_SETJMP_H
|
628379 | 1995-09-01 | Fredrik Hübinette (Hubbe) | |
|
bdb509 | 1996-09-25 | Fredrik Hübinette (Hubbe) | | /* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* more header files */
#undef HAVE_FCNTL_H
#undef HAVE_SYS_FILIO_H
#undef HAVE_SYS_SOCKIO_H
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
/* Define if you compiler _doesn't_ have const */
#undef const
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to 'int' if <sys/time.h> doesn't */
#undef time_t
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
#undef STACK_DIRECTION
/* Is the library function inet_ntoa() compatible with the compiler ? */
#undef INET_NTOA_OK
/* The following values must be evaluable by the preprocessor */
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#undef RENAME_HANDLES_DIRECTORIES
/* Does the system have a getrusage call? */
#undef HAVE_GETRUSAGE
/* If so, is it restricted to user and system time? */
#undef GETRUSAGE_RESTRICTED
/* Solaris has rusage as an ioctl on procfs */
#undef GETRUSAGE_THROUGH_PROCFS
/* How to set a socket non-blocking */
#undef USE_IOCTL_FIONBIO
#undef USE_FCNTL_O_NDELAY
#undef USE_FCNTL_FNDELAY
|
5d4cd8 | 1996-02-10 | Fredrik Hübinette (Hubbe) | | #undef USE_FCNTL_O_NONBLOCK
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | |
/* Define if you have index */
#undef HAVE_STRTOL
/* Define if you have rindex */
#undef HAVE_RINDEX
/* Define if you have strchr */
#undef HAVE_STRCHR
/* Define if you have strrchr */
#undef HAVE_STRRCHR
/* Define if you have strstr */
#undef HAVE_STRSTR
/* Define if you have strtok */
#undef HAVE_STRTOK
|
cb2256 | 1995-10-11 | Fredrik Hübinette (Hubbe) | | /* Define if you have strcasecmp */
#undef HAVE_STRCASECMP
|
bdb509 | 1996-09-25 | Fredrik Hübinette (Hubbe) | | /* Define if you have isspace */
#undef HAVE_ISSPACE
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have strtod */
#undef HAVE_STRTOD
/* Define if you have bzero. */
#undef HAVE_BZERO
/* Define if you have crypt. */
#undef HAVE_CRYPT
/* Define if you have _crypt. */
#undef HAVE__CRYPT
/* Define if you have ualarm (else put ualarm.o in the makefile). */
#undef HAVE_UALARM
|
06983f | 1996-09-22 | Fredrik Hübinette (Hubbe) | | /* Define if your ualarm takes two args.. */
#undef UALARM_TAKES_TWO_ARGS
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have fchmod. */
#undef HAVE_FCHMOD
/* Define if you have getenv. */
#undef HAVE_GETENV
|
ddea55 | 1996-07-01 | Fredrik Hübinette (Hubbe) | | /* Define if you have gettimeofday. */
#undef HAVE_GETTIMEOFDAY
|
e0b956 | 1996-07-02 | Fredrik Hübinette (Hubbe) | | /* Define if gettimeofday takes to arguments */
#undef GETTIMEOFDAY_TAKES_TWO_ARGS
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Does your unix have a putenv function? */
#undef HAVE_PUTENV
/* Define if you have memchr */
#undef HAVE_MEMCMP
/* Define if you have memchr */
#undef HAVE_MEMCHR
/* Define if you have memcpy. */
#undef HAVE_MEMCPY
/* Define if you have memmove. */
|
c5c86a | 1995-11-15 | Fredrik Hübinette (Hubbe) | | #ifndef __CHECKER__
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | #undef HAVE_MEMMOVE
|
c5c86a | 1995-11-15 | Fredrik Hübinette (Hubbe) | | #endif
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | |
/* Define if you have memmem. */
#undef HAVE_MEMMEM
/* Define if you have memset. */
#undef HAVE_MEMSET
|
370426 | 1996-08-03 | Fredrik Hübinette (Hubbe) | | /* Define if you have mmap() */
#undef HAVE_MMAP
/* Define if you have munmap() */
#undef HAVE_MUNMAP
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have strcspn. */
#undef HAVE_STRCSPN
/* Define if you have vfprintf. */
#undef HAVE_VFPRINTF
/* Define if you have vsprintf. */
#undef HAVE_VSPRINTF
/* Define if you have setlocale. */
#undef HAVE_SETLOCALE
/* Define if you have strcoll. */
#undef HAVE_STRCOLL
|
9be75d | 1995-11-02 | Fredrik Hübinette (Hubbe) | | /* Define if you have sigaction */
#undef HAVE_SIGACTION
/* Define if you have sigvec */
#undef HAVE_SIGVEC
|
c5c86a | 1995-11-15 | Fredrik Hübinette (Hubbe) | | /* Define if your signals are one-shot */
|
9be75d | 1995-11-02 | Fredrik Hübinette (Hubbe) | | #undef SIGNAL_ONESHOT
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have setrlimit */
#undef HAVE_SETRLIMIT
/* Define if you have getrlimit */
#undef HAVE_GETRLIMIT
|
fa188e | 1996-06-21 | Fredrik Hübinette (Hubbe) | | /* define if you have localtime */
#undef HAVE_LOCALTIME
|
15a436 | 1995-11-15 | Fredrik Hübinette (Hubbe) | | /* Define if you have waitpid */
#undef HAVE_WAITPID
/* Define if you have wait4 */
#undef HAVE_WAIT4
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | /* Define if you have the m library (-lm). */
#undef HAVE_LIBM
/* Define if you have the nsl library (-lnsl). */
#undef HAVE_LIBNSL
/* Define if you have the socket library (-lsocket). */
#undef HAVE_LIBSOCKET
/* You have gcc stype function attributes? */
#undef HAVE_FUNCTION_ATTRIBUTES
/* Do your compiler grock 'volatile' */
#define VOLATILE volatile
#ifdef HAVE_FUNCTION_ATTRIBUTES
#define ATTRIBUTE(X) __attribute__ (X)
#else
#define ATTRIBUTE(X)
#endif
/* How to extract a char and an unsigned char from a char * */
#undef EXTRACT_CHAR_BY_CAST
#undef EXTRACT_UCHAR_BY_CAST
/* The rest of this file is just to eliminate warnings */
/* define if declaration of strchr is missing */
#undef STRCHR_DECL_MISSING
/* define if declaration of malloc is missing */
#undef MALLOC_DECL_MISSING
/* define if declaration of getpeername is missing */
#undef GETPEERNAME_DECL_MISSING
/* define if declaration of gethostname is missing */
#undef GETHOSTNAME_DECL_MISSING
/* define if declaration of popen is missing */
#undef POPEN_DECL_MISSING
/* define if declaration of getenv is missing */
#undef GETENV_DECL_MISSING
/* what type does malloc return? */
#undef POINTER
/* what type does free return? */
#undef FREE_RETURNS_VOID
/* Does your processor handle reading ints from odd adresses? */
#undef HANDLES_UNALIGNED_MEMORY_ACCESS
/* What byteorder doe your machie use most machines use 4321, PC use 1234 */
#define BYTEORDER 0
/* Number of possible filedesriptors */
#define MAX_OPEN_FILEDESCRIPTORS 1024
/* Value of first constant defined by byacc/bison/yacc or whatever you use. */
#define F_OFFSET 257
|
fa188e | 1996-06-21 | Fredrik Hübinette (Hubbe) | | /* Define this if struct tm is included in <sys/time.h> as opposed to <time.h> */
#define TM_IN_SYS_TIME
/* define this if #include <time.h> provides an external int timezone */
#undef HAVE_EXTERNAL_TIMEZONE
/* define this if your struct tm has a tm_gmtoff */
#undef STRUCT_TM_HAS_GMTOFF
/* Define if you have struct timeval */
#define HAVE_STRUCT_TIMEVAL
|
528817 | 1996-09-29 | Fredrik Hübinette (Hubbe) | | /* Define this to the max value of an unsigned short unles <limits.h> does.. */
#undef USHRT_MAX
|
07513e | 1996-10-04 | Fredrik Hübinette (Hubbe) | | /* define this if you have pthreads.h */
#undef HAVE_PTHREAD_H
/* Define this if you are going to use threads */
#undef _REENTRANT
#undef _THREAD_SAFE
|
5267b7 | 1995-08-09 | Fredrik Hübinette (Hubbe) | | #endif /* MACHINE_H */
|