summaryrefslogtreecommitdiff
path: root/other/telnetfp-0.1.2/telnetfp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'other/telnetfp-0.1.2/telnetfp.hpp')
-rw-r--r--other/telnetfp-0.1.2/telnetfp.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/other/telnetfp-0.1.2/telnetfp.hpp b/other/telnetfp-0.1.2/telnetfp.hpp
new file mode 100644
index 0000000..25e9cf7
--- /dev/null
+++ b/other/telnetfp-0.1.2/telnetfp.hpp
@@ -0,0 +1,20 @@
1#define PROGRAM "telnetfp"
2#define VERSION "0.1.2"
3#define AUTHOR "palmers / teso"
4#define DEFAULT_DB "fps"
5#define LINE_LENGTH 126
6
7
8#include <stdio.h>
9#include <unistd.h>
10#include <stdlib.h>
11#include <string.h>
12#include <signal.h>
13#include <netdb.h>
14#include <sys/socket.h>
15#include <sys/types.h>
16#include <netinet/in.h>
17#include <arpa/inet.h>
18#include <arpa/telnet.h>
19#include <base_net.cpp>
20#include <fingerdb.cpp>