From: Michael R. <re...@eu...> - 2002-06-23 13:10:53
|
Hi Alex, Alexander Peuchert wrote: > Hello everybody, > first of all, many thanks for this great stuff... Thanks! > No to my problem: Is it possible to make the isdn support optional? > I don't have any isdn on my system (cygwin), so I have to edit the Makefile > by hand to remove it. Why do you want to remove it? Are there any includes you don't have with cygwin? Shure it's possible to make it optional. There could be an option to 'configure' similar to '--with-drivers', I'd call it '--with-clients'. But these options are quite complicated to write and to maintain, and they lead to a lot of #ifdef's, which doesnt't make the code easier to read (and to maintain). How did you deactivate the ISDN stuff in the Makefile? I can't imagine that modifications to the makefile only would cleanly deactivate it (because other code refers to the ISDN stuff). Maybe the simplest solution would be a special preprocessor symbol... bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |