Define PROG, for newer versions of skalibs
Needed to build from our source tarball on some Gentoo systems. Closes #239. Closes #254.
This commit is contained in:
committed by
Keith Winstein
parent
7ac8b87b8f
commit
5cff456400
@@ -68,6 +68,11 @@
|
||||
|
||||
#include "networktransport.cc"
|
||||
|
||||
/* For newer skalibs */
|
||||
extern "C" {
|
||||
const char *PROG = "mosh-server";
|
||||
}
|
||||
|
||||
typedef Network::Transport< Terminal::Complete, Network::UserStream > ServerConnection;
|
||||
|
||||
void serve( int host_fd,
|
||||
|
||||
Reference in New Issue
Block a user