head 1.7; access; symbols MM_1_1_3:1.4 MM_1_1_2:1.4 MM_1_1_1:1.4 MM_1_1_0:1.3 MM_1_0_12:1.1.1.1 MM_1_0_11:1.1.1.1 MM_1_0_10:1.1.1.1 MM_1_0_9:1.1.1.1 MM_1_0_8:1.1.1.1 MM_1_0_7:1.1.1.1 MM_1_0_6:1.1.1.1 MM_1_0_5:1.1.1.1 MM_1_0_4:1.1.1.1 MM_1_0_3:1.1.1.1 MM_1_0_1:1.1.1.1 MM_1_0_0:1.1.1.1 MM_1_0b6:1.1.1.1 MM_1_0b5:1.1.1.1 MM_1_0b4:1.1.1.1 MM_1_0b3:1.1.1.1 MM_1_0b2plus:1.1.1.1 RSE:1.1.1; locks; strict; comment @# @; 1.7 date 2002.07.26.13.04.40; author rse; state dead; branches; next 1.6; 1.6 date 2002.07.26.09.59.34; author rse; state Exp; branches; next 1.5; 1.5 date 2001.01.29.20.27.22; author rse; state Exp; branches; next 1.4; 1.4 date 2000.04.30.18.33.07; author rse; state Exp; branches; next 1.3; 1.3 date 2000.04.30.09.22.11; author rse; state Exp; branches; next 1.2; 1.2 date 2000.03.17.16.54.08; author rse; state Exp; branches; next 1.1; 1.1 date 99.03.15.11.12.50; author rse; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.03.15.11.12.50; author rse; state Exp; branches; next ; desc @@ 1.7 log @major source tree overhauling @ text @/* ==================================================================== * Copyright (c) 1999-2002 Ralf S. Engelschall. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 3. All advertising materials mentioning features or use of this * software must display the following acknowledgment: * "This product includes software developed by * Ralf S. Engelschall ." * * 4. Redistributions of any form whatsoever must retain the following * acknowledgment: * "This product includes software developed by * Ralf S. Engelschall ." * * THIS SOFTWARE IS PROVIDED BY RALF S. ENGELSCHALL ``AS IS'' AND ANY * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RALF S. ENGELSCHALL OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * ==================================================================== */ /* ** ** mm_conf.h ** */ #ifndef _MM_CONF_H_ #define _MM_CONF_H_ /* VM Page Size Determination */ #undef MM_VMPS_GETPAGESIZE #undef MM_VMPS_SYSCONF #undef MM_VMPS_BEOS /* Shared Memory Type */ #undef MM_SHMT_MMANON #undef MM_SHMT_MMPOSX #undef MM_SHMT_MMZERO #undef MM_SHMT_MMFILE #undef MM_SHMT_IPCSHM #undef MM_SHMT_BEOS /* Shared Memory Maximum Segment Size */ #define MM_SHM_MAXSEGSIZE @@MM_SHM_MAXSEGSIZE@@ /* Semaphore Type */ #undef MM_SEMT_FLOCK #undef MM_SEMT_FCNTL #undef MM_SEMT_IPCSEM #undef MM_SEMT_BEOS /* Debugging */ #undef MM_DEBUG /* Standard Autoconf stuff */ #undef HAVE_MEMCPY #undef HAVE_MEMSET #undef HAVE_BCOPY #undef HAVE_MEMORY_H #undef MM_OS_SUNOS #undef MM_OS_BS2000 #undef HAVE_PATH_MAX #undef HAVE__POSIX_PATH_MAX #undef HAVE_MAXPATHLEN #undef HAVE_UNION_SEMUN #endif /* _MM_CONF_H_ */ @ 1.6 log @bump copyright year @ text @@ 1.5 log @*** empty log message *** @ text @d2 1 a2 1 * Copyright (c) 1999-2001 Ralf S. Engelschall. All rights reserved. @ 1.4 log @*** empty log message *** @ text @d2 1 a2 1 * Copyright (c) 1999-2000 Ralf S. Engelschall. All rights reserved. @ 1.3 log @*** empty log message *** @ text @d81 1 @ 1.2 log @*** empty log message *** @ text @d1 40 d42 1 d44 1 d47 2 a48 2 #ifndef MM_CONF_HH #define MM_CONF_HH d86 2 a87 1 #endif /* MM_CONF_HH */ @ 1.1 log @Initial revision @ text @d11 1 d19 1 d28 1 @ 1.1.1.1 log @Import into CVS @ text @@