1 diff -ur psybnc/config.h psybnc_finish/config.h
2 --- psybnc/config.h 2005-06-04 20:22:45.000000000 +0200
3 +++ psybnc_finish/config.h 2005-11-03 17:05:40.802998216 +0100
5 -/* $Id: config.h,v 1.2 2005/06/04 18:05:33 hisi Exp $ */
7 * Configuration file for psyBNC, created by menuconf
18 -/* Allow Translation */
22 -/* Allow internal network */
26 -/* Allow traffic logging */
30 -/* Allow linkage of bouncers */
34 -/* Allow the dcc File-Functions */
42 /* Allow to add more users */
49 -/* Allow the usage of scripts */
50 +/* Use blocking DNS */
55 /* Allow multiple irc connections per user */
59 -/* Allow Proxy Support */
60 +/* The logging level */
65 -/* The logging level */
66 +/* The ctcp Version reply */
69 +#define CTCPVERSION "psyBNC 2.3.2-7 running on mipsel, ported by piie visit www.linuX-gamers.net"
72 +/* The Path to SSL */
75 +#define SSLPATH "/tmp/"
77 -/* Blocking DNS is preferred. Non Blocking DNS is experimental */
85 diff -ur psybnc/tools/autoconf.c psybnc_finish/tools/autoconf.c
86 --- psybnc/tools/autoconf.c 2005-06-04 20:22:45.000000000 +0200
87 +++ psybnc_finish/tools/autoconf.c 2005-10-29 14:46:49.000000000 +0200
89 printf("Can't create makefile.out .. aborting\n");
92 - fprintf(makefile,"CC = gcc\n");
93 + fprintf(makefile,"CC = mipsel-linux-gcc\n");
94 fprintf(makefile,"SRC = src/\n");
96 fprintf(makefile,"CFLAGS = -O -fbounds-checking -fno-builtin\n");
98 fprintf(makefile,"\n");
99 fprintf(makefile,"all: $(OBJS)\n");
100 fprintf(makefile," $(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS)\n");
101 - fprintf(makefile," @strip $(TARGET)\n");
102 + /*fprintf(makefile," @strip $(TARGET)\n");*/
105 if(!fexists("key/psybnc.cert.pem")) /* only create, if not exist */