]> git.sur5r.net Git - openldap/blob - contrib/gtk-tool/cpluscommon.h
Only bind on TLS port if explicitly requested with -T, otherwise all
[openldap] / contrib / gtk-tool / cpluscommon.h
1 #ifndef MY_CPLUS_COMMON
2 #define MY_CPLUS_COMMON
3
4 #include <iostream.h>
5 #include <iomanip.h>
6 #include <fstream.h>
7 #include <strstream.h>
8 #include <unistd.h>
9 #endif