Determine if the symbolic links are permitted.
Defined in <physfs.h>
int PHYSFS_symbolicLinksPermitted(void);(int) Returns non-zero if symlinks are permitted, zero if not.
This reports the setting from the last call to PHYSFS_permitSymbolicLinks(). If PHYSFS_permitSymbolicLinks() hasn't been called since the library was last initialized, symbolic links are implicitly disabled.
It is safe to call this function from any thread.
This function is available since PhysicsFS 2.0.0.