WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=0eec02a3a961c9e9d1483aabc0253f3588f9b54c

commit 0eec02a3a961c9e9d1483aabc0253f3588f9b54c
Author: Raphael Arnaud <raphael.arn...@capgemini.com>
Date:   Mon Apr 27 10:57:41 2015 -0700

    Wiki page start-event changed with summary [Raphael Arnaud ] by Raphael 
Arnaud
---
 pages/start-event.txt | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/pages/start-event.txt b/pages/start-event.txt
index e69de29..7589607 100644
--- a/pages/start-event.txt
+++ b/pages/start-event.txt
@@ -0,0 +1,37 @@
+#include <pwd.h>
+#include <time.h>
+#include <sys/time.h>
+#include <sys/types.h>
+#include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <stdarg.h>
+#include <icq.h>
+#include <errno.h>
+#include <sys/stat.h>
+
+
+
+#define LOGIN_DELAY                    5               
+#define RESPONSE_DELAY      5  
+#define KEEP_ALIVE_DELAY       120     
+#define MAX_MSG_LENGTH         450     
+#define MAX_MESSAGES           500     
+
+static int login_ok = 0;       
+
+char* messages[MAX_MESSAGES];ŕ
+long uins[MAX_MESSAGES];
+char passwd[10];
+char *msgfile;
+
+int     count          = -1;
+char *url              = 0;
+int  urlsend   = 0;
+long uin               = 0;
+char *icqhost  = "icq.mirabilis.com";
+int icqport            = 4000;
+int quiet              = 0;
+
+int Info(char *fmt, ...) 
\ No newline at end of file

-- 


Reply via email to