projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1066384
)
allow gdbm/ndbm.h in addition to db1/ndbm.h; needs corresponding change in
author
Glenn Burkhardt
<glenn@aoi.ultranet.com>
Sun, 22 Jun 2003 23:59:16 +0000
(23:59 +0000)
committer
Glenn Burkhardt
<glenn@aoi.ultranet.com>
Sun, 22 Jun 2003 23:59:16 +0000
(23:59 +0000)
configure.in
uip/slocal.c
patch
|
blob
|
history
diff --git
a/uip/slocal.c
b/uip/slocal.c
index
74f1b57
..
b176008
100644
(file)
--- a/
uip/slocal.c
+++ b/
uip/slocal.c
@@
-52,8
+52,12
@@
extern int initgroups(char*, int);
#ifdef HAVE_DB1_NDBM_H
#include <db1/ndbm.h>
#else
+#ifdef HAVE_GDBM_NDBM_H
+#include <gdbm/ndbm.h>
+#else
#include <ndbm.h>
#endif
+#endif
#include <utmp.h>