File: config.h.in

package info (click to toggle)
ipgrab 0.5-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 268 kB
  • ctags: 169
  • sloc: sh: 1,507; ansic: 1,234; makefile: 56
file content (16 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Define the following if you have the corresponding header */
#undef  CPU_VENDOR_OS
#undef  WORDS_BIGENDIAN
#undef  HAVE_STRERROR

/* Define the following to the appropriate datatype, if necessary */
#undef  int8_t                  /* <sys/types.h> */
#undef  int16_t                 /* <sys/types.h> */
#undef  int32_t                 /* <sys/types.h> */
#undef  u_int8_t                 /* <sys/types.h> */
#undef  u_int16_t                /* <sys/types.h> */
#undef  u_int32_t                /* <sys/types.h> */

/* Global include files */
#include "ipgrab.h"
#include "parse_cl.h"