home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
- From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
- Newsgroups: comp.os.linux
- Subject: Re: UUCP 103 (taylor)
- Date: 26 Dec 1992 07:13:36 -0600
- Organization: Kansas State University
- Lines: 27
- Message-ID: <1hhlq0INN8n3@matt.ksu.ksu.edu>
- References: <724981623snx@weasel.demon.co.uk> <72424@cup.portal.com>
- NNTP-Posting-Host: matt.ksu.ksu.edu
-
- Dave-Nuttall@cup.portal.com (David Dave Nuttall) writes:
-
- >I am also having difficulty compiling Taylor UUCP 103 under Linux 0.99pl1.
- >Commenting out the line:
- > #define strncasecmp strnicmp
-
- >does not fix it....rather it results in an error pointing at line
- >1182 which is apparently:
-
- > extern int strncasecmp P((const char *z1, const char *z2, int clen));
-
- >If you comment out that line, it just gets worse!
- >Any constructive comments would be appreciated.
- >Thanks.
-
- >(And "Read the FAQ" is cute, but no always instructive or constructive.)
-
- Where are you commenting out the code.. That looks like the standard
- include file line there:
-
- extern int strncasecmp P((const char *z1, const char *z2, int clen));
-
- Comment out the offending redefinition in the uucp code where it barfs. Should
- work then
-
- James
-
-