On Thu, Jul 07, 2005 at 05:17:25PM +0200, ramiro delfin wrote: > You are right. My intention is not to change any of > the compile options. I just want to know which of the > preprocessor statements are set in my installation. > Maybe I am not explaining very well. > For instance, when in the code there is a #ifdef > NESSUSNT, I want to know if NESSUSNT is set for my > nessus installation.Is there a file where I could see > which are define and which not.
You can find many macro definitions in the .tmpl files within the top-level component directories; eg, nessus-core/nessus.tmpl. These are generated when you run "./configure". Keep in mind that not everything will be defined, which is why you find lines like "#ifdef NESSUSNT" in the include files -- they check whether or not the macro NESSUSNT is defined. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
