Use autoconf and automake and remove MSVC projects.

This patch is imported from the rinetd Debian package.
This commit is contained in:
Sam Hocevar
2016-01-10 21:39:30 +01:00
parent 39e4d7a0e8
commit acb00a89f9
10 changed files with 241 additions and 145 deletions

View File

@@ -1,3 +1,7 @@
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <string.h>
#include <ctype.h>
#include "match.h"