2002-10-01 07:48:00 +02:00
|
|
|
#ident "$Id: config.h.in,v 1.37 2002-10-01 05:47:59 eku Exp $"
|
2002-08-22 13:30:32 +02:00
|
|
|
|
2002-02-16 02:58:24 +01:00
|
|
|
/*
|
2002-02-16 06:06:17 +01:00
|
|
|
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
|
|
|
* - MAC ("MAC", "MAC_AUX" and "MAC_CP" defines)
|
|
|
|
* - EPSON, DELTA, IMP, NCR3000, NeXT, M88K
|
|
|
|
* - Cray, OS/2 and Apollo
|
2002-02-24 17:39:31 +01:00
|
|
|
*
|
|
|
|
* 2002-02-24 Sean Leyne - Code Cleanup of old Win 3.1 port (WINDOWS_ONLY)
|
|
|
|
*
|
2002-02-16 02:58:24 +01:00
|
|
|
*/
|
|
|
|
|
2001-07-30 01:43:24 +02:00
|
|
|
#ifndef AUTOCONFIG_H
|
|
|
|
#define AUTOCONFIG_H
|
|
|
|
|
|
|
|
|
|
|
|
/* Headers */
|
|
|
|
#undef HAVE_ASSERT_H
|
2002-06-29 18:41:10 +02:00
|
|
|
#undef HAVE_CTYPE_H
|
2002-07-29 17:37:59 +02:00
|
|
|
#undef HAVE_ERRNO_H
|
2001-07-30 01:43:24 +02:00
|
|
|
#undef HAVE_FCNTL_H
|
2002-01-04 12:34:22 +01:00
|
|
|
#undef HAVE_GRP_H
|
2002-08-14 13:14:01 +02:00
|
|
|
#undef HAVE_PWD_H
|
2002-01-04 12:34:22 +01:00
|
|
|
#undef HAVE_LIBIO_H
|
2002-06-29 18:41:10 +02:00
|
|
|
#undef HAVE_LOCALE_H
|
|
|
|
#undef HAVE_MATH_H
|
|
|
|
#undef HAVE_PTHREAD_H
|
2001-07-30 01:43:24 +02:00
|
|
|
#undef HAVE_SYS_TYPES_H
|
|
|
|
#undef HAVE_SYS_STAT_H
|
|
|
|
#undef HAVE_SYS_UIO_H
|
|
|
|
#undef HAVE_SYS_WAIT_H
|
2002-09-18 14:50:13 +02:00
|
|
|
#undef TIME_WITH_SYS_TIME
|
2002-08-14 13:14:01 +02:00
|
|
|
#undef HAVE_TIME_H
|
2002-01-04 12:34:22 +01:00
|
|
|
#undef HAVE_SYS_TIME_H
|
2002-06-29 18:41:10 +02:00
|
|
|
#undef HAVE_SYS_TIMEB_H
|
2001-07-30 01:43:24 +02:00
|
|
|
#undef HAVE_SYS_PARAM_H
|
2002-08-14 13:14:01 +02:00
|
|
|
#undef HAVE_SYS_IOCTL_H
|
|
|
|
#undef HAVE_SETJMP_H
|
|
|
|
#undef HAVE_STDARG_H
|
|
|
|
#undef HAVE_STDLIB_H
|
|
|
|
#undef HAVE_STRING_H
|
|
|
|
#undef HAVE_SIGNAL_H
|
|
|
|
#undef HAVE_READLINE_READLINE_H
|
2002-06-29 18:41:10 +02:00
|
|
|
#undef HAVE_UNISTD_H
|
2001-07-30 01:43:24 +02:00
|
|
|
#undef HAVE_VARARGS_H
|
2002-09-11 13:30:50 +02:00
|
|
|
#undef HAVE_VFORK_H
|
2001-07-30 01:43:24 +02:00
|
|
|
|
2002-08-14 13:14:01 +02:00
|
|
|
/* Functions */
|
2002-07-05 17:00:26 +02:00
|
|
|
#undef HAVE_STRLCPY
|
|
|
|
#undef HAVE_STRLCAT
|
2002-08-14 13:14:01 +02:00
|
|
|
#undef HAVE_GETTIMEOFDAY
|
|
|
|
#undef HAVE_TIME
|
2002-08-14 13:44:03 +02:00
|
|
|
#undef HAVE_TIMES
|
2002-08-28 08:50:33 +02:00
|
|
|
#undef HAVE_STRCASECMP
|
|
|
|
#undef HAVE_STRICMP
|
2002-08-14 14:27:41 +02:00
|
|
|
#undef HAVE_DIRNAME
|
2002-08-22 12:48:26 +02:00
|
|
|
#undef HAVE_SIGACTION
|
2002-08-22 13:30:32 +02:00
|
|
|
#undef HAVE_SNPRINTF
|
2002-08-26 13:59:01 +02:00
|
|
|
#undef HAVE_MMAP
|
2002-09-11 13:30:50 +02:00
|
|
|
#undef HAVE_ATEXIT
|
|
|
|
#undef HAVE_ON_EXIT
|
|
|
|
#undef HAVE_WORKING_VFORK
|
|
|
|
#undef HAVE_SETPGRP
|
|
|
|
#undef HAVE_SETPGID
|
|
|
|
#undef SETPGRP_VOID
|
|
|
|
#undef HAVE_FLOCK
|
2002-09-19 12:51:34 +02:00
|
|
|
#undef HAVE_INITGROUPS
|
2002-07-05 17:00:26 +02:00
|
|
|
|
2002-08-14 13:14:01 +02:00
|
|
|
/* Types */
|
2001-08-05 00:48:18 +02:00
|
|
|
#undef socklen_t
|
|
|
|
|
2002-08-14 13:14:01 +02:00
|
|
|
/* gettimeofday accepts second (timezone) argument */
|
|
|
|
#undef GETTIMEOFDAY_RETURNS_TIMEZONE
|
|
|
|
|
2002-07-01 18:59:09 +02:00
|
|
|
/* Are we doing 64bit IO on unix */
|
2002-09-18 14:50:13 +02:00
|
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
#undef _LARGE_FILES
|
2001-07-30 01:43:24 +02:00
|
|
|
|
2002-09-17 07:58:40 +02:00
|
|
|
/* sizeof(void *) = 8 ==> HAS_64BIT_POINTERS */
|
|
|
|
#define SIZEOF_VOID_P 4
|
|
|
|
|
2002-09-18 14:50:13 +02:00
|
|
|
/* alignment of long */
|
|
|
|
#define ALIGNMENT 4
|
|
|
|
|
|
|
|
/* alignment of double */
|
|
|
|
#define DOUBLE_ALIGN 4
|
|
|
|
|
2001-07-30 01:43:24 +02:00
|
|
|
/* Is the platform big endian? */
|
2002-09-17 07:58:40 +02:00
|
|
|
#undef WORDS_BIGENDIAN
|
2001-07-30 01:43:24 +02:00
|
|
|
|
2002-08-22 12:48:26 +02:00
|
|
|
/* Return type of signal handler */
|
|
|
|
#define RETSIGTYPE void
|
|
|
|
|
2002-06-23 21:51:37 +02:00
|
|
|
/* Are paths case sensitive? */
|
|
|
|
#define CASE_SENSITIVITY false
|
|
|
|
|
2002-09-03 15:24:21 +02:00
|
|
|
/* Do we build (need) the lock manager process? */
|
|
|
|
#undef MANAGER_PROCESS
|
|
|
|
|
2002-10-01 07:48:00 +02:00
|
|
|
/* Support databases on Raw Devices (UNIX only) */
|
|
|
|
#undef SUPPORT_RAW_DEVICES
|
|
|
|
|
2001-07-30 01:43:24 +02:00
|
|
|
/* CPU types */
|
|
|
|
#undef PowerPC
|
|
|
|
#undef sparc
|
|
|
|
#undef i386
|
|
|
|
#undef mips
|
|
|
|
#undef alpha
|
|
|
|
|
|
|
|
/* various OS efforts */
|
|
|
|
#undef DARWIN
|
|
|
|
#undef LINUX
|
|
|
|
#undef FREEBSD
|
|
|
|
#undef NETBSD
|
|
|
|
#undef sun
|
|
|
|
#undef SOLARIS
|
|
|
|
#undef hpux
|
|
|
|
#undef ultrix
|
|
|
|
#undef PC_PLATFORM
|
|
|
|
#undef NETWARE_386
|
|
|
|
#undef VMS
|
|
|
|
#undef AIX
|
|
|
|
#undef WIN_NT
|
|
|
|
#undef SCO_EV
|
|
|
|
#undef DGUX
|
|
|
|
#undef DECOSF
|
|
|
|
#undef sgi
|
|
|
|
#undef mpexl
|
|
|
|
#undef UNIXWARE
|
2002-08-14 13:14:01 +02:00
|
|
|
#undef SINIXZ
|
2001-07-30 01:43:24 +02:00
|
|
|
|
2002-09-20 10:28:51 +02:00
|
|
|
#define ISC_PREFIX /usr/local/firebird
|
|
|
|
|
2002-06-23 21:51:37 +02:00
|
|
|
#endif
|