_vbox.cfg revision de8e40551b020624bc0683e5905f06b51f3ceebe
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync/* ***** BEGIN LICENSE BLOCK *****
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * Version: MPL 1.1/GPL 2.0/LGPL 2.1
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync *
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * The contents of this file are subject to the Mozilla Public License Version
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * 1.1 (the "License"); you may not use this file except in compliance with
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * the License. You may obtain a copy of the License at
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync * http://www.mozilla.org/MPL/
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync *
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync * Software distributed under the License is distributed on an "AS IS" basis,
d63de4508a08b11f57c307a15eda3cd95485bf2cvboxsync * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * for the specific language governing rights and limitations under the
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * License.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync *
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * The Original Code is the Netscape Portable Runtime (NSPR).
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync *
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * The Initial Developer of the Original Code is
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * Netscape Communications Corporation.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * Portions created by the Initial Developer are Copyright (C) 1998-2000
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * the Initial Developer. All Rights Reserved.
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync *
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * Contributor(s):
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * innotek
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync *
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * Alternatively, the contents of this file may be used under the terms of
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * either the GNU General Public License Version 2 or later (the "GPL"), or
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * in which case the provisions of the GPL or the LGPL are applicable instead
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * of those above. If you wish to allow use of your version of this file only
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * under the terms of either the GPL or the LGPL, and not to allow others to
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * use your version of this file under the terms of the MPL, indicate your
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * decision by deleting the provisions above and replace them with the notice
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * and other provisions required by the GPL or the LGPL. If you do not delete
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync * the provisions above, a recipient may use your version of this file under
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * the terms of any one of the MPL, the GPL or the LGPL.
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync *
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync * ***** END LICENSE BLOCK ***** */
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#ifndef nspr_vboxcfg___
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#define nspr_vboxcfg___
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#ifdef __DARWIN__
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# include <md/_darwin.cfg>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#elif defined(__FREEBSD__)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# include <md/_freebsd.cfg>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#elif defined(__L4__)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# include <md/_l4v2.cfg>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#elif defined(__LINUX__)
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync# include <md/_linux.cfg>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#elif defined(__NETBSD__)
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync# include <md/_netbsd.cfg>
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync#elif defined(__OPENBSD__)
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync# include <md/_openbsd.cfg>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#elif defined(__SOLARIS__)
6f6afebdc0972ac696b1199829d8a4c721a7218avboxsync# include <md/_solaris.cfg>
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#else
4bc1bbf45f30ff3ca38c2ad006836e490972c7ccvboxsync# error "Define the correct platform identifier / Port me."
2c691730ab202620fe427110841aa4e0075b7ccavboxsync#endif
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync#endif /* nspr_vboxcfg___ */
5f9dfb422a6ed57822f9c0cb94fa7df8d24acc9bvboxsync