/[weechat]/weechat/src/weechat.h
ViewVC logotype

Diff of /weechat/src/weechat.h

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

revision 1.3 by flashcode, Sun Sep 28 11:17:16 2003 UTC revision 1.4 by flashcode, Sat Oct 4 11:29:51 2003 UTC
# Line 24  Line 24 
24  #define __WEECHAT_H 1  #define __WEECHAT_H 1
25    
26  #include <stdio.h>  #include <stdio.h>
27    #include <locale.h>
28  #include <libintl.h>  #include <libintl.h>
29    
30  #define _(string) gettext(string)  #define _(string) gettext(string)
31  #define N_(string) (string)  #define N_(string) (string)
32    
33  #define WEECHAT_NAME    "WeeChat"  #define WEECHAT_NAME    "WeeChat"
34  #define WEECHAT_VERSION "0.0.2-pre2"  #define WEECHAT_VERSION "0.0.2-pre3"
35    
36  #define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION  #define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
37  #define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"  #define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
# Line 40  Line 41 
41  #define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")  #define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
42    
43  /* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */  /* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
44  #define DEBUG           0  #define DEBUG           1
45    
46  /* log file */  /* log file */
47    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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