mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
Also remove the whitespace.
This commit is contained in:
parent
4a623f7ed2
commit
7066a79466
@ -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…
Reference in New Issue
Block a user