* acconfig.h (HAVE_R_FS, HAVE_R_GS): Add.

* configure.in: Add checks for r_fs and r_gs members of
`struct reg'.
* config.in, configure: Regenerated.
This commit is contained in:
Mark Kettenis
2000-05-25 17:18:01 +00:00
parent b1eeef9a6e
commit 7dfa765cc1
5 changed files with 420 additions and 330 deletions

View File

@ -1,6 +1,12 @@
/* Define if compiling on Solaris 7. */
#undef _MSE_INT_H
/* Define if your struct reg has r_fs. */
#undef HAVE_R_FS
/* Define if your struct reg has r_gs. */
#undef HAVE_R_GS
/* Define if pstatus_t type is available */
#undef HAVE_PSTATUS_T