michael@0: #! /bin/sh michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: MOZ_APP_NAME=xulrunner michael@0: MOZ_APP_DISPLAYNAME=XULRunner michael@0: MOZ_UPDATER=1 michael@0: MOZ_XULRUNNER=1 michael@0: MOZ_CHROME_FILE_FORMAT=omni michael@0: MOZ_APP_VERSION=$MOZILLA_VERSION michael@0: MOZ_PLACES=1 michael@0: MOZ_EXTENSIONS_DEFAULT=" gio" michael@0: MOZ_URL_CLASSIFIER=1 michael@0: MOZ_SERVICES_COMMON=1 michael@0: MOZ_SERVICES_CRYPTO=1 michael@0: MOZ_SERVICES_METRICS=1 michael@0: MOZ_SERVICES_SYNC=1 michael@0: MOZ_MEDIA_NAVIGATOR=1 michael@0: if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then michael@0: MOZ_FOLD_LIBS=1 michael@0: fi michael@0: MOZ_SERVICES_HEALTHREPORT=1