summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorguy <guy>2008-02-04 20:42:09 +0000
committerguy <guy>2008-02-04 20:42:09 +0000
commit411c7e7f103ec22c094cb5c84fa325091f58d16e (patch)
treefbe3cb94ff17346f70e3e056bb6bc99add290d71 /config.h.in
parentcfab7ed87fba16e0c0ab478072e371e1a9afacc6 (diff)
downloadtcpdump-411c7e7f103ec22c094cb5c84fa325091f58d16e.tar.gz
Run ranlib on libnetdissect.a if necessary. Remove it before building
it, so we discard any stuff already in the archive.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 86ffe06e..a311bf00 100644
--- a/config.h.in
+++ b/config.h.in
@@ -301,19 +301,19 @@
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
-/* The size of `char', as computed by sizeof. */
+/* The size of a `char', as computed by sizeof. */
#undef SIZEOF_CHAR
-/* The size of `int', as computed by sizeof. */
+/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
-/* The size of `long', as computed by sizeof. */
+/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
-/* The size of `long long', as computed by sizeof. */
+/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
-/* The size of `short', as computed by sizeof. */
+/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* Define to 1 if you have the ANSI C header files. */