[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] CVS: nmh/uip slocal.c,1.14,1.15
From: |
Glenn Burkhardt <address@hidden> |
Subject: |
[Nmh-commits] CVS: nmh/uip slocal.c,1.14,1.15 |
Date: |
Sun, 22 Jun 2003 19:59:18 -0400 |
Update of /cvsroot/nmh/nmh/uip
In directory subversions:/tmp/cvs-serv19812
Modified Files:
slocal.c
Log Message:
allow gdbm/ndbm.h in addition to db1/ndbm.h; needs corresponding change in
configure.in
Index: slocal.c
===================================================================
RCS file: /cvsroot/nmh/nmh/uip/slocal.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** slocal.c 2 Jul 2002 22:09:15 -0000 1.14
--- slocal.c 22 Jun 2003 23:59:16 -0000 1.15
***************
*** 53,57 ****
--- 53,61 ----
#include <db1/ndbm.h>
#else
+ #ifdef HAVE_GDBM_NDBM_H
+ #include <gdbm/ndbm.h>
+ #else
#include <ndbm.h>
+ #endif
#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] CVS: nmh/uip slocal.c,1.14,1.15,
Glenn Burkhardt <address@hidden> <=