David Rose 22 lat temu
rodzic
commit
67942bfee6
2 zmienionych plików z 35 dodań i 1 usunięć
  1. 1 1
      dtool/src/parser-inc/Sources.pp
  2. 34 0
      dtool/src/parser-inc/krb5.h

+ 1 - 1
dtool/src/parser-inc/Sources.pp

@@ -2,4 +2,4 @@
     algorithm deque ft2build.h iostream list map memory \
     algorithm deque ft2build.h iostream list map memory \
     pair queue set stack stdcompare.h stdtypedefs.h \
     pair queue set stack stdcompare.h stdtypedefs.h \
     string vector windows.h zlib.h md5.h files.h hex.h \
     string vector windows.h zlib.h md5.h files.h hex.h \
-    nurbs.hh stddef.h
+    nurbs.hh stddef.h krb5.h

+ 34 - 0
dtool/src/parser-inc/krb5.h

@@ -0,0 +1,34 @@
+// Filename: krb5.h
+// Created by:  drose (10Jul03)
+//
+////////////////////////////////////////////////////////////////////
+//
+// PANDA 3D SOFTWARE
+// Copyright (c) 2001, Disney Enterprises, Inc.  All rights reserved
+//
+// All use of this software is subject to the terms of the Panda 3d
+// Software license.  You should have received a copy of this license
+// along with this source code; you will also find a current copy of
+// the license at http://www.panda3d.org/license.txt .
+//
+// To contact the maintainers of this program write to
+// [email protected] .
+//
+////////////////////////////////////////////////////////////////////
+
+// This file, and all the other files in this directory, aren't
+// intended to be compiled--they're just parsed by CPPParser (and
+// interrogate) in lieu of the actual system headers, to generate the
+// interrogate database.
+
+#ifndef KRB5_H
+#define KRB5_H
+
+typedef int krb5_enctype;
+typedef int krb5_octet;
+typedef int krb5_error_code;
+
+#define FAR
+
+#endif
+