Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit738885d

Browse files
committed
Fix Bug: add MEMORY_DATABASE_ENABLE macro when compiling on windows.
1 parent79cf726 commit738885d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎apache2/Makefile.win‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ DEFS=$(DEFS) -DWITH_YAJL
5656
INCLUDES = $(INCLUDES) -I$(YAJL)\include -I$(YAJL) \
5757
!ENDIF
5858

59+
# Enable support for collection's memory database
60+
DEFS=$(DEFS) -DMEMORY_DATABASE_ENABLE
61+
5962
CFLAGS= -MD $(INCLUDES) $(DEFS)
6063

6164
LDFLAGS =

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp