1*e0c4386eSCy Schubert /* 2*e0c4386eSCy Schubert * Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. 3*e0c4386eSCy Schubert * 4*e0c4386eSCy Schubert * Licensed under the Apache License 2.0 (the "License"). You may not use 5*e0c4386eSCy Schubert * this file except in compliance with the License. You can obtain a copy 6*e0c4386eSCy Schubert * in the file LICENSE in the source distribution or at 7*e0c4386eSCy Schubert * https://www.openssl.org/source/license.html 8*e0c4386eSCy Schubert */ 9*e0c4386eSCy Schubert 10*e0c4386eSCy Schubert /* 11*e0c4386eSCy Schubert * This file is dual-licensed and is also available under the following 12*e0c4386eSCy Schubert * terms: 13*e0c4386eSCy Schubert * 14*e0c4386eSCy Schubert * Copyright (c) 2004, Richard Levitte <richard@levitte.org> 15*e0c4386eSCy Schubert * All rights reserved. 16*e0c4386eSCy Schubert * 17*e0c4386eSCy Schubert * Redistribution and use in source and binary forms, with or without 18*e0c4386eSCy Schubert * modification, are permitted provided that the following conditions 19*e0c4386eSCy Schubert * are met: 20*e0c4386eSCy Schubert * 1. Redistributions of source code must retain the above copyright 21*e0c4386eSCy Schubert * notice, this list of conditions and the following disclaimer. 22*e0c4386eSCy Schubert * 2. Redistributions in binary form must reproduce the above copyright 23*e0c4386eSCy Schubert * notice, this list of conditions and the following disclaimer in the 24*e0c4386eSCy Schubert * documentation and/or other materials provided with the distribution. 25*e0c4386eSCy Schubert * 26*e0c4386eSCy Schubert * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 27*e0c4386eSCy Schubert * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 28*e0c4386eSCy Schubert * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 29*e0c4386eSCy Schubert * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 30*e0c4386eSCy Schubert * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 31*e0c4386eSCy Schubert * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 32*e0c4386eSCy Schubert * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 33*e0c4386eSCy Schubert * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34*e0c4386eSCy Schubert * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 35*e0c4386eSCy Schubert * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36*e0c4386eSCy Schubert * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37*e0c4386eSCy Schubert */ 38*e0c4386eSCy Schubert 39*e0c4386eSCy Schubert #define LP_SYS_WINCE 40*e0c4386eSCy Schubert /* 41*e0c4386eSCy Schubert * We might want to define LP_MULTIBYTE_AVAILABLE here. It's currently under 42*e0c4386eSCy Schubert * investigation what the exact conditions would be 43*e0c4386eSCy Schubert */ 44*e0c4386eSCy Schubert #include "LPdir_win.c" 45