Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dist/common/ctf add nbtool_config.h



details:   https://anonhg.NetBSD.org/src/rev/c8aa3470fd06
branches:  trunk
changeset: 812702:c8aa3470fd06
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 27 21:39:01 2015 +0000

description:
add nbtool_config.h

diffstat:

 external/cddl/osnet/dist/common/ctf/ctf_create.c |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_decl.c   |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_error.c  |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_hash.c   |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_labels.c |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_lookup.c |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_open.c   |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_types.c  |  3 +++
 external/cddl/osnet/dist/common/ctf/ctf_util.c   |  3 +++
 9 files changed, 27 insertions(+), 0 deletions(-)

diffs (117 lines):

diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_create.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_create.c  Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_create.c  Sun Dec 27 21:39:01 2015 +0000
@@ -19,6 +19,9 @@
  *
  * CDDL HEADER END
  */
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_decl.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_decl.c    Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_decl.c    Sun Dec 27 21:39:01 2015 +0000
@@ -19,6 +19,9 @@
  *
  * CDDL HEADER END
  */
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_error.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_error.c   Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_error.c   Sun Dec 27 21:39:01 2015 +0000
@@ -19,6 +19,9 @@
  *
  * CDDL HEADER END
  */
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_hash.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_hash.c    Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_hash.c    Sun Dec 27 21:39:01 2015 +0000
@@ -20,6 +20,9 @@
  * CDDL HEADER END
  */
 
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_labels.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_labels.c  Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_labels.c  Sun Dec 27 21:39:01 2015 +0000
@@ -19,6 +19,9 @@
  *
  * CDDL HEADER END
  */
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2002-2003 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_lookup.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_lookup.c  Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_lookup.c  Sun Dec 27 21:39:01 2015 +0000
@@ -20,6 +20,9 @@
  * CDDL HEADER END
  */
 
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_open.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_open.c    Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_open.c    Sun Dec 27 21:39:01 2015 +0000
@@ -20,6 +20,9 @@
  * CDDL HEADER END
  */
 
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_types.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_types.c   Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_types.c   Sun Dec 27 21:39:01 2015 +0000
@@ -19,6 +19,9 @@
  *
  * CDDL HEADER END
  */
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 
 /*
  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
diff -r dbe46e732fad -r c8aa3470fd06 external/cddl/osnet/dist/common/ctf/ctf_util.c
--- a/external/cddl/osnet/dist/common/ctf/ctf_util.c    Sun Dec 27 21:38:46 2015 +0000
+++ b/external/cddl/osnet/dist/common/ctf/ctf_util.c    Sun Dec 27 21:39:01 2015 +0000
@@ -19,6 +19,9 @@
  *
  * CDDL HEADER END
  */
+#ifdef HAVE_NBTOOL_CONFIG_H
+#include "nbtool_config.h"
+#endif
 /*
  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.



Home | Main Index | Thread Index | Old Index