move config.h to under picrin/

This commit is contained in:
Yuichi Nishiwaki 2014-04-06 12:44:11 +09:00
parent 99c2889a4d
commit 8434629586
3 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ There is a chat room on chat.freenode.org, channel #picrin.
$ make
If you are building picrin on other systems than x86_64, PIC_NAN_BOXING flag is automatically turned on (see include/config.h for detail).
If you are building picrin on other systems than x86_64, PIC_NAN_BOXING flag is automatically turned on (see include/picrin/config.h for detail).
- install

View File

@ -41,7 +41,7 @@ extern "C" {
#include "xfile/xfile.h"
#include "xrope/xrope.h"
#include "config.h"
#include "picrin/config.h"
#include "picrin/util.h"
#include "picrin/value.h"