pcap 0.3.1 → 0.3.2
raw patch · 3 files changed
+53/−2 lines, 3 files
Files
- configure.ac +1/−1
- include/pcapconfig.h +50/−0
- pcap.cabal +2/−1
configure.ac view
@@ -1,4 +1,4 @@-AC_INIT([Pcap],[0.3.1],[bos@serpentine.com], [pcap])+AC_INIT([Pcap],[0.3.2],[bos@serpentine.com], [pcap]) AC_CONFIG_HEADER(include/pcapconfig.h)
+ include/pcapconfig.h view
@@ -0,0 +1,50 @@+/* include/pcapconfig.h. Generated from pcapconfig.h.in by configure. */+/* include/pcapconfig.h.in. Generated from configure.ac by autoheader. */++/* Define to 1 if you have the <inttypes.h> header file. */+#define HAVE_INTTYPES_H 1++/* Define to 1 if you have the <memory.h> header file. */+#define HAVE_MEMORY_H 1++/* Define to 1 if you have the <stdint.h> header file. */+#define HAVE_STDINT_H 1++/* Define to 1 if you have the <stdlib.h> header file. */+#define HAVE_STDLIB_H 1++/* Define to 1 if you have the <strings.h> header file. */+#define HAVE_STRINGS_H 1++/* Define to 1 if you have the <string.h> header file. */+#define HAVE_STRING_H 1++/* Define to 1 if `sa_len' is member of `struct sockaddr'. */+/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */++/* Define to 1 if you have the <sys/stat.h> header file. */+#define HAVE_SYS_STAT_H 1++/* Define to 1 if you have the <sys/types.h> header file. */+#define HAVE_SYS_TYPES_H 1++/* Define to 1 if you have the <unistd.h> header file. */+#define HAVE_UNISTD_H 1++/* Define to the address where bug reports for this package should be sent. */+#define PACKAGE_BUGREPORT "bos@serpentine.com"++/* Define to the full name of this package. */+#define PACKAGE_NAME "Pcap"++/* Define to the full name and version of this package. */+#define PACKAGE_STRING "Pcap 0.3"++/* Define to the one symbol short name of this package. */+#define PACKAGE_TARNAME "pcap"++/* Define to the version of this package. */+#define PACKAGE_VERSION "0.3"++/* Define to 1 if you have the ANSI C header files. */+#define STDC_HEADERS 1
pcap.cabal view
@@ -1,5 +1,5 @@ name: pcap-version: 0.3.1+version: 0.3.2 license: BSD4 license-file: LICENSE synopsis: A system-independent interface for user-level packet capture@@ -14,6 +14,7 @@ ghc-options: -W -O -funbox-strict-fields include-dirs: include includes: pcapconfig.h pcap.h+install-includes: pcapconfig.h extra-source-files: configure.ac configure include/pcapconfig.h.in pcap.buildinfo.in