5747743 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$ cat -n conf.h
 1 #ifndef _OPENNET_CFG_H
 2 #define _OPNNEET_CFG_H
 3 #define VERSION "0.8.1"
 4 
 5 
 6 #include "config.h"
 7 
 8 #ifdef HAVE_STRSEP
 9 #include <string.h>
10 #else
11 #include "strsep.h"
12 #endif
13 
14 #ifdef HAVE_STDINT_H
15 #include <stdint.h>
16 #else
17 #include "stdint.h"
18 #endif
19 
20 
21 #endif
5747744 [rkeene@sledge /home/rkeene/devel/libopennet-0.8.1]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2001-08-24 11:36:58