mirror of
https://github.com/curl/curl.git
synced 2026-06-06 05:14:15 +03:00
Also remove the whitespace.
This commit is contained in:
parent
4a623f7ed2
commit
7066a79466
2 changed files with 2 additions and 2 deletions
|
|
@ -355,7 +355,7 @@ AC_DEFINE(NEED_REENTRANT, 1,
|
|||
[Define to 1 if _REENTRANT preprocessor symbol must be defined.])
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#ifndef _REENTRANT
|
||||
# define _REENTRANT
|
||||
#define _REENTRANT
|
||||
#endif
|
||||
_ACEOF
|
||||
])
|
||||
|
|
|
|||
|
|
@ -377,7 +377,7 @@ AC_DEFINE(NEED_REENTRANT, 1,
|
|||
[Define to 1 if _REENTRANT preprocessor symbol must be defined.])
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#ifndef _REENTRANT
|
||||
# define _REENTRANT
|
||||
#define _REENTRANT
|
||||
#endif
|
||||
_ACEOF
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue