source: MondoRescue/branches/2.04_berlios/mondo/mondo/common/libmondo-gui.c

Last change on this file was 2708, checked in by Bruno Cornec, 13 years ago

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 220 bytes
Line 
1/* libmondo-gui.c
2 * $Id: libmondo-gui.c 2708 2011-01-27 18:31:44Z bruno $
3 */
4
5/**
6 * @file
7 * Chooses which GUI file to compile based on #defines.
8 * @see newt-specific.c
9 */
10
11#ifdef _XWIN
12 #include "X-specific.c"
13#else
14 #include "newt-specific.c"
15#endif
16
17
18
19
20
21
Note: See TracBrowser for help on using the repository browser.