summary refs log tree commit diff stats
path: root/src/common/plugin-identd.h
AgeCommit message (Expand)Author
2016-02-18Fix strict prototype warningsPatrick Griffis
2014-12-30Rewrite identdTingPing
86e3f19542360ba49f22407b228'>da54f7cc ^
4a6ceffb ^
9f55b2a4 ^
4a6ceffb ^








1b5075d9 ^


4a6ceffb ^
7cc2dc36 ^


e5f4c4d2 ^
2044a956 ^



1d3c6d67 ^



1b0c07f8 ^



62c9375b ^



1b5075d9 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
                                                        
                                                                    
 
                                   








                  


             
 


               
 



              



                    



                      



                    

                                                                                         
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
EXTRA_DIST = Make.plugin plugin-conf.in xdcc/xdcc.c xdcc/Makefile.am

# noinst_HEADERS = hexchat-plugin.h

if DO_PYTHON
pythondir = python
endif

if DO_PERL
perldir = perl
endif

#if DO_TCL
#tcldir = tcl
#endif

#if DO_SASL
#sasldir = sasl
#endif

if DO_DOAT
doatdir = doat
endif

if DO_FISHLIM
fishlimdir = fishlim
endif

if DO_CHECKSUM
checksumdir = checksum
endif

if DO_SYSINFO
sysinfodir = sysinfo
endif

#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc $(tcldir) $(sasldir)
SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)