169783Smsmith/*	$NetBSD: sl_locl.h,v 1.2 2017/01/28 21:31:50 christos Exp $	*/
269783Smsmith
369783Smsmith/*
469783Smsmith * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska H��gskolan
569783Smsmith * (Royal Institute of Technology, Stockholm, Sweden).
669783Smsmith * All rights reserved.
769783Smsmith *
869783Smsmith * Redistribution and use in source and binary forms, with or without
969783Smsmith * modification, are permitted provided that the following conditions
1069783Smsmith * are met:
1169783Smsmith *
1269783Smsmith * 1. Redistributions of source code must retain the above copyright
1369783Smsmith *    notice, this list of conditions and the following disclaimer.
1469783Smsmith *
1569783Smsmith * 2. Redistributions in binary form must reproduce the above copyright
1669783Smsmith *    notice, this list of conditions and the following disclaimer in the
1769783Smsmith *    documentation and/or other materials provided with the distribution.
1869783Smsmith *
1969783Smsmith * 3. Neither the name of the Institute nor the names of its contributors
2069783Smsmith *    may be used to endorse or promote products derived from this software
2169783Smsmith *    without specific prior written permission.
2269783Smsmith *
2369783Smsmith * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
2469783Smsmith * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2569783Smsmith * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2669783Smsmith * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
2769783Smsmith * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2869783Smsmith * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2969783Smsmith * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
3069783Smsmith * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
3169783Smsmith * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
3269783Smsmith * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3369783Smsmith * SUCH DAMAGE.
3469783Smsmith */
3569783Smsmith
3669783Smsmith/* Id */
3769783Smsmith
3869783Smsmith#include <config.h>
3969783Smsmith#include <stdio.h>
4069783Smsmith#include <stdlib.h>
4169783Smsmith#include <string.h>
4269783Smsmith#include <stdarg.h>
4369783Smsmith#include <ctype.h>
4469783Smsmith
4569783Smsmith#include <krb5/roken.h>
4669783Smsmith
4769783Smsmith#include <krb5/sl.h>
4869783Smsmith