aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-03-17 19:03:30 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-17 19:03:30 +0000
commit9e6584c9a0e5a21e2aac8537c1443fbcf08ea91b (patch)
tree6626fe254933603f748e5e3a4db256ebd417f98e /sim/bfin/config.in
parentd4862372c6a47c5d2e5abfed59a0c757bc494343 (diff)
downloadgdb-9e6584c9a0e5a21e2aac8537c1443fbcf08ea91b.zip
gdb-9e6584c9a0e5a21e2aac8537c1443fbcf08ea91b.tar.gz
gdb-9e6584c9a0e5a21e2aac8537c1443fbcf08ea91b.tar.bz2
sim: bfin: check for kill/pread
If the host system (like Windows) doesn't support these functions, then make sure we don't use them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/config.in')
-rw-r--r--sim/bfin/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/bfin/config.in b/sim/bfin/config.in
index b44011d..2b25645 100644
--- a/sim/bfin/config.in
+++ b/sim/bfin/config.in
@@ -55,6 +55,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `kill' function. */
+#undef HAVE_KILL
+
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
@@ -79,6 +82,9 @@
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H
+/* Define to 1 if you have the `pread' function. */
+#undef HAVE_PREAD
+
/* Define to 1 if you have the `setgid' function. */
#undef HAVE_SETGID