/contrib/bind9/lib/isccc/include/isccc/symtype.h

https://bitbucket.org/freebsd/freebsd-head/ · C Header · 44 lines · 7 code · 5 blank · 32 comment · 0 complexity · 20c6866c08a248057799af4f3a4486db MD5 · raw file

  1. /*
  2. * Portions Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
  3. * Portions Copyright (C) 2001 Internet Software Consortium.
  4. *
  5. * Permission to use, copy, modify, and/or distribute this software for any
  6. * purpose with or without fee is hereby granted, provided that the above
  7. * copyright notice and this permission notice appear in all copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  11. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
  12. * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  13. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  14. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  15. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  16. *
  17. * Portions Copyright (C) 2001 Nominum, Inc.
  18. *
  19. * Permission to use, copy, modify, and/or distribute this software for any
  20. * purpose with or without fee is hereby granted, provided that the above
  21. * copyright notice and this permission notice appear in all copies.
  22. *
  23. * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
  24. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  25. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
  26. * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  27. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  28. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  29. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  30. */
  31. /* $Id: symtype.h,v 1.10 2007/08/28 07:20:43 tbox Exp $ */
  32. #ifndef ISCCC_SYMTYPE_H
  33. #define ISCCC_SYMTYPE_H 1
  34. /*! \file isccc/symtype.h */
  35. #define ISCCC_SYMTYPE_ZONESTATS 0x0001
  36. #define ISCCC_SYMTYPE_CCDUP 0x0002
  37. #define ISCCC_SYMTYPE_TELLSERVICE 0x0003
  38. #define ISCCC_SYMTYPE_TELLRESPONSE 0x0004
  39. #endif /* ISCCC_SYMTYPE_H */