Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About DEFINES option for C Compiler

Status
Not open for further replies.

tvravikanth

Programmer
Mar 9, 2003
1
IN
Borland has following DEFINES=__WIN32__,_Windows,__CDECL__ options.
Solaris has following DEFINES=__SunOS_5_6,__SUNPRO_C=0x500,__SVR4,__unix,__sun,__sparc __BUILT_IN_VA_ARG_INCR,__PRAGMA_REDEFINE_EXTNAME,unix,sun,sparc,__RESTRICT,
_FILE_OFFSET_BITS=32
options.
Similarly what are the DEFINES options for HP UX
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top