X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmisc.h;h=e3d4be849e12c139d18d90e909859d5fc51b5cd5;hb=4acfb2913d021b37e89465183d8226f4c95f72f9;hp=1e1b16cdf9149cccb4279e1f1e048c9b4835c9d1;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/misc.h b/source/misc.h index 1e1b16c..e3d4be8 100644 --- a/source/misc.h +++ b/source/misc.h @@ -2,12 +2,19 @@ #define MISC_H_ #include +#include #include -#include +#include -typedef std::list StringList; -typedef std::list PathList; +enum LibMode +{ + ALL_STATIC, + LOCAL_STATIC, + DYNAMIC +}; -std::string run_command(const StringList &); +typedef std::list StringList; +typedef std::list PathList; +typedef std::map StringMap; #endif