summaryrefslogtreecommitdiff
path: root/gl/unistd.in.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-23 12:40:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-23 13:12:07 +0200
commitf8fef13d33dbe80c44f800ca0312c0e03c5ae137 (patch)
treebf3650597de0825ae181122b7bcdfd67475af7d1 /gl/unistd.in.h
parent23d96f1b9613d33a6fb50bf892a7accbab1332ba (diff)
downloadgnutls-f8fef13d33dbe80c44f800ca0312c0e03c5ae137.tar.gz
updated gnulib
Diffstat (limited to 'gl/unistd.in.h')
-rw-r--r--gl/unistd.in.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gl/unistd.in.h b/gl/unistd.in.h
index 1aae789afe..0c863f3305 100644
--- a/gl/unistd.in.h
+++ b/gl/unistd.in.h
@@ -401,13 +401,12 @@ _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
/* Set of environment variables and values. An array of strings of the form
"VARIABLE=VALUE", terminated with a NULL. */
# if defined __APPLE__ && defined __MACH__
-# include "TargetConditionals.h"
-# if !defined(TARGET_OS_IPHONE) && !defined(TARGET_IPHONE_SIMULATOR)
-# define APPLE_USE_CRT_EXTERNS
+# include <TargetConditionals.h>
+# if !TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR
+# define _GL_USE_CRT_EXTERNS
# endif
# endif
-#
-# ifdef APPLE_USE_CRT_EXTERNS
+# ifdef _GL_USE_CRT_EXTERNS
# include <crt_externs.h>
# define environ (*_NSGetEnviron ())
# else