author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 26 Sep 2004 13:17:54 +0000 | |
changeset 654 | c0ae01de361d |
parent 631 | 17fdeeaf7b51 |
permissions | -rw-r--r-- |
213 | 1 |
|
2 |
#undef DEBUG |
|
3 |
#undef DEBUG_CHATTER |
|
4 |
#undef NDEBUG |
|
5 |
#undef PHYSFS_SUPPORTS_ZIP |
|
6 |
#undef PHYSFS_SUPPORTS_GRP |
|
631
17fdeeaf7b51
Westwood MIX archive support.
Ryan C. Gordon <icculus@icculus.org>
parents:
553
diff
changeset
|
7 |
#undef PHYSFS_SUPPORTS_MIX |
553
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
261
diff
changeset
|
8 |
#undef PHYSFS_SUPPORTS_HOG |
4338d9c0bbcd
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Ryan C. Gordon <icculus@icculus.org>
parents:
261
diff
changeset
|
9 |
#undef PHYSFS_SUPPORTS_MVL |
213 | 10 |
#undef PHYSFS_HAVE_READLINE |
261
9e1647c75ae0
64-bit _llseek() detection code.
Ryan C. Gordon <icculus@icculus.org>
parents:
213
diff
changeset
|
11 |
#undef PHYSFS_HAVE_LLSEEK |
213 | 12 |