zsh-workers
 help / color / mirror / code / Atom feed
* zsh configuration
@ 1999-08-11 12:14 Wim Yedema
  1999-08-11 15:37 ` Geoff Wing
  0 siblings, 1 reply; 4+ messages in thread
From: Wim Yedema @ 1999-08-11 12:14 UTC (permalink / raw)
  To: zsh-workers

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

wim yedema


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-08-11 23:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-11 12:14 zsh configuration Wim Yedema
1999-08-11 15:37 ` Geoff Wing
1999-08-11 16:33   ` Bart Schaefer
1999-08-11 23:50     ` Geoff Wing

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).