Commit 15bcd79a by Benjamin Kosnik

acconfig.h: Revert.


2000-08-24  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	* acconfig.h: Revert.
	* acinclude.m4: Revert.
	* libio/_G_config.h: Revert.
	* libio/libio.h: Revert.

From-SVN: r35943
parent b148aeaa
...@@ -69,24 +69,6 @@ ...@@ -69,24 +69,6 @@
// Define if modf is present in <math.h> // Define if modf is present in <math.h>
#undef HAVE_MODF #undef HAVE_MODF
// Define if multiple threads are to be taken into account.
#undef _GLIBCPP_USING_THREADS
// Define to some workaround if not directly available.
#undef off64_t
// Define to some workaround if not directly available.
#undef __off_t
// Define to some workaround if not directly available.
#undef __off64_t
// Define to some workaround if not directly available.
#undef __ssize_t
// Define to regular stat if not directly supported.
#undef stat64
// @BOTTOM@ // @BOTTOM@
// //
// Systems that have certain non-standard functions prefixed with an // Systems that have certain non-standard functions prefixed with an
......
...@@ -6,16 +6,11 @@ ...@@ -6,16 +6,11 @@
#ifndef _LIBC #ifndef _LIBC
# include <bits/c++config.h> # include <bits/c++config.h>
# ifdef _GLIBCPP_USING_THREADS # define _IO_MTSAFE_IO
# define _IO_MTSAFE_IO
# endif
#endif #endif
/* Define types for libio in terms of the standard internal type names. */ /* Define types for libio in terms of the standard internal type names. */
#ifndef _LARGEFILE64_SOURCE
# define _LARGEFILE64_SOURCE
#endif
#include <sys/types.h> #include <sys/types.h>
#define __need_size_t #define __need_size_t
#define __need_wchar_t #define __need_wchar_t
......
...@@ -164,7 +164,7 @@ struct _IO_jump_t; struct _IO_FILE; ...@@ -164,7 +164,7 @@ struct _IO_jump_t; struct _IO_FILE;
/*# include <comthread.h>*/ /*# include <comthread.h>*/
# endif # endif
#else #else
typedef void* _IO_lock_t; typedef void _IO_lock_t;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment