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