From 0ffb0a1a0a13d07c4448f7752232d8854b790623 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 30 Apr 2017 23:21:12 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- bbot/agent | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 bbot/agent (limited to 'bbot/agent') diff --git a/bbot/agent b/bbot/agent deleted file mode 100644 index 990ad2d..0000000 --- a/bbot/agent +++ /dev/null @@ -1,44 +0,0 @@ -// file : bbot/agent -*- C++ -*- -// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd -// license : TBC; see accompanying LICENSE file - -#ifndef BBOT_AGENT -#define BBOT_AGENT - -#include // uid_t - -#include -#include - -#include - -namespace bbot -{ - extern agent_options ops; - - extern const string bs_prot; // Bootstrap protocol version. - - extern string tc_name; // Toolchain name. - extern uint16_t tc_num; // Toolchain number. - extern string tc_id; // Toolchain id. - - extern string hname; // Our host name. - extern uid_t uid; // Our effective user id. - extern string uname; // Our effective user name. - - // Random number generator (currently not MT-safe and limited to RAND_MAX). - // - size_t - genrand (); - - template - inline T - genrand () {return static_cast (genrand ());} - - // Return the IPv4 address of an interface. - // - string - iface_addr (const string&); -} - -#endif // BBOT_AGENT -- cgit v1.1