0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-19 18:38:21 +02:00

ircd::ctx: Minor fix inconsistent header HAVE_ defines.

This commit is contained in:
Jason Volk 2019-09-30 12:30:18 -07:00
parent 31ee90c056
commit 36b621e72b
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
// full license for this software is available in the LICENSE file.
#pragma once
#define HAVE_IRCD_CTX_CONCURRENT
#define HAVE_IRCD_CTX_CONCURRENT_H
namespace ircd::ctx
{

View file

@ -9,7 +9,7 @@
// full license for this software is available in the LICENSE file.
#pragma once
#define HAVE_IRCD_CTX_CONCURRENT_FOR_EACH
#define HAVE_IRCD_CTX_CONCURRENT_FOR_EACH_H
namespace ircd::ctx
{