]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Use macros in buffer routines
authorDanny Mayer <mayer@ntp.org>
Sat, 1 Jan 2005 05:49:42 +0000 (00:49 -0500)
committerDanny Mayer <mayer@ntp.org>
Sat, 1 Jan 2005 05:49:42 +0000 (00:49 -0500)
bk: 41d639f6K4QBb4as1v0QrZHiv3d5aw

include/isc/buffer.h

index 02b82bcbacc5d7d22822bf499c9c0b5d874c2c35..47c8f0c95d4181bfe63955ad684df282dab21beb 100644 (file)
  * To make many functions be inline macros (via #define) define this.
  * If it is undefined, a function will be used.
  */
-/* #define ISC_BUFFER_USEINLINE */
+#define ISC_BUFFER_USEINLINE 
 
 ISC_LANG_BEGINDECLS