[insert project logo here (125x200px max)] Navigator Mailinglists Please report any errors or ommissions you find to our `Help' mailinglist, or post a message in the Forums. Copyright and Licensing Information Snap is (c) Jonathan T. Moore, 1999-2002 and licensed under the GNU General Public License (GPL). All other parts of Splash are (c) Willem de Bruijn, 2002-2003 and licensed under the BSD Open Source License. All sourcecode is made publicly available. Acknowledgement Splash and the Splash website are hosted by SourceForge.net |
Splash - DocumentationSNMP Plus a Lightweight API for SNAP Handlingsnap-1.1-wjdb/lib/config.hGo to the documentation of this file.00001 /* $Id */ 00002 00003 #ifndef _SNAP_CONFIG_H_ 00004 #define _SNAP_CONFIG_H_ 00005 00006 #define CONFIG_IP_SNAP_SMALL_INSTRS 00007 #define CONFIG_IP_SNAP_SMALL_VALUES 00008 00009 #define IS_LITTLE_ENDIAN 00010 00011 typedef float float32; 00012 typedef double float64; 00013 typedef int int32; 00014 typedef unsigned int uint32; 00015 00016 #endif /* !_SNAP_CONFIG_H_ */ |