1226031Sstas/***********************************************************************
2226031Sstas * Copyright (c) 2010, Secure Endpoints Inc.
3226031Sstas * All rights reserved.
4226031Sstas *
5226031Sstas * Redistribution and use in source and binary forms, with or without
6226031Sstas * modification, are permitted provided that the following conditions
7226031Sstas * are met:
8226031Sstas *
9226031Sstas * - Redistributions of source code must retain the above copyright
10226031Sstas *   notice, this list of conditions and the following disclaimer.
11226031Sstas *
12226031Sstas * - Redistributions in binary form must reproduce the above copyright
13226031Sstas *   notice, this list of conditions and the following disclaimer in
14226031Sstas *   the documentation and/or other materials provided with the
15226031Sstas *   distribution.
16226031Sstas *
17226031Sstas * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18226031Sstas * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19226031Sstas * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20226031Sstas * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21226031Sstas * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22226031Sstas * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23226031Sstas * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24226031Sstas * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25226031Sstas * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26226031Sstas * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27226031Sstas * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
28226031Sstas * OF THE POSSIBILITY OF SUCH DAMAGE.
29226031Sstas *
30226031Sstas **********************************************************************/
31226031Sstas
32226031Sstas#ifndef HEIMDAL_KRB5_CCACHE_PLUGIN_H
33226031Sstas#define HEIMDAL_KRB5_CCACHE_PLUGIN_H 1
34226031Sstas
35226031Sstas#include <krb5.h>
36226031Sstas
37226031Sstas#define KRB5_PLUGIN_CCACHE "ccache_ops"
38226031Sstas
39226031Sstas#endif /* HEIMDAL_KRB5_CCACHE_PLUGIN_H */
40