Works now under OSF1 and Linux
This commit is contained in:
@@ -123,6 +123,22 @@ void TeccClose(pTecsClient conn) {
|
||||
#define tecs_date_ tecs_date
|
||||
#define tecs_time_ tecs_time
|
||||
#define tecs_rights_ tecs_rights
|
||||
#elif defined __linux
|
||||
#define tecs_get_par_ tecs_get_par__
|
||||
#define tecs_get_mult_ tecs_get_mult__
|
||||
#define tecs_set_par_ tecs_set_par__
|
||||
#define tecs_init_ tecs_init__
|
||||
#define tecs_get3_ tecs_get3__
|
||||
#define tecs_get_ tecs_get__
|
||||
#define tecs_set_ tecs_set__
|
||||
#define tecs_is_open_ tecs_is_open__
|
||||
#define tecs_close_ tecs_close__
|
||||
#define tecs_quit_server_ tecs_quit_server__
|
||||
#define tecs_watch_log_ tecs_watch_log__
|
||||
#define tecs_get_data_ tecs_get_data__
|
||||
#define tecs_date_ tecs_date__
|
||||
#define tecs_time_ tecs_time__
|
||||
#define tecs_rights_ tecs_rights__
|
||||
#endif
|
||||
|
||||
static pTecsClient conn=NULL;
|
||||
|
||||
Reference in New Issue
Block a user