summaryrefslogtreecommitdiffstats
path: root/lib/libsi18n/gsslapd.h
blob: ccd73a5c978264f8fc11f47c599a43d2f839e81b (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 2001 Sun Microsystems, Inc.
 * Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
 * 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 */