[PATCH] tweak tdb to build within udev better.

This commit is contained in:
greg@kroah.com 2003-10-22 19:39:28 -07:00 committed by Greg KH
parent 3e2677a31e
commit aa04c7f0cf
2 changed files with 13 additions and 1 deletions

View File

@ -17,11 +17,17 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* udev defines */
#define STANDALONE
#define TDB_DEBUG
#define HAVE_MMAP 1
#if HAVE_CONFIG_H
#include <config.h>
#endif
#if STANDALONE
#ifdef STANDALONE
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>

View File

@ -41,6 +41,12 @@
* right time. Probably too hard -- the process just doesn't know.
*/
/* udev defines */
#define STANDALONE
#define TDB_DEBUG
#define HAVE_MMAP 1
#ifdef STANDALONE
#if HAVE_CONFIG_H
#include <config.h>