gallium: Don't try to auto-detect the OS when embedded os is already pre-defined.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 4 Feb 2010 14:37:30 +0000 (14:37 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 4 Feb 2010 14:39:30 +0000 (14:39 +0000)
src/gallium/include/pipe/p_config.h

index 064605a..c5928dd 100644 (file)
 #endif
 
 
+#if !defined(PIPE_OS_EMBEDDED)
+
 /*
- * Operating system family.
+ * Auto-detect the operating system family.
  * 
  * See subsystem below for a more fine-grained distinction.
  */
 #endif
 
 /*
- * Subsystem.
+ * Try to auto-detect the subsystem.
  * 
  * NOTE: There is no way to auto-detect most of these.
  */
 #endif
 #endif /* PIPE_OS_WINDOWS */
 
+#endif /* !PIPE_OS_EMBEDDED */
+
 
 #endif /* P_CONFIG_H_ */