MySQL Forums
Forum List  »  Docs

Documents about C Preprocessor macros in MySQL source code
Posted by: Duc Le
Date: December 29, 2009 08:42PM

Hi,

I am learning about C Preprocessor macros in MySQL source code that are used in conditional compilation statements, e.g. macro __WIN__ in
#ifdef __WIN__
...
#endif

macro __NETWARE__ in
#ifdef __NETWARE__
...
#endif
etc.

What I am doing are finding the relationships between those macros and documenting those relationships. I tried to search the documentation page but did not succeed in finding any helpful documents. Could anyone please tell me where I can download documents about those macros and the relationships between them?

Thanks in advance,
Duc

Options: ReplyQuote


Subject
Views
Written By
Posted
Documents about C Preprocessor macros in MySQL source code
5279
December 29, 2009 08:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.