Deleted Added
full compact
principal.c (107207) principal.c (120945)
1/*
2 * Copyright (c) 1997-2002 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 27 unchanged lines hidden (view full) ---

36#define USE_RESOLVER
37#endif
38#ifdef HAVE_ARPA_NAMESER_H
39#include <arpa/nameser.h>
40#endif
41#include <fnmatch.h>
42#include "resolve.h"
43
1/*
2 * Copyright (c) 1997-2002 Kungliga Tekniska H�gskolan
3 * (Royal Institute of Technology, Stockholm, Sweden).
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 27 unchanged lines hidden (view full) ---

36#define USE_RESOLVER
37#endif
38#ifdef HAVE_ARPA_NAMESER_H
39#include <arpa/nameser.h>
40#endif
41#include <fnmatch.h>
42#include "resolve.h"
43
44RCSID("$Id: principal.c,v 1.81.2.1 2002/10/21 16:08:25 joda Exp $");
44RCSID("$Id: principal.c,v 1.82 2002/10/21 15:30:53 joda Exp $");
45
46#define princ_num_comp(P) ((P)->name.name_string.len)
47#define princ_type(P) ((P)->name.name_type)
48#define princ_comp(P) ((P)->name.name_string.val)
49#define princ_ncomp(P, N) ((P)->name.name_string.val[(N)])
50#define princ_realm(P) ((P)->realm)
51
52void

--- 1032 unchanged lines hidden ---
45
46#define princ_num_comp(P) ((P)->name.name_string.len)
47#define princ_type(P) ((P)->name.name_type)
48#define princ_comp(P) ((P)->name.name_string.val)
49#define princ_ncomp(P, N) ((P)->name.name_string.val[(N)])
50#define princ_realm(P) ((P)->realm)
51
52void

--- 1032 unchanged lines hidden ---