]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - configure
Added Mode handler structures and types
[user/henk/code/inspircd.git] / configure
1 #!/bin/sh
2 # InspIRCd Configuration Script
3 #
4 # Copyright 2003 The ChatSpike Development Team
5 # <brain@chatspike.net>
6 # <Craig@chatspike.net>
7 #
8 # $Id$
9 #
10 # Some shell code based on the configure script of IRC Services.
11 # IRC Services is copyright (c) 1996-2002 Andrew Church. 
12 # E-mail: <achurch@achurch.org>
13 #
14 #
15 ########################################
16
17 # echo -e "\033[1;37mtest\033[0;37m"
18
19 echo "Configuring default values..."
20 mkdir fdscount
21 echo "#include <sys/types.h>" >> fdscount/fdcounter.c
22 echo "#include <sys/socket.h>" >> fdscount/fdcounter.c
23 echo "main()" >> fdscount/fdcounter.c
24 echo "{" >> fdscount/fdcounter.c
25 echo "        int  i;" >> fdscount/fdcounter.c
26 echo "        int  s;" >> fdscount/fdcounter.c
27 echo "" >> fdscount/fdcounter.c
28 echo "        for (i = 1; i <= 10000; i++)" >> fdscount/fdcounter.c
29 echo "        {" >> fdscount/fdcounter.c
30 echo "                s = socket(AF_INET, SOCK_STREAM, 0);" >> fdscount/fdcounter.c
31 echo "                if (s < 0)" >> fdscount/fdcounter.c
32 echo "                {" >> fdscount/fdcounter.c
33 echo "                        printf(\"%i\", i + 2);" >> fdscount/fdcounter.c
34 echo "                  exit(-1);" >> fdscount/fdcounter.c
35 echo "                }" >> fdscount/fdcounter.c
36 echo "        }" >> fdscount/fdcounter.c
37 echo "}" >> fdscount/fdcounter.c
38
39 echo "PROGS     = fdcounter" >> fdscount/Makefile
40 echo "OBJS = fdcounter.o" >> fdscount/Makefile
41 echo "" >> fdscount/Makefile
42 echo "CC = gcc" >> fdscount/Makefile
43 echo "CXXFLAGS = -fPIC -frtti -O" >> fdscount/Makefile
44 echo "" >> fdscount/Makefile
45 echo "all : \$(PROGS)" >> fdscount/Makefile
46 echo "" >> fdscount/Makefile
47 echo "\$(PROGS): \$(OBJS)" >> fdscount/Makefile
48 echo "  \$(CXX) -rdynamic \$^ -o \$@" >> fdscount/Makefile
49 echo "" >> fdscount/Makefile
50 echo ".PHONY: clean" >> fdscount/Makefile
51 echo "clean:" >> fdscount/Makefile
52 echo "  rm -f *.o core" >> fdscount/Makefile
53
54 cd fdscount
55 make
56 cd ..
57
58 ME=`pwd`
59 PERL=`which perl`
60 CONFIG_DIR=$ME/conf
61 MODULE_DIR=$ME/modules
62 MAX_CLIENT=`fdscount/fdcounter`
63 NICK_LENGT=32
64 CHAN_LENGT=64
65 MAX_CHANNE=20
66 MAXI_MODES=20
67
68 rm -rf fdscount
69
70 if [ "$PERL" = "" ] ; then
71         echo "You require perl to run this program."
72         exit
73 fi
74
75 if [ "$1" = "-clean" -o "$2" = "-clean" ] ; then
76   CLEAN="1"
77 fi
78
79 if [ -e "config.cache" -a -z "$CLEAN" ] ; then
80     . config.cache 
81 fi
82
83 OSNAME=`(uname -s) 2>/dev/null` || OSNAME="unknown"
84
85
86 c=""
87 n=""
88 if [ "`eval echo -n 'a'`" = "-n a" ] ; then
89         c="\c"
90 else
91         n="-n"
92 fi
93
94 exists () { # because some shells don't have test -e
95     if [ -f $1 -o -d $1 -o -p $1 -o -c $1 -o -b $1 ] ; then
96         return 0
97     else
98         return 1
99     fi
100 }
101
102 clear
103 echo -e "'\033[1;33m####\033[0;37m:'\033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m::'\033[1;33m######\033[0;37m::'\033[1;33m########\033[0;37m::'\033[1;33m####\033[0;37m:'\033[1;33m########\033[0;37m:::'\033[1;33m######\033[0;37m::'\033[1;33m########\033[0;37m::"
104 echo -e ". \033[1;33m##\033[0;37m:: \033[1;33m###\033[0;37m:: \033[1;33m##\033[0;37m:'\033[1;33m##\033[0;37m... \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m.... \033[1;33m##\033[0;37m:. \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m.... \033[1;33m##\033[0;37m:'\033[1;33m##\033[0;37m... \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m.... \033[1;33m##\033[0;37m:"
105 echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m####\033[0;37m: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m:::..:: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m:::..:: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
106 echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m \033[1;33m##\033[0;37m \033[1;33m##\033[0;37m:. \033[1;33m######\033[0;37m:: \033[1;33m########\033[0;37m::: \033[1;33m##\033[0;37m:: \033[1;33m########\033[0;37m:: \033[1;33m##\033[0;37m::::::: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
107 echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m. \033[1;33m####\033[0;37m::..... \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m.....:::: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m.. \033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m::::::: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
108 echo -e ": \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m:. \033[1;33m###\033[0;37m:'\033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m::::::::: \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m::. \033[1;33m##\033[0;37m:: \033[1;33m##\033[0;37m::: \033[1;33m##\033[0;37m: \033[1;33m##\033[0;37m:::: \033[1;33m##\033[0;37m:"
109 echo -e "'\033[1;33m####\033[0;37m: \033[1;33m##\033[0;37m::. \033[1;33m##\033[0;37m:. \033[1;33m######\033[0;37m:: \033[1;33m##\033[0;37m::::::::'\033[1;33m####\033[0;37m: \033[1;33m##\033[0;37m:::. \033[1;33m##\033[0;37m:. \033[1;33m######\033[0;37m:: \033[1;33m########\033[0;37m::"
110 echo -e "\033[0;37m\033[0;37m....::..::::..:::......:::..:::::::::....::..:::::..:::......:::........:::"
111 echo ""
112 echo -e "\033[1;37mWelcome to the InspIRCd Configuration program!"
113 echo ""
114 echo "*** If you are unsure of any of these values, leave it blank for    ***"
115 echo "*** standard settings that will work, and your server will run      ***"
116 echo "*** using them. If you are running this server as part of a         ***"
117 echo "*** larger network, you must consult with your network admins       ***"
118 echo "*** for the proper values to use, or server links will be unstable! ***"
119 echo -e "\033[0;37m"
120 echo -e "Press \033[1;37m<RETURN>\033[0;37m to accept the default for any option, or enter"
121 echo -e "a new value. Please note: You will \033[1;37mHAVE\033[0;37m to read the docs"
122 echo -e "dir, otherwise you won't have a config file!"
123 echo ""
124 echo -e "Your operating system is: \033[1;37m$OSNAME\033[0;37m (`uname -mnr`), fdmax: $MAX_CLIENT"
125 echo ""
126
127 #############################################################################
128
129     ok=0
130     asked=1
131     echo "In what directory are the configuration files?"
132     while [ $ok -eq 0 ] ; do
133         echo -e $n "[\033[1;32m$CONFIG_DIR\033[0;37m] -> $c"
134         if read INPUT ; then : ; else echo "" ; exit 1 ; fi
135         if [ ! "$INPUT" ] ; then
136             INPUT=$CONFIG_DIR
137             default=1
138         fi
139         if echo "$INPUT" | grep -q \[\'\"\\\] ; then
140             echo 'Please use a pathname without the characters: '\'' " \'
141         elif [ ! "$NO_DIR_CHECK" -a ! -d "$INPUT" ] ; then
142             if exists "$INPUT" ; then
143                 echo "$INPUT exists, but is not a directory!"
144             else
145                 echo "$INPUT does not exist.  Create it?"
146                 echo -e $n "[\033[1;32my\033[0;37m] $c"
147                 read YN
148                 if [ "$YN" != "n" ] ; then
149                     if mkdir -p "$INPUT" ; then
150                         ok=1
151                     fi
152                 fi
153             fi
154             else
155             ok=1
156         fi
157     done
158     CONFIG_DIR=$INPUT
159     echo ""
160
161
162 ##############################################################################
163
164     ok=0
165     asked=1
166     echo "In What directory are the modules to be compiled to?"
167     while [ $ok -eq 0 ] ; do
168         echo -e $n "[\033[1;32m$MODULE_DIR\033[0;37m] -> $c"
169         if read INPUT ; then : ; else echo "" ; exit 1 ; fi
170         if [ ! "$INPUT" ] ; then
171             INPUT=$MODULE_DIR
172             default=1
173         fi
174         if echo "$INPUT" | grep -q \[\'\"\\\] ; then
175             echo 'Please use a pathname without the characters: '\'' " \'
176         elif [ ! "$NO_DIR_CHECK" -a ! -d "$INPUT" ] ; then
177             if exists "$INPUT" ; then
178                 echo "$INPUT exists, but is not a directory!"
179             else
180                 echo "$INPUT does not exist.  Create it?"
181                 echo -e $n "[\033[1;32my\033[0;37m] $c"
182                 read YN
183                 if [ "$YN" != "n" ] ; then
184                     if mkdir -p "$INPUT" ; then
185                         ok=1
186                     fi
187                 fi
188             fi
189             else
190             ok=1
191         fi
192     done
193     MODULE_DIR=$INPUT
194     echo ""
195
196
197 ###############################################################################
198
199   echo -e "Maximum number of clients at any one time (\033[1;32m1-$MAX_CLIENT\033[0;37m)?"
200   echo -e $n "[\033[1;32m$MAX_CLIENT\033[0;37m] -> $c"
201   read cc
202   if [ "$cc" ] ; then 
203         if [ "$cc" > "$MAX_CLIENT" ] ; then
204                 echo -e "Number entered was above the maximum allowed by your OS."
205                 echo -e "Max clients was set to the highest possible value, \033[1;32m$MAX_CLIENT\033[0;37m"
206         else
207                 MAX_CLIENT=$cc
208         fi
209   fi
210     echo ""
211
212 ###############################################################################
213
214   echo "What is the Maximum length of nicknames?"
215   echo -e $n "[\033[1;32m$NICK_LENGT\033[0;37m] -> $c"
216   read cc
217   if [ "$cc" ] ; then
218      NICK_LENGT=$cc
219   fi
220     echo ""
221
222 ###############################################################################
223
224   echo "What is the Maximum length of channel names?"
225   echo -e $n "[\033[1;32m$CHAN_LENGT\033[0;37m] -> $c"
226   read cc
227   if [ "$cc" ] ; then
228      CHAN_LENGT=$cc
229   fi
230     echo ""
231
232 ###############################################################################
233
234   echo "What is the Maximum Number of channels a user may Join?"
235   echo -e $n "[\033[1;32m$MAX_CHANNE\033[0;37m] -> $c"
236   read cc
237   if [ "$cc" ] ; then
238      MAX_CHANNE_LENGT=$cc
239   fi
240     echo ""
241
242 ###############################################################################
243
244   echo "What is the Maximum number of mode changes in one line?"
245   echo -e $n "[\033[1;32m$MAXI_MODES\033[0;37m] -> $c"
246   read cc
247   if [ "$cc" ] ; then
248      MAXI_MODES=$cc
249   fi
250     echo ""
251
252 ###############################################################################
253
254
255 echo -e "\033[1;32mPre-build configuration is complete!\033[0;37m"
256 echo ""
257 echo -e "\033[0;37mConfig path:\033[1;32m\t\t\t$CONFIG_DIR"
258 echo -e "\033[0;37mModule path:\033[1;32m\t\t\t$MODULE_DIR"
259 echo -e "\033[0;37mMax connections:\033[1;32m\t\t$MAX_CLIENT"
260 echo -e "\033[0;37mMax User Channels\033[1;32m\t\t$MAX_CHANNE"
261 echo -e "\033[0;37mMax nickname length:\033[1;32m\t\t$NICK_LENGT"
262 echo -e "\033[0;37mMax channel length:\033[1;32m\t\t$CHAN_LENGT"
263 echo -e "\033[0;37mMax mode length:\033[1;32m\t\t$MAXI_MODES"
264 echo -e "\033[0;37m"
265
266 echo "Writing cache file for future ./configures ..."
267 if [ -e "config.cache" ] ; then
268         rm config.cache
269 fi
270 echo "CONFIG_DIR=\"$CONFIG_DIR\"" >> config.cache
271 echo "MODULE_DIR=\"$MODULE_DIR\"" >> config.cache
272 echo "MAX_CLIENT=\"$MAX_CLIENT\"" >> config.cache
273 echo "MAX_CHANNE=\"$MAX_CHANNE\"" >> config.cache
274 echo "NICK_LENGT=\"$NICK_LENGT\"" >> config.cache
275 echo "MAXI_MODES=\"$MAXI_MODES\"" >> config.cache 
276
277
278
279 echo "Writing include/inspircd_config.h ..."
280
281 echo "/* Auto generated by configure, do not modify! */" >include/inspircd_config.h
282 echo "" >>include/inspircd_config.h
283 echo "#define SYSLOG_FACILITY LOG_DAEMON" >>include/inspircd_config.h
284 echo "#define SYSLOG_LEVEL LOG_NOTICE" >>include/inspircd_config.h
285 echo "#define CONFIG_FILE \"$CONFIG_DIR/inspircd.conf\"" >>include/inspircd_config.h
286 echo "#define MOD_PATH \"$MODULE_DIR\"" >>include/inspircd_config.h
287 echo "#define VERSION \"`sh ./src/version.sh`\"" >>include/inspircd_config.h
288 echo "#define MAXCLIENTS $MAX_CLIENT" >>include/inspircd_config.h
289 echo "#define NICKMAX $NICK_LENGT" >>include/inspircd_config.h
290 echo "#define CHANMAX $CHAN_LENGT" >>include/inspircd_config.h
291 echo "#define MAXCHANS $MAX_CHANNE" >>include/inspircd_config.h
292 echo "#define MAXMODES $MAXI_MODES" >>include/inspircd_config.h
293 echo "#define SYSTEM \"`uname -n -s -r`\"" >>include/inspircd_config.h
294 echo "#define MAXBUF 514">>include/inspircd_config.h
295
296 touch include/inspircd_config.h
297
298 echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile"
299 echo ""
300
301 if exists "Makefile.$OSNAME" ; then
302         echo "Operating system supported."
303 else
304         echo "Your operating system, \"$OSNAME\", is not supported!"
305         exit
306 fi
307
308 echo ""
309
310 cp -f Makefile.$OSNAME Makefile
311 cp -f src/Makefile.$OSNAME src/Makefile
312 cp -f src/modules/Makefile.$OSNAME src/modules/Makefile
313
314 echo ""
315 echo "Do you want to compile the IRCd binaries?"
316 echo -e $n "[\033[1;32my\033[0;37m] $c"
317 read YN
318 if [ "$YN" != "n" ] ; then
319         echo ""
320         echo -e "\033[1;32mCompiling...\033[0;37m"
321         echo ""
322         cd $ME
323         make
324         echo ""
325         echo "Done!"
326         echo ""
327 else
328         echo ""
329         echo "Done!"
330         echo ""
331         echo -e "To build your server with these settings, please type '\033[1;32mmake\033[0;37m' now."
332         echo ""
333         echo -e "*** \033[1;32mRemember to edit your configuration files!!!\033[0;37m ***"
334         echo ""
335 fi
336
337
338 echo ""
339 echo "Do you want to run the config file maker?"
340 echo -e $n "[\033[1;32my\033[0;37m] $c"
341 read YN
342 if [ "$YN" != "n" ] ; then
343         sh makeconf
344 fi
345
346 echo -e "*** \033[1;32mRemember to edit your configuration files!!!\033[0;37m ***"
347 echo ""
348