Removed acconfig.h.
This commit is contained in:
parent
c81367d0ca
commit
e459e0714d
|
@ -5,7 +5,7 @@
|
||||||
01012006 - Cleaned up overflow checks in platform memory allocators (thanks to
|
01012006 - Cleaned up overflow checks in platform memory allocators (thanks to
|
||||||
Nicolas Lebedenco for pointing out the original issue with
|
Nicolas Lebedenco for pointing out the original issue with
|
||||||
long long literals). Added physfs.rc (thanks, Dennis!). Changed my
|
long long literals). Added physfs.rc (thanks, Dennis!). Changed my
|
||||||
email address.
|
email address. Removed acconfig.h.
|
||||||
11282005 - Corrected docs on PHYSFS_setWriteDir().
|
11282005 - Corrected docs on PHYSFS_setWriteDir().
|
||||||
10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched
|
10122005 - Fixed locateInStringList() in physfs.c (thanks, Matze!). Patched
|
||||||
archivers/wad.c to compile.
|
archivers/wad.c to compile.
|
||||||
|
|
12
acconfig.h
12
acconfig.h
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
#undef DEBUG
|
|
||||||
#undef DEBUG_CHATTER
|
|
||||||
#undef NDEBUG
|
|
||||||
#undef PHYSFS_SUPPORTS_ZIP
|
|
||||||
#undef PHYSFS_SUPPORTS_GRP
|
|
||||||
#undef PHYSFS_SUPPORTS_MIX
|
|
||||||
#undef PHYSFS_SUPPORTS_HOG
|
|
||||||
#undef PHYSFS_SUPPORTS_MVL
|
|
||||||
#undef PHYSFS_HAVE_READLINE
|
|
||||||
#undef PHYSFS_HAVE_LLSEEK
|
|
||||||
|
|
Loading…
Reference in New Issue