version 1.437, 2014/08/11 01:39:00 |
version 1.439, 2014/08/12 21:35:48 |
|
|
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a |
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a |
# UCS-4 value) should you define USE_WCHAR. If you define it and your |
# UCS-4 value) should you define USE_WCHAR. If you define it and your |
# system DOESN'T support this, -Tlocale will produce garbage. |
# system DOESN'T support this, -Tlocale will produce garbage. |
# If you don't define it, -Tlocale is a synonym for -Tacsii. |
# If you don't define it, -Tlocale is a synonym for -Tascii. |
# |
# |
CFLAGS += -DUSE_WCHAR |
CFLAGS += -DUSE_WCHAR |
|
|
Line 115 CGIBIN = man.cgi |
|
Line 115 CGIBIN = man.cgi |
|
|
|
DBLIB += -lsqlite3 |
DBLIB += -lsqlite3 |
|
|
TESTSRCS = test-fgetln.c \ |
TESTSRCS = test-dirent-namlen.c \ |
|
test-fgetln.c \ |
|
test-fts.c \ |
test-getsubopt.c \ |
test-getsubopt.c \ |
test-mmap.c \ |
test-mmap.c \ |
test-ohash.c \ |
test-ohash.c \ |