aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-25 13:23:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-25 13:23:03 +0000
commit3a11988a9b054f053975a22bb3e33848514fe467 (patch)
tree1b49dd12fc1a6b37907b3acb7b9d55d18c389f46 /gnu
parentafee369a880707ecff2dcdbf795bf515b2f851da (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gperf/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/usr.bin/gperf/config.h b/gnu/usr.bin/gperf/config.h
new file mode 100644
index 000000000000..464005e3fa58
--- /dev/null
+++ b/gnu/usr.bin/gperf/config.h
@@ -0,0 +1,21 @@
+/* $FreeBSD$ */
+/* config.h. Generated automatically by configure. */
+/* config.h.in. Generated automatically from configure.in by autoheader. */
+
+/* Define if the C++ compiler supports "throw ()" declarations. */
+#define HAVE_THROW_DECL 1
+
+/* Define if you have the getrlimit function. */
+#define HAVE_GETRLIMIT 1
+
+/* Define if you have the setrlimit function. */
+#define HAVE_SETRLIMIT 1
+
+/* Define if you have the <sys/resource.h> header file. */
+#define HAVE_SYS_RESOURCE_H 1
+
+/* Define if you have the <sys/time.h> header file. */
+#define HAVE_SYS_TIME_H 1
+
+/* Define if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1