summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/namespace.h
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-09-01 15:31:14 +0000
committerjlam <jlam@pkgsrc.org>2003-09-01 15:31:14 +0000
commit0c71abea7bc5069ad2801f22018009cf6fbbe310 (patch)
tree6c33504ee3cc8d5859f915b04dd4544806e3ebda /pkgtools/libnbcompat/files/namespace.h
parent6c83902dd76746c1b48020a7392808ea514fdaa5 (diff)
downloadpkgsrc-0c71abea7bc5069ad2801f22018009cf6fbbe310.tar.gz
Bump version to 20030823:
* Add mkdtemp, TAILQ_*, and statfs. * Install a nbconfig.h file containing the discovered system information and include it directly in nbcompat.h. Make all files use nbconfig.h instead of config.h. Ensure that all installed headers don't include any local header files. This makes libnbcompat more self-contained. * Consistently use "#if HAVE_HEADER_H" instead of "#ifdef HAVE_HEADER_H" since sometimes people put -DHAVE_HEADER_H=0 on their command lines.
Diffstat (limited to 'pkgtools/libnbcompat/files/namespace.h')
-rw-r--r--pkgtools/libnbcompat/files/namespace.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgtools/libnbcompat/files/namespace.h b/pkgtools/libnbcompat/files/namespace.h
index c8b633458a9..81c2611c20f 100644
--- a/pkgtools/libnbcompat/files/namespace.h
+++ b/pkgtools/libnbcompat/files/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.1.1.1 2003/03/31 05:02:52 grant Exp $ */
+/* $NetBSD: namespace.h,v 1.2 2003/09/01 15:31:18 jlam Exp $ */
/*-
* Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
@@ -36,11 +36,9 @@
#ifndef _NAMESPACE_H_
#define _NAMESPACE_H_
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include <nbconfig.h>
-#ifdef HAVE_SYS_CDEFS_H
+#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif