Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh configuration



Wim Yedema <yedema@xxxxxxxxxxxxxxxxxxxxxxxxxxx> typed:
:check the defines in config.h some of them aren't used right:
:config.h:
:---
:/* Define if you have the <dl.h> header file.  */
:#define HAVE_DL_H 1
:
:/* Define if you have the <dlfcn.h> header file.  */
:#define HAVE_DLFCN_H 0
:---
:Src/module.c:
:---
:#ifdef HAVE_DLFCN_H
:# include <dlfcn.h>
:#else
:# ifdef HAVE_DL_H
:---
:This kind of makes configure useless:)
:besides that zsh is great

This looks perfectly OK to me.  <dlfcn.h> is used in preference to <dl.h>.
What's supposed to be wrong about it?

Regards,
-- 
Geoff Wing : <gcw@xxxxxxxxx>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <gcw@xxxxxxxx>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <gcw@xxxxxxx>       Phone   : (Australia) 0413 431 874



Messages sorted by: Reverse Date, Date, Thread, Author