~ubuntu-branches/ubuntu/raring/hivex/raring

« back to all changes in this revision

Viewing changes to gnulib/tests/putenv.c

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2011-12-01 22:09:50 UTC
  • mfrom: (6.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111201220950-bm48fpock4e7l6rd
* New upstream version
* [1f9e20f] Cleared patch queue, added gnulib fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <string.h>
35
35
#include <unistd.h>
36
36
 
37
 
#if HAVE_GNU_LD
38
 
# define environ __environ
39
 
#else
 
37
#if _LIBC
 
38
# if HAVE_GNU_LD
 
39
#  define environ __environ
 
40
# else
40
41
extern char **environ;
 
42
# endif
41
43
#endif
42
44
 
43
45
#if _LIBC