Description
Currently the things like
#define DEFAULT_LOCAL_STATE_DIRECTORY "var/trafficserver"
are duplicated over various files.
What's even worse those files presume relative location against current directory
which makes impossible to go anywhere outside the compile time PREFIX
I'll make that configure time generated and included at build time.