mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-29 21:33:35 -05:00
Fix gdbm for debian stable, configure problem with new howl
This commit is contained in:
@@ -48,6 +48,15 @@
|
||||
#define STRLEN(a) (a) ? strlen((a)) + 1 : 1
|
||||
#define MAYBEFREE(a) { if((a)) free((a)); };
|
||||
|
||||
/* For old version of gdbm */
|
||||
#ifndef GDBM_SYNC
|
||||
# define GDBM_SYNC 0
|
||||
#endif
|
||||
|
||||
#ifndef GDBM_NOLOCK
|
||||
# define GDBM_NOLOCK 0
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Typedefs
|
||||
|
||||
Reference in New Issue
Block a user