places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			438 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			438 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define LOCALEDIR ".\\share\\locale"
 | 
						|
#define ENABLE_NLS
 | 
						|
#define USE_GMODULE
 | 
						|
#define USE_PLUGIN
 | 
						|
#define USE_OPENSSL
 | 
						|
#define USE_LIBSEXY
 | 
						|
#define USE_IPV6
 | 
						|
#define HAVE_ISO_CODES
 | 
						|
#define PACKAGE_NAME "hexchat"
 | 
						|
#define PACKAGE_VERSION "2.9.5"
 | 
						|
#define HEXCHATLIBDIR ".\\plugins"
 | 
						|
#define HEXCHATSHAREDIR "."
 | 
						|
#define OLD_PERL
 | 
						|
#define GETTEXT_PACKAGE "hexchat"
 | 
						|
#define PACKAGE_TARNAME "hexchat-2.9.5"
 | 
						|
#ifndef USE_IPV6
 | 
						|
#define socklen_t int
 | 
						|
#endif
 |