[Refactoring] Introduced common/os/ directory for platform dependent
implementations and move vsnprintf() declaration there.
[Refactoring] Introduced common/common-config.win.h for handling WIN32
platform specifics.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3167 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/configure.ac b/common/configure.ac
index fc2f8bf..fabde36 100644
--- a/common/configure.ac
+++ b/common/configure.ac
@@ -87,6 +87,7 @@
AC_CHECK_HEADERS([sys/select.h])
AC_OUTPUT([Makefile
+ os/Makefile
rdr/Makefile
network/Makefile
Xregion/Makefile