/[bubblemon]/bubblemon/src/bubblemon.c
ViewVC logotype

Diff of /bubblemon/src/bubblemon.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.95 by rael, Wed Nov 13 12:51:43 2002 UTC revision 1.96 by rael, Fri Nov 22 07:13:45 2002 UTC
# Line 22  Line 22 
22   * This is a platform independent file that drives the program.   * This is a platform independent file that drives the program.
23   */   */
24    
25    #include <config.h>
26  #include <stdio.h>  #include <stdio.h>
27  #include <stdlib.h>  #include <stdlib.h>
28  #include <assert.h>  #include <assert.h>
# Line 30  Line 31 
31  #include <math.h>  #include <math.h>
32  #include <time.h>  #include <time.h>
33    
 /* Natural language translation stuff */  
 #ifdef ENABLE_NLS  
 #include <libintl.h>  
 #include <locale.h>  
   
 #ifndef _  
 #define _ gettext  
 #endif  
   
 #else  
   
 #define _  
   
 #endif // ENABLE_NLS  
   
34  #include "bubblemon.h"  #include "bubblemon.h"
35  #include "ui.h"  #include "ui.h"
36  #include "meter.h"  #include "meter.h"
37  #include "mail.h"  #include "mail.h"
 #include "config.h"  
38  #include "netload.h"  #include "netload.h"
39    
40  // Bottle graphics  // Bottle graphics

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26