gallium: Don't try to auto-detect the OS when embedded os is already pre-defined.

This commit is contained in:
José Fonseca
2010-02-04 14:37:30 +00:00
parent 9cd2abdf8b
commit 47a080df15

View File

@@ -115,8 +115,10 @@
#endif #endif
#if !defined(PIPE_OS_EMBEDDED)
/* /*
* Operating system family. * Auto-detect the operating system family.
* *
* See subsystem below for a more fine-grained distinction. * See subsystem below for a more fine-grained distinction.
*/ */
@@ -164,7 +166,7 @@
#endif #endif
/* /*
* Subsystem. * Try to auto-detect the subsystem.
* *
* NOTE: There is no way to auto-detect most of these. * NOTE: There is no way to auto-detect most of these.
*/ */
@@ -191,5 +193,7 @@
#endif #endif
#endif /* PIPE_OS_WINDOWS */ #endif /* PIPE_OS_WINDOWS */
#endif /* !PIPE_OS_EMBEDDED */
#endif /* P_CONFIG_H_ */ #endif /* P_CONFIG_H_ */