Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh configuration
- X-seq: zsh-workers 7423
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: mason@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: zsh configuration
- Date: Wed, 11 Aug 1999 16:33:57 +0000
- In-reply-to: <slrn7r365m.n6s.mason@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <uqvemhazf7j.fsf@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <slrn7r365m.n6s.mason@xxxxxxxxxxxxxxxxxxxxx>
On Aug 11, 3:37pm, Geoff Wing wrote:
} Subject: Re: zsh configuration
}
} Wim Yedema <yedema@xxxxxxxxxxxxxxxxxxxxxxxxxxx> typed:
} :#define HAVE_DLFCN_H 0
} :#ifdef HAVE_DLFCN_H
} :# include <dlfcn.h>
} :#else
} :# ifdef HAVE_DL_H
}
} This looks perfectly OK to me. <dlfcn.h> is used in preference to <dl.h>.
} What's supposed to be wrong about it?
It should be
/* #undef HAVE_DLFCN_H */
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author