Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
5f2eea29
Commit
5f2eea29
authored
Aug 24, 2005
by
Nick Mathewson
👁
Browse files
Stop solaris from warning about localtime_r and friends. AFAICT, no other platforms want this.
svn:r4827
parent
b72ab23d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
5f2eea29
...
...
@@ -44,6 +44,12 @@ if test $enable_threads = "yes"; then
AC_DEFINE(ENABLE_THREADS, 1, [Defined if we will try to use multithreading])
fi
case $host in
*-*-solaris* )
AC_DEFINE(_REENTRANT, 1, [Define on some platforms to activate x_r() functions in time.h])
;;
esac
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_RANLIB
...
...
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