1#
2# This Source Code Form is subject to the terms of the Mozilla Public
3# License, v. 2.0. If a copy of the MPL was not distributed with this
4# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
6# On OSF1 V3.2, classic nspr is the default (and only) implementation
7# strategy.
8
9#
10# Config stuff for DEC OSF/1 V3.2
11#
12include $(CORE_DEPTH)/coreconf/OSF1.mk
13
14ifeq ($(OS_RELEASE),V3.2)
15	OS_CFLAGS += -DOSF1V3
16endif
17