symbols cleanup

renamed some flags for consistency
	obey casing rules for symbol names ( case sensitive for unix like )
	deleted the setenv code
	proper stacking of symbols values
	some non symbols related mods ( cosmetics ??? )
	tested on ...
	Yosemite(CLANG), Centos-6(GCC), Centos-7 (CLANG and GCC)
	( reinstalling windows XP under VMware takes longer than planned )
This commit is contained in:
Enrico Sorichetti
2014-11-30 17:27:59 +01:00
parent 7bb0539749
commit 93005fb28b
18 changed files with 343 additions and 259 deletions

View File

@@ -197,7 +197,10 @@
#define DEFAULT_TOD_PRIO -20
#define DEFAULT_CPU_PRIO 15
#define DEFAULT_DEV_PRIO 8
#define DEFAULT_SRV_PRIO 4
#define DEFAULT_SRV_PRIO 4
#define CASELESS_SYMBOLS
#ifdef _MSVC_
#define HOW_TO_IMPLEMENT_SH_COMMAND USE_W32_POOR_MANS_FORK