From 1d645fc8c20fc5960ac3ec940f7df3f9cf61598e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sun, 18 Jul 2004 22:36:55 +0000 Subject: SNPRINTF isn't used any more - remove from sample dissector and coding guidelines. svn path=/trunk/; revision=11418 --- doc/README.developer | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/README.developer b/doc/README.developer index 35fc8e823b..cf2b3407fb 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -365,13 +365,14 @@ You may not need to include all the headers listed in the skeleton below, and you may need to include additional headers. For example, the code inside - #ifdef NEED_SNPRINTF_H + #ifdef HAVE_LIBPCRE ... #endif -is needed only if you are using the "snprintf()" function. +is needed only if you are using a function from libpcre, e.g. the +"pcre_compile()" function. The "$Id$" in the comment will be updated by CVS when the file is @@ -424,10 +425,6 @@ CVS repository (checked in). #include -#ifdef NEED_SNPRINTF_H -# include "snprintf.h" -#endif - #include /* IF PROTO exposes code to other dissectors, then it must be exported -- cgit v1.2.3