Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
943c67d6
Commit
943c67d6
authored
Mar 26, 2003
by
simonmar
Browse files
[project @ 2003-03-26 12:33:10 by simonmar]
Check for the rlim_t type
parent
2a41e0ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
acconfig.h
View file @
943c67d6
...
...
@@ -531,6 +531,9 @@
/* Define to Haskell type for ptrdiff_t */
#undef HTYPE_PTRDIFF_T
/* Define to Haskell type for rlim_t */
#undef HTYPE_RLIM_T
/* Define to Haskell type for short */
#undef HTYPE_SHORT
...
...
aclocal.m4
View file @
943c67d6
dnl $Id: aclocal.m4,v 1.11
4
2003/03/2
1
1
0:59:20
simonmar Exp $
dnl $Id: aclocal.m4,v 1.11
5
2003/03/2
6
1
2:33:11
simonmar Exp $
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl
...
...
@@ -669,6 +669,10 @@ AC_CACHE_VAL(AC_CV_NAME,
# include <GL/gl.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
#endif
typedef $1 testing;
main() {
...
...
configure.in
View file @
943c67d6
...
...
@@ -841,6 +841,7 @@ FPTOOLS_CHECK_HTYPE(tcflag_t)
FPTOOLS_CHECK_HTYPE(blkcnt_t)
FPTOOLS_CHECK_HTYPE(nlink_t)
FPTOOLS_CHECK_HTYPE(ssize_t)
FPTOOLS_CHECK_HTYPE(rlim_t)
dnl ** Map OpenGL data types to Haskell types
if test $GhcLibsWithHOpenGL = YES ; then
...
...
mk/config.h.in
View file @
943c67d6
...
...
@@ -532,6 +532,9 @@
/* Define to Haskell type for ptrdiff_t */
#undef HTYPE_PTRDIFF_T
/* Define to Haskell type for rlim_t */
#undef HTYPE_RLIM_T
/* Define to Haskell type for short */
#undef HTYPE_SHORT
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment