On 21 August 2014 11:19, Roland Knall <rkn...@gmain.com> wrote: > The #include "config.h" statement is a mistake, it should refer to #include > <config.h>
Relying on the difference between the quoted and angle brackets form to select the correct config.h file is fragile. A better solution would be to move the local config.h into a subdirectory and then use the following: #include “subdir/config.h” Any reason why this should be done? Regards, Graham BAE Systems Integrated System Technologies Limited Registered Office: Warwick House, PO Box 87, Farnborough Aerospace Centre, Farnborough, Hants, GU14 6YU, UK Registered in England & Wales No: 3456325 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ********************************************************************
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe