Makefile revision b6805bf78d2bbbeeaea8909a05623587b42d58b3
4077N/A# The contents of this file are subject to the terms of the 4077N/A# Common Development and Distribution License (the "License"). 4077N/A# You may not use this file except in compliance with the License. 4077N/A# See the License for the specific language governing permissions 4077N/A# and limitations under the License. 4077N/A# When distributing Covered Code, include this CDDL HEADER in each 4077N/A# If applicable, add the following below this CDDL HEADER, with the 4077N/A# fields enclosed by brackets "[]" replaced with your own identifying 4077N/A# information: Portions Copyright [yyyy] [name of copyright owner] 4077N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 5680N/A# Use is subject to license terms. 5714N/A# Makefile definitions for Domain Configuration Server (DCS) 5680N/A# Set CONCURR_MODE to one of the following: 4077N/A# MULTI_THR - multiple threads with _no_ i18n support* 4077N/A# MULTI_PROC - multiple processes with i18n support 4077N/A# * Currently, there is no per thread locale support in Solaris. 4077N/A# Thus, multiple processes is the only way to fully support i18n.