Peter Van Epp | 6 Jul 16:57
Picon
Picon
Favicon
Gravatar

Re: Patches to argus-clients-3.0.0.rc.15

	Below are a pair of patch sets one each for (argus-clients-2.0.6.fixes.1
and argus-clients-3.0.0.rc.15, the 2.0.6 patch is in another message because
the combined one hit the list moderation limit :-)) that almost fix most of 
the errors that occur when comparing 2.0.6 ra output to 3.0 ra output. The 
user data stuff is still broken (looks like thats a Carter task :-)) because I 
can't quite figure out what its supposed to do :-).
	While fixing the tcp window code, the thought struck that it would be
interesting to know that a window hit 0 (indicating host buffer conjestion) and
for how long.

Peter Van Epp / Operations and Technical Support 
Simon Fraser University, Burnaby, B.C. Canada

 argus-clients-3.0.0.rc.15

*** common/argus_util.c.orig	Sun Jul  2 15:24:45 2006
--- common/argus_util.c	Wed Jul  5 19:33:14 2006
***************
*** 2869,2887 ****

                          case IPPROTO_ICMP: {
                             char type[32];
!                            sprintf (type, "%d", flow->flow_un.icmp.type);
                             if ((parser->RaFieldDelimiter != ' ') && (parser->RaFieldDelimiter != '\0')) {
                                switch (parser->RaFieldWidth) {
                                   case RA_FIXED_WIDTH:
                                      sprintf (&buf[strlen(buf)], "%-*.*s%c", len, len, type, parser->RaFieldDelimiter);
                                      break;
                                   default:
!                                     sprintf (&buf[strlen(buf)], "%d%c", flow->flow_un.icmp.type, parser->RaFieldDelimiter);
(Continue reading)

Peter Van Epp | 6 Jul 17:01
Picon
Picon
Favicon
Gravatar

Re:and argus-clients-2.0.6.fixes.1

	And the 2.0.6.fixes.1 patch gzipped (too big otherwise :-):

Peter Van Epp / Operations and Technical Support 
Simon Fraser University, Burnaby, B.C. Canada

Attachment (2.0.6.argus_util.c.dif.gz): application/x-gunzip, 5539 bytes
Peter Van Epp | 6 Jul 04:53
Picon
Picon
Favicon
Gravatar

Patches to argus-clients-3.0.0.rc.15 and argus-clients-2.0.6.fixes.1

	Below are a pair of patch sets one each for (argus-clients-2.0.6.fixes.1
and argus-clients-3.0.0.rc.15) that almost fix most of the errors that occur
when comparing 2.0.6 ra output to 3.0 ra output. The user data stuff is still
broken (looks like thats a Carter task :-)) because I can't quite figure out
what its supposed to do :-).
	While fixing the tcp window code, the thought struck that it would be
interesting to know that a window hit 0 (indicating host buffer conjestion) and
for how long.

Peter Van Epp / Operations and Technical Support 
Simon Fraser University, Burnaby, B.C. Canada

 argus-clients-3.0.0.rc.15

*** common/argus_util.c.orig	Sun Jul  2 15:24:45 2006
--- common/argus_util.c	Wed Jul  5 19:33:14 2006
***************
*** 2869,2887 ****
  
                          case IPPROTO_ICMP: {
                             char type[32];
!                            sprintf (type, "%d", flow->flow_un.icmp.type);
                             if ((parser->RaFieldDelimiter != ' ') && (parser->RaFieldDelimiter != '\0')) {
                                switch (parser->RaFieldWidth) {
                                   case RA_FIXED_WIDTH:
                                      sprintf (&buf[strlen(buf)], "%-*.*s%c", len, len, type, parser->RaFieldDelimiter);
                                      break;
                                   default:
!                                     sprintf (&buf[strlen(buf)], "%d%c", flow->flow_un.icmp.type, parser->RaFieldDelimiter);
                                      break;
(Continue reading)

Dietmar Goldbeck | 9 Jul 21:40
Picon

starttime differences between Argus2 and Argus3


  Hello,

i am running argus-3.0.0.rc.14 together with argus 2.0.6 on the same
interface. Comparing the output of ragator/racluster gives nearly
identical lines. 

On some tcp connections (perhaps 10%) the start time
differs by 3 seconds. All differences are 3 seconds like:

07-08-06 02:05:49.345846
07-08-06 02:05:52.344568

07-08-06 04:05:44.004545 
07-08-06 04:05:47.004503 

  Ciao
     Dietmar

--

-- 
 Alles Gute / best wishes  
     Dietmar Goldbeck         E-Mail: dietmar.goldbeck <at> schotterweg.de
Reporter (to Mahatma Gandhi): Mr Gandhi, what do you think of Western
Civilization?  Gandhi: I think it would be a good idea.

Andrew Pollock | 9 Jul 22:55
Picon
Favicon

No pidfile support in Argus 3.0?

Hey Carter,

I'm running into some packaging problems with the new Argus, in terms of
initscripts and a lack of pid files.

Even the pid reported when Argus starts isn't really indicative of the
running pid:

apollock <at> lazarus:/$ sudo /usr/sbin/argus
argus[6592]: 08 Jul 06 23:34:09.846194 started
apollock <at> lazarus:/$ ps ax | grep argus
 6594 ?        Ss     0:00 /usr/sbin/argus
 6596 pts/0    R+     0:00 grep argus

Can you bring back the options that support pidfile creation?

regards

Andrew

carter | 9 Jul 17:56

Re: Patches to argus-clients-3.0.0.rc.15 andargus-clients-2.0.6.fixes.1

Hey Peter,
Thanks for the patches!!!  I am not doing anything with the Argus 2.x code, so if you would/could ablidge, and send a tar file that is your current image, I'll put it one the server as the last 2.x update, when we're done with this effort!!!

OK,  we are providing the info you're interested in, with regard to the window going to 0 ( flag indicators 'S/R' and filter support ' shut ') and the 'Idle' interpacket arrival numbers have the stats on how long the TCP was flow controlled.

Carter
Carter Bullard
QoSient LLC
150 E. 57th Street Suite 12D
New York, New York 10022
+1 212 588-9133 Phone
+1 212 588-9134 Fax  

-----Original Message-----
From: Peter Van Epp <vanepp <at> sfu.ca>
Date: Wed, 5 Jul 2006 19:53:55 
To:argus-info <at> lists.andrew.cmu.edu
Subject: [ARGUS] Patches to argus-clients-3.0.0.rc.15 and
	argus-clients-2.0.6.fixes.1

	Below are a pair of patch sets one each for (argus-clients-2.0.6.fixes.1
and argus-clients-3.0.0.rc.15) that almost fix most of the errors that occur
when comparing 2.0.6 ra output to 3.0 ra output. The user data stuff is still
broken (looks like thats a Carter task :-)) because I can't quite figure out
what its supposed to do :-).
	While fixing the tcp window code, the thought struck that it would be
interesting to know that a window hit 0 (indicating host buffer conjestion) and
for how long.

Peter Van Epp / Operations and Technical Support 
(Continue reading)

Carter Bullard | 10 Jul 16:49

Re: No pidfile support in Argus 3.0?

Hey Andrew,
There is pid file support in argus, at least there is suppose to be,
and it is on by default.   On one of my mac's, argus created this
lock file:

    /var/run/argus.en0.0.pid

So, in the clients I added a pid target directory option to the .rarc
file, will we need that here?

I moved the 'started' statement so that it has the daemon's pid
if you use the '-d' or DAEMON option in the .conf file.

Any other issues?

Carter

On Jul 9, 2006, at 4:55 PM, Andrew Pollock wrote:

> Hey Carter,
>
> I'm running into some packaging problems with the new Argus, in  
> terms of
> initscripts and a lack of pid files.
>
> Even the pid reported when Argus starts isn't really indicative of the
> running pid:
>
> apollock <at> lazarus:/$ sudo /usr/sbin/argus
> argus[6592]: 08 Jul 06 23:34:09.846194 started
(Continue reading)

Carter Bullard | 10 Jul 16:52

Re: starttime differences between Argus2 and Argus3

Hey Dietmar,
Very interesting.  I suspect that these are the last timestamps,
rather than the starting timestamps.  Can you printout both
for comparison?

   ra -s stime ltime

If this is not the issue, can you share some data so I can
debug?

Carter


On Jul 9, 2006, at 3:40 PM, Dietmar Goldbeck wrote:


  Hello,

i am running argus-3.0.0.rc.14 together with argus 2.0.6 on the same
interface. Comparing the output of ragator/racluster gives nearly
identical lines. 

On some tcp connections (perhaps 10%) the start time
differs by 3 seconds. All differences are 3 seconds like:

07-08-06 02:05:49.345846
07-08-06 02:05:52.344568

07-08-06 04:05:44.004545 
07-08-06 04:05:47.004503 

  Ciao
     Dietmar

-- 
 Alles Gute / best wishes  
     Dietmar Goldbeck         E-Mail: dietmar.goldbeck <at> schotterweg.de
Reporter (to Mahatma Gandhi): Mr Gandhi, what do you think of Western
Civilization?  Gandhi: I think it would be a good idea.





Peter Van Epp | 10 Jul 17:22
Picon
Picon
Favicon
Gravatar

argus-clients-3.0.0.rc.15

	In addition to the user data printing, I also haven't been able to
figure out how to cause common/argus_util.c:ArgusConvertRecord to put the 
icmp data in to net->net.union.icmp where the data handling routine is 
expecting to find it (and thus thinks everything is an ECR when the type field
is the default 0). This doesn't seem to work:

                     case ARGUS_V2_ICMP_DSR_STATUS: {
                        struct ArgusV2ICMPObject *nv2icmp = (struct ArgusV2ICMPO
bject *)hdrs[ARGUS_V2_ICMP_DSR_INDEX];
                        struct ArgusV2FarStruct  *far = (struct ArgusV2FarStruct
 *)hdrs[ARGUS_V2_FAR_DSR_INDEX];
                        struct ArgusNetworkStruct *net = (struct ArgusNetworkStr
uct *) dsr;
                        struct ArgusIcmpStruct *icmp = (struct ArgusIcmpStruct *
) &net->net_union.icmp;

                        icmp->hdr.type            = ARGUS_NETWORK_DSR;
                        icmp->hdr.subtype         = 0;
...

Peter Van Epp / Operations and Technical Support 
Simon Fraser University, Burnaby, B.C. Canada

Karl Tatgenhorst | 10 Jul 18:02
Favicon

argus-3.0.0.rc.14

Hello,

   I am trying to set up a new argus sensor using argus-3.0.0.rc.14 (on
a SunFire V120 Sparc arch. running Solaris 10) and am not getting safely
out of the configure stage. It looks as though it is missing some type
definitions from what I read in the config.log, however not being an
experienced developer I am including that log for you guys. If someone
can tell me if there is something wrong on my box or if this is a
previously unseen bug I would appreciate it.

   I have reinstalled the OS and tried this cleanly several times. I am
also willing to try any suggestions to address this issue.

Thank you,

Karl Tatgenhorst

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = as-south
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118833-17

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = as-south
Release = 5.10
KernelID = Generic_118833-17
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/ccs/bin/
PATH: /usr/sfw/bin/
PATH: /usr/sbin
PATH: /usr/bin

## ----------- ##
## Core tests. ##
## ----------- ##

configure:1337: checking build system type
configure:1355: result: sparc-sun-solaris2.10
configure:1363: checking host system type
configure:1377: result: sparc-sun-solaris2.10
configure:1385: checking target system type
configure:1399: result: sparc-sun-solaris2.10
configure:1532: checking for gcc
configure:1548: found /usr/sfw/bin//gcc
configure:1558: result: gcc
configure:1802: checking for C compiler version
configure:1805: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1808: $? = 0
configure:1810: gcc -v </dev/null >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:1813: $? = 0
configure:1815: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1818: $? = 1
configure:1841: checking for C compiler default output file name
configure:1844: gcc    conftest.c  >&5
configure:1847: $? = 0
configure:1893: result: a.out
configure:1898: checking whether the C compiler works
configure:1904: ./a.out
configure:1907: $? = 0
configure:1924: result: yes
configure:1931: checking whether we are cross compiling
configure:1933: result: no
configure:1936: checking for suffix of executables
configure:1938: gcc -o conftest    conftest.c  >&5
configure:1941: $? = 0
configure:1966: result: 
configure:1972: checking for suffix of object files
configure:1993: gcc -c   conftest.c >&5
configure:1996: $? = 0
configure:2018: result: o
configure:2022: checking whether we are using the GNU C compiler
configure:2046: gcc -c   conftest.c >&5
configure:2052: $? = 0
configure:2056: test -z 
			 || test ! -s conftest.err
configure:2059: $? = 0
configure:2062: test -s conftest.o
configure:2065: $? = 0
configure:2078: result: yes
configure:2084: checking whether gcc accepts -g
configure:2105: gcc -c -g  conftest.c >&5
configure:2111: $? = 0
configure:2115: test -z 
			 || test ! -s conftest.err
configure:2118: $? = 0
configure:2121: test -s conftest.o
configure:2124: $? = 0
configure:2135: result: yes
configure:2152: checking for gcc option to accept ANSI C
configure:2222: gcc  -c -g -O2  conftest.c >&5
configure:2228: $? = 0
configure:2232: test -z 
			 || test ! -s conftest.err
configure:2235: $? = 0
configure:2238: test -s conftest.o
configure:2241: $? = 0
configure:2259: result: none needed
configure:2277: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2283: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2421: checking gcc version
configure:2433: result: 3
configure:2655: checking for inline
configure:2676: gcc -c -g -O2  conftest.c >&5
configure:2682: $? = 0
configure:2686: test -z 
			 || test ! -s conftest.err
configure:2689: $? = 0
configure:2692: test -s conftest.o
configure:2695: $? = 0
configure:2707: result: inline
configure:2773: checking for gcc
configure:2799: result: gcc
configure:3043: checking for C compiler version
configure:3046: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3049: $? = 0
configure:3051: gcc -v </dev/null >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:3054: $? = 0
configure:3056: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3059: $? = 1
configure:3062: checking whether we are using the GNU C compiler
configure:3118: result: yes
configure:3124: checking whether gcc accepts -g
configure:3175: result: yes
configure:3192: checking for gcc option to accept ANSI C
configure:3299: result: none needed
configure:3317: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3323: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3461: checking how to run the C preprocessor
configure:3496: gcc -E  conftest.c
configure:3502: $? = 0
configure:3534: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3579: result: gcc -E
configure:3603: gcc -E  conftest.c
configure:3609: $? = 0
configure:3641: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3647: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3690: checking whether make sets $(MAKE)
configure:3710: result: yes
configure:3760: checking for ranlib
configure:3776: found /usr/ccs/bin//ranlib
configure:3787: result: ranlib
configure:3800: checking for u_int8_t using gcc
configure:3827: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:19: error: `u_int8_t' undeclared (first use in this function)
conftest.c:19: error: (Each undeclared identifier is reported only once
conftest.c:19: error: for each function it appears in.)
conftest.c:19: error: syntax error before "i"
configure:3833: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| #       include "confdefs.h"
| #       include <sys/types.h>
| #       if STDC_HEADERS
| #       include <stdlib.h>
| #       include <stddef.h>
| #       endif
| int
| main ()
| {
| u_int8_t i
|   ;
|   return 0;
| }
configure:3858: result: no
configure:3867: checking for u_int16_t using gcc
configure:3894: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:20: error: `u_int16_t' undeclared (first use in this function)
conftest.c:20: error: (Each undeclared identifier is reported only once
conftest.c:20: error: for each function it appears in.)
conftest.c:20: error: syntax error before "i"
configure:3900: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| /* end confdefs.h.  */
| 
| #       include "confdefs.h"
| #       include <sys/types.h>
| #       if STDC_HEADERS
| #       include <stdlib.h>
| #       include <stddef.h>
| #       endif
| int
| main ()
| {
| u_int16_t i
|   ;
|   return 0;
| }
configure:3925: result: no
configure:3934: checking for u_int32_t using gcc
configure:3961: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:21: error: `u_int32_t' undeclared (first use in this function)
conftest.c:21: error: (Each undeclared identifier is reported only once
conftest.c:21: error: for each function it appears in.)
conftest.c:21: error: syntax error before "i"
configure:3967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| #define u_int16_t u_short
| /* end confdefs.h.  */
| 
| #       include "confdefs.h"
| #       include <sys/types.h>
| #       if STDC_HEADERS
| #       include <stdlib.h>
| #       include <stddef.h>
| #       endif
| int
| main ()
| {
| u_int32_t i
|   ;
|   return 0;
| }
configure:3992: result: no
configure:4001: checking for u_int64_t using gcc
configure:4028: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:22: error: `u_int64_t' undeclared (first use in this function)
conftest.c:22: error: (Each undeclared identifier is reported only once
conftest.c:22: error: for each function it appears in.)
conftest.c:22: error: syntax error before "i"
configure:4034: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| #define u_int16_t u_short
| #define u_int32_t u_int
| /* end confdefs.h.  */
| 
| #       include "confdefs.h"
| #       include <sys/types.h>
| #       if STDC_HEADERS
| #       include <stdlib.h>
| #       include <stddef.h>
| #       endif
| int
| main ()
| {
| u_int64_t i
|   ;
|   return 0;
| }
configure:4059: result: no
configure:4070: checking for ANSI ioctl definitions
configure:4103: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:27: error: case label does not reduce to an integer constant
conftest.c:28: error: case label does not reduce to an integer constant
configure:4109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| #define u_int16_t u_short
| #define u_int32_t u_int
| #define u_int64_t long long
| /* end confdefs.h.  */
| /*
|                      * This generates a "duplicate case value" when fixincludes
|                      * has not be run.
|                      */
| #               include <sys/types.h>
| #               include <sys/time.h>
| #               include <sys/ioctl.h>
| #               ifdef HAVE_SYS_IOCCOM_H
| #               include <sys/ioccom.h>
| #               endif
| int
| main ()
| {
| switch (0) {
|                     case _IO('A', 1):;
|                     case _IO('B', 1):;
|                     }
|   ;
|   return 0;
| }
configure:4134: result: no
configure:4139: error: see the INSTALL for more info

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=sparc-sun-solaris2.10
ac_cv_build_alias=sparc-sun-solaris2.10
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=sparc-sun-solaris2.10
ac_cv_host_alias=sparc-sun-solaris2.10
ac_cv_lbl_gcc_vers=3
ac_cv_lbl_have_u_int16_t=no
ac_cv_lbl_have_u_int32_t=no
ac_cv_lbl_have_u_int64_t=no
ac_cv_lbl_have_u_int8_t=no
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_target=sparc-sun-solaris2.10
ac_cv_target_alias=sparc-sun-solaris2.10

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O2'
COMPATLIB=''
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_BIN=''
INSTALL_DATA=''
INSTALL_LIB=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIB_SASL=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SASLFLAGS=''
SET_MAKE=''
SHELL='/bin/bash'
SHLICC2=''
V_CCOPT='-O3'
V_INCLS=''
V_LEX=''
V_PCAPDEP=''
V_RANLIB=''
V_WRAPDEP=''
V_YACC=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='NONE'
host='sparc-sun-solaris2.10'
host_alias=''
host_cpu='sparc'
host_os='solaris2.10'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='sparc-sun-solaris2.10'
target_alias=''
target_cpu='sparc'
target_os='solaris2.10'
target_vendor='sun'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define u_int16_t u_short
#define u_int32_t u_int
#define u_int64_t long long
#define u_int8_t u_char

configure: exit 1

Gmane