Skip to content

Commit 2844eef

Browse files
authored
Merge pull request #4 from cmb69/cmb/config.h
Fix inverted config.h inclusion logic
2 parents eb52d34 + d0c728c commit 2844eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_trie_ext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
const long DEFAULT_BURST_THRESHOLD = 16384;
3131
const float DEFAULT_LOAD_FACTOR = 8.0f;
3232

33-
#ifndef HAVE_CONFIG_H
33+
#ifdef HAVE_CONFIG_H
3434
#include "config.h"
3535
#endif
3636

0 commit comments

Comments
 (0)