summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-13 23:16:59 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-13 23:16:59 +0000
commitda7532528c1b156a8ca92798af66c460e72f34fd (patch)
tree19384c80e57e924437f4e58e96829f74d6813ee1 /acconfig.h
parentcb9728edc4131b3de49a0f82a5f08b8cc6f94915 (diff)
downloadguile-da7532528c1b156a8ca92798af66c460e72f34fd.tar.gz
Don't redefine sleep/usleep.
* configure.in: Remove tests for usleep's argument type; we only need that if we're going to replace it. * acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP garbage is needed just to use usleep and sleep without compiler warnings. * configure: Regenerated.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/acconfig.h b/acconfig.h
index bcaedfaef..ba22ae367 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -90,21 +90,17 @@
/* Define if the operating system supplies bzero without declaring it. */
#undef MISSING_BZERO_DECL
+/* Define if the operating system supplies strptime without declaring it. */
+#undef MISSING_STRPTIME_DECL
+
/* Define if the operating system supplies sleep without declaring it. */
#undef MISSING_SLEEP_DECL
/* Define if the operating system supplies usleep without declaring it. */
#undef MISSING_USLEEP_DECL
-/* Define if the operating system supplies strptime without declaring it. */
-#undef MISSING_STRPTIME_DECL
-
-/* Define if usleep doesn't return a value. */
+/* Define if the system headers declare usleep to return void. */
#undef USLEEP_RETURNS_VOID
-/* Define to be the type of the argument to usleep. */
-#undef USLEEP_ARG_TYPE
-
/* Define if your readline library has the rl_getc_function variable. */
#undef HAVE_RL_GETC_FUNCTION
-