summaryrefslogtreecommitdiff
path: root/typedefs.h
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-07 15:30:21 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-03-07 15:30:21 +0000
commit9201f0d5bdf3835092ae6520e7fcd6591774f154 (patch)
tree5044a6eafa72efff5e68fb4f89aa497ad6633ab6 /typedefs.h
parentbcf0a1019f34cac346bd8349c2206f9d06adbe4e (diff)
downloadwebrtc-9201f0d5bdf3835092ae6520e7fcd6591774f154.tar.gz
Moves WEBRTC_POSIX define from header file to gyp-settings.
Makes WEBRTC_POSIX defined in the same place as the other OSs also this is needed to prevent excessive changes to talk/base files when migrating them to webrtc/base BUG=N/A R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9499004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5659 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'typedefs.h')
-rw-r--r--typedefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/typedefs.h b/typedefs.h
index 16e2a9fb..48579088 100644
--- a/typedefs.h
+++ b/typedefs.h
@@ -14,13 +14,6 @@
#ifndef WEBRTC_TYPEDEFS_H_
#define WEBRTC_TYPEDEFS_H_
-// For access to standard POSIXish features, use WEBRTC_POSIX instead of a
-// more specific macro.
-#if defined(WEBRTC_MAC) || defined(WEBRTC_LINUX) || \
- defined(WEBRTC_ANDROID)
-#define WEBRTC_POSIX
-#endif
-
// Processor architecture detection. For more info on what's defined, see:
// http://msdn.microsoft.com/en-us/library/b0084kay.aspx
// http://www.agner.org/optimize/calling_conventions.pdf