WIP: Configuration via Environment Variables #28

Draft
Tr0n wants to merge 4 commits from Tr0n/server:config/env into nightly
Showing only changes of commit e642a6db52 - Show all commits

View File

@ -1,10 +1,6 @@
#include "stdafx.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <unordered_map>
#include <string>
#include <cstring> // For std::strcpy
#include <sstream>
#ifndef __WIN32__
#include <ifaddrs.h>