aboutsummaryrefslogtreecommitdiff
path: root/libjava/acconfig.h
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-07-07 14:11:09 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-07-07 14:11:09 +0000
commit6b3517eaf567c4b740e4d339369d081cc3a10e38 (patch)
tree8a359c4f4ba44389169ebad721ec1d18cd2714c9 /libjava/acconfig.h
parenta8784c4c8fce72ffbc1cd1cc8f9c07f71a99f15b (diff)
downloadgcc-6b3517eaf567c4b740e4d339369d081cc3a10e38.zip
gcc-6b3517eaf567c4b740e4d339369d081cc3a10e38.tar.gz
gcc-6b3517eaf567c4b740e4d339369d081cc3a10e38.tar.bz2
configure.in: Check for usleep declaration.
* configure.in: Check for usleep declaration. * acconfig.h (HAVE_USLEEP_DECL): Provide template. * configure: Regenerate. * include/config.h.in: Likewise. * include/posix.h [!HAVE_USLEEP_DECL]: Declare usleep. From-SVN: r69041
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r--libjava/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h
index 308f71e..4a511d5 100644
--- a/libjava/acconfig.h
+++ b/libjava/acconfig.h
@@ -83,6 +83,9 @@
/* Define if gethostbyaddr_r returns `int'. */
#undef GETHOSTBYADDR_R_RETURNS_INT
+/* Define if usleep is declared in <unistd.h>. */
+#undef HAVE_USLEEP_DECL
+
/* Define if struct tm has tm_gmtoff field. */
#undef STRUCT_TM_HAS_GMTOFF