prefer ndbm.h to dbm.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10640 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -39,10 +39,10 @@ RCSID("$Id$");
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#if defined(HAVE_GDBM_NDBM_H)
 | 
					#if defined(HAVE_GDBM_NDBM_H)
 | 
				
			||||||
#include <gdbm/ndbm.h>
 | 
					#include <gdbm/ndbm.h>
 | 
				
			||||||
#elif defined(HAVE_DBM_H)
 | 
					 | 
				
			||||||
#include <dbm.h>
 | 
					 | 
				
			||||||
#elif defined(HAVE_NDBM_H)
 | 
					#elif defined(HAVE_NDBM_H)
 | 
				
			||||||
#include <ndbm.h>
 | 
					#include <ndbm.h>
 | 
				
			||||||
 | 
					#elif defined(HAVE_DBM_H)
 | 
				
			||||||
 | 
					#include <dbm.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct ndbm_db {
 | 
					struct ndbm_db {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,10 +44,10 @@
 | 
				
			|||||||
#elif HAVE_NDBM
 | 
					#elif HAVE_NDBM
 | 
				
			||||||
#if defined(HAVE_GDBM_NDBM_H)
 | 
					#if defined(HAVE_GDBM_NDBM_H)
 | 
				
			||||||
#include <gdbm/ndbm.h>
 | 
					#include <gdbm/ndbm.h>
 | 
				
			||||||
#elif defined(HAVE_DBM_H)
 | 
					 | 
				
			||||||
#include <dbm.h>
 | 
					 | 
				
			||||||
#elif defined(HAVE_NDBM_H)
 | 
					#elif defined(HAVE_NDBM_H)
 | 
				
			||||||
#include <ndbm.h>
 | 
					#include <ndbm.h>
 | 
				
			||||||
 | 
					#elif defined(HAVE_DBM_H)
 | 
				
			||||||
 | 
					#include <dbm.h>
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif /* HAVE_NDBM */
 | 
					#endif /* HAVE_NDBM */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user