Run these two commands in your shell: cp /dev/null a.cpp g++ -E -dM a.cpp
This will give you all of the macros g++ defines by default. However in the next version I'll enable the osrng.h classes as long as __unix__ is defined, so you may want to do that as well. On Wed, Oct 16, 2002 at 02:12:28PM +0900, Masashi SATOU/佐藤雅史 wrote: > As you know , in "osrng.h" we must define the name of Operating System. > For Example : > ---cut here---- > > defined(__FreeBSD__) || defined(__linux__) || defined(__sun__) > > ---cut here---- > > I want to know the spell of HP-UX. > Does anybody know? > > Thank you for reading.
