[openbnc-cvs] openbnc Makefile,1.5,1.6 config.h,1.3,1.4 targets.mak,1.3,1.4
Status: Beta
Brought to you by:
andrereis
From: Kiraly Z. <yo...@us...> - 2004-07-13 21:41:41
|
Update of /cvsroot/openbnc/openbnc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19629/openbnc Modified Files: Makefile config.h targets.mak Log Message: Added support for *BSD Index: config.h =================================================================== RCS file: /cvsroot/openbnc/openbnc/config.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- config.h 12 Jul 2004 18:01:36 -0000 1.3 +++ config.h 13 Jul 2004 21:41:32 -0000 1.4 @@ -1,72 +1,41 @@ -/* - * Configuration file for OpenBNC, created by menuconf - */ - -/* Encryption */ - -#define CRYPT - -/* Encryption Type*/ - -#define BLOWFISH - -/* Allow Translation */ - -#define TRANSLATE - -/* Allow internal network */ - -#define INTNET - -/* Allow traffic logging */ - -#define TRAFFICLOG - -/* Allow linkage of bouncers */ - -#define LINKAGE - -/* Allow the dcc File-Functions */ - -#define DCCFILES - -/* Pipe dcc Chats */ - -#define DCCCHAT - -/* Allow to add more users */ - -#define MULTIUSER - -/* Number of max. Users */ - +/* config.h. Generated by configure. */ +/* config.h.in. Generated from configure.in by autoheader. */ +#define CRYPT +#define BLOWFISH +#define TRANSLATE +#define INTNET +#define TRAFFICLOG +#define LINKAGE +#define DCCFILES +#define DCCCHAT +#define MULTIUSER #define MAXUSER 20 - -/* Number of max. Connections per User */ - #define MAXCONN 50 +#define SCRIPTING +#define BLOCKDNS +#define NETWORK +#define PROXYS +#define LOGLEVEL 0 +#define SSLSEC 2 -/* Allow the usage of scripts */ - -#define SCRIPTING - -/* Use blocking DNS */ - -#define BLOCKDNS - -/* Allow multiple irc connections per user */ - -#define NETWORK -/* Allow Proxy Support */ +/* Name of package */ +#define PACKAGE "OpenBNC" -#define PROXYS +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "" -/* The logging level */ +/* Define to the full name of this package. */ +#define PACKAGE_NAME "" -#define LOGLEVEL 0 +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "" -/* SSL-Security */ +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "" -#define SSLSEC 2 +/* Define to the version of this package. */ +#define PACKAGE_VERSION "" +/* Version number of package */ +#define VERSION "1.0" Index: targets.mak =================================================================== RCS file: /cvsroot/openbnc/openbnc/targets.mak,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- targets.mak 13 Jul 2004 18:42:24 -0000 1.3 +++ targets.mak 13 Jul 2004 21:41:32 -0000 1.4 @@ -60,6 +60,7 @@ $(SRC)p_script.o : $(SRC)p_script.c $(SRC)p_global.h config.h $(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_script.c -o $(SRC)p_script.o + $(SRC)p_topology.o : $(SRC)p_topology.c $(SRC)p_global.h config.h $(CC) $(INCLUDE) -c $(CFLAGS) $(DEFINE) $(SRC)p_topology.c -o $(SRC)p_topology.o Index: Makefile =================================================================== RCS file: /cvsroot/openbnc/openbnc/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 9 Jul 2004 18:45:04 -0000 1.5 +++ Makefile 13 Jul 2004 21:41:32 -0000 1.6 @@ -21,7 +21,7 @@ pkgincludedir = $(includedir)/OpenBNC top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = /bin/install -c +INSTALL = /usr/bin/install -c install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c @@ -69,23 +69,23 @@ GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /home/shm/projekty/openbnc/missing --run aclocal-1.8 +ACLOCAL = ${SHELL} /home/yo2lux/openbnc/missing --run aclocal-1.8 AMDEP_FALSE = # AMDEP_TRUE = -AMTAR = ${SHELL} /home/shm/projekty/openbnc/missing --run tar -AUTOCONF = ${SHELL} /home/shm/projekty/openbnc/missing --run autoconf -AUTOHEADER = ${SHELL} /home/shm/projekty/openbnc/missing --run autoheader -AUTOMAKE = ${SHELL} /home/shm/projekty/openbnc/missing --run automake-1.8 -AWK = gawk +AMTAR = ${SHELL} /home/yo2lux/openbnc/missing --run tar +AUTOCONF = ${SHELL} /home/yo2lux/openbnc/missing --run autoconf +AUTOHEADER = ${SHELL} /home/yo2lux/openbnc/missing --run autoheader +AUTOMAKE = ${SHELL} /home/yo2lux/openbnc/missing --run automake-1.8 +AWK = nawk CC = gcc -CCDEPMODE = depmode=gcc3 +CCDEPMODE = depmode=gcc CFLAGS = -g -O2 CPPFLAGS = CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps -ECHO_C = -ECHO_N = -n +ECHO_C = \c +ECHO_N = ECHO_T = EXEEXT = INSTALL_DATA = ${INSTALL} -m 644 @@ -96,7 +96,7 @@ LIBOBJS = LIBS = LTLIBOBJS = -MAKEINFO = ${SHELL} /home/shm/projekty/openbnc/missing --run makeinfo +MAKEINFO = ${SHELL} /home/yo2lux/openbnc/missing --run makeinfo OBJEXT = o PACKAGE = OpenBNC PACKAGE_BUGREPORT = @@ -111,8 +111,8 @@ VERSION = 1.0 ac_ct_CC = gcc ac_ct_STRIP = -am__fastdepCC_FALSE = # -am__fastdepCC_TRUE = +am__fastdepCC_FALSE = +am__fastdepCC_TRUE = # am__include = include am__leading_dot = . am__quote = @@ -123,12 +123,12 @@ host_alias = includedir = ${prefix}/include infodir = ${prefix}/info -install_sh = /home/shm/projekty/openbnc/install-sh +install_sh = /home/yo2lux/openbnc/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localstatedir = ${prefix}/var mandir = ${prefix}/man -mkdir_p = mkdir -p -- . +mkdir_p = $(mkinstalldirs) oldincludedir = /usr/include prefix = /usr/local program_transform_name = s,x,x, |