summaryrefslogtreecommitdiff
path: root/deps/ulib/src/ulib-config.h.in
blob: b7cfeb13c38f6727516154ff83f37033076df487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __ULIB_CONFIG_H
#define __ULIB_CONFIG_H

/*
 * System-dependent settings
 */
#define U_SEARCHPATH_SEPARATOR_S "@SEARCHSEP@"
#define U_SEARCHPATH_SEPARATOR   '@SEARCHSEP@'
#define U_DIR_SEPARATOR          '@PATHSEP@'
#define U_DIR_SEPARATOR_S        "@PATHSEP@"
#define U_OS_@OS@

#if @HAVE_ALLOCA_H@ == 1
#define U_HAVE_ALLOCA_H
#endif

typedef @PIDTYPE@ UPid;

#endif