shibaniahegde / tweetx

Automatically exported from code.google.com/p/tweetx
0 stars 0 forks source link

http client name should be set in tweetx http header #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
currently it is hard coded to tweetx/linux 0.1 

should write a func to extract OS name and add it to client name. 

Original issue reported on code.google.com by singh.am...@gmail.com on 21 Jan 2010 at 6:26

GoogleCodeExporter commented 9 years ago
try get it done through makefile setup. automake or autoconf should have the 
options.

Original comment by soumen.b...@gmail.com on 21 Jan 2010 at 7:53

GoogleCodeExporter commented 9 years ago
We should not get the arch information from makefile, then it would depend upon 
the
arch where it was compiled. so we should get the arch/OS info at the the run 
time only.

Original comment by singh.am...@gmail.com on 22 Jan 2010 at 6:11