summaryrefslogtreecommitdiffstats
path: root/lib/libsi18n/gsslapd.h
blob: a41fc929128b3f4d2c1cba3027f52e53013eb3c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/

#define DATABASE_NAME "ns-slapd"

#ifdef RESOURCE_STR

#undef LIBRARY_NAME
#include "base/dbtbase.h"
#undef LIBRARY_NAME
#include "libaccess/dbtlibaccess.h"
#undef LIBRARY_NAME
#include "libadmin/dbtlibadmin.h"
#undef LIBRARY_NAME
#include "../ldap/clients/dsgw/dbtdsgw.h"

static RESOURCE_GLOBAL allxpstr[] = {
  base,
  libaccess,
  libadmin,
  dsgw,
  0
};

#endif /* ifdef RESOURCE_STR */