1*ebfedea0SLionel Sambuc/*********************************************************************** 2*ebfedea0SLionel Sambuc * Copyright (c) 2010, Secure Endpoints Inc. 3*ebfedea0SLionel Sambuc * All rights reserved. 4*ebfedea0SLionel Sambuc * 5*ebfedea0SLionel Sambuc * Redistribution and use in source and binary forms, with or without 6*ebfedea0SLionel Sambuc * modification, are permitted provided that the following conditions 7*ebfedea0SLionel Sambuc * are met: 8*ebfedea0SLionel Sambuc * 9*ebfedea0SLionel Sambuc * - Redistributions of source code must retain the above copyright 10*ebfedea0SLionel Sambuc * notice, this list of conditions and the following disclaimer. 11*ebfedea0SLionel Sambuc * 12*ebfedea0SLionel Sambuc * - Redistributions in binary form must reproduce the above copyright 13*ebfedea0SLionel Sambuc * notice, this list of conditions and the following disclaimer in 14*ebfedea0SLionel Sambuc * the documentation and/or other materials provided with the 15*ebfedea0SLionel Sambuc * distribution. 16*ebfedea0SLionel Sambuc * 17*ebfedea0SLionel Sambuc * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18*ebfedea0SLionel Sambuc * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19*ebfedea0SLionel Sambuc * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 20*ebfedea0SLionel Sambuc * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 21*ebfedea0SLionel Sambuc * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 22*ebfedea0SLionel Sambuc * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 23*ebfedea0SLionel Sambuc * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 24*ebfedea0SLionel Sambuc * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25*ebfedea0SLionel Sambuc * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 26*ebfedea0SLionel Sambuc * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27*ebfedea0SLionel Sambuc * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 28*ebfedea0SLionel Sambuc * OF THE POSSIBILITY OF SUCH DAMAGE. 29*ebfedea0SLionel Sambuc * 30*ebfedea0SLionel Sambuc **********************************************************************/ 31*ebfedea0SLionel Sambuc 32*ebfedea0SLionel Sambuc#define RC_FILE_TYPE VFT_DLL 33*ebfedea0SLionel Sambuc#define RC_FILE_DESC_0409 "Generic Security Service Application Program Interface library" 34*ebfedea0SLionel Sambuc#define RC_FILE_ORIG_0409 "gssapi.dll" 35*ebfedea0SLionel Sambuc 36*ebfedea0SLionel Sambuc#include "../../windows/version.rc" 37