aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/src/const.h
blob: 8ac2e33007f1d1d70918684eeea31c2f18cfa769 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   
                    
                                
      


                           
#ifndef __CONST_H__
#define __CONST_H__

#ifndef DEFAULT_HOST
#define DEFAULT_HOST "127.0.0.1"
#endif
#define DEFAULT_PORT "5556"

#endif