Also remove the whitespace.

This commit is contained in:
Yang Tse 2008-07-29 18:01:29 +00:00
parent 4a623f7ed2
commit 7066a79466
2 changed files with 2 additions and 2 deletions

View File

@ -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
])

View File

@ -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
])