From 19bff1c02d0e0fb32cd11c21db739e8338a757c6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 Jul 1996 03:56:06 +0000 Subject: indent cpp-directives --- lib/putenv.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/putenv.c') diff --git a/lib/putenv.c b/lib/putenv.c index a7060506c..ee3ccc04a 100644 --- a/lib/putenv.c +++ b/lib/putenv.c @@ -21,7 +21,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #ifdef HAVE_CONFIG_H -#include +# include #endif /* Define-away any (possibly conflicting) prototype of putenv. @@ -29,26 +29,26 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define putenv _sys_putenv #if defined (__GNU_LIBRARY__) || defined (HAVE_STDLIB_H) -#include +# include #endif #if defined (__GNU_LIBRARY__) || defined (HAVE_STRING_H) -#include +# include #endif #if defined (__GNU_LIBRARY__) || defined (HAVE_UNISTD_H) -#include +# include #endif #undef putenv #if !defined (__GNU_LIBRARY__) && !defined (HAVE_STRCHR) -#define strchr index +# define strchr index #endif #if !defined (__GNU_LIBRARY__) && !defined (HAVE_MEMCPY) -#define memcpy(d,s,n) bcopy ((s), (d), (n)) +# define memcpy(d,s,n) bcopy ((s), (d), (n)) #endif #if HAVE_GNU_LD -#define environ __environ +# define environ __environ #else extern char **environ; #endif -- cgit v1.2.3-54-g00ecf