Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
715e4745
Commit
715e4745
authored
Oct 05, 1998
by
simonm
Browse files
[project @ 1998-10-05 12:17:16 by simonm]
sync with recent changes to configure.in.
parent
9fc2098d
Changes
1
Hide whitespace changes
Inline
Side-by-side
acconfig.h
View file @
715e4745
...
...
@@ -27,8 +27,11 @@
/* Define to alignment constraint on unsigned int - whichever is the greater */
#undef ALIGNMENT_UNSIGNED_INT
/* Define if we're have GNU libc. */
#undef _GNU_SOURCE
/* Define if code lives before data in memory */
#undef CODE_BEFORE_DATA
/* Define as the symbol which marks the end of the data section */
#undef DATA_SECTION_END_MARKER
/* Define if time.h or sys/time.h define the altzone variable */
#undef HAVE_ALTZONE
...
...
@@ -42,6 +45,9 @@
/* Define if C Symbols have a leading underscore added by the compiler */
#undef LEADING_UNDERSCORE
/* Define as the symbol which marks the end of the text section */
#undef TEXT_SECTION_END_MARKER
/* Define to the type of the timezone variable (usually long or time_t) */
#undef TYPE_TIMEZONE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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