summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm.h
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-09-29 00:06:30 +0200
committerAndrew Gregory <andrew.gregory.8@gmail.com>2017-05-11 06:45:30 +0200
commit1a2770afa84537b6f06d286f600172da8c31ea1f (patch)
treec314a0218c4ee4458d1733eee8d36956f0859df5 /lib/libalpm/alpm.h
parentdb7f5b98fb97c2cd63ef0c092777e46bfc2bd211 (diff)
downloadpacman-1a2770afa84537b6f06d286f600172da8c31ea1f.tar.gz
pacman-1a2770afa84537b6f06d286f600172da8c31ea1f.tar.xz
wip: updated build tools for multithread
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r--lib/libalpm/alpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 2637a055..664399c0 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -23,6 +23,8 @@
#ifndef ALPM_H
#define ALPM_H
+#define HAVE_PTHREAD /* XXX testing */
+
#ifdef __cplusplus
extern "C" {
#endif