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

Re: zsh configuration



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