Ticket 33: sa.h includes config.h which is not there
See below. Perhaps config.h should be installed as sa_config.h.
  /* include optional Autoconf header */
  #ifdef HAVE_CONFIG_H
  #include "config.h"
  #endif
  /* fallback for POSIX socklen_t */
  #if defined(HAVE_CONFIG_H) && !defined(HAVE_SOCKLEN_T)
  typedef int socklen_t;
  #endif
Remarks:
Properties:
  | Type: | code |  | Version: | 1.1.0 | 
  | Status: | new |  | Created: | 2004-Feb-11 10:27 | 
  | Severity: | 3 |  | Last Change: | 2004-Feb-11 10:27 | 
  | Priority: | 3 |  | Subsystem: | sa | 
  | Assigned To: | rse |  | Derived From: |  | 
  | Creator: | anonymous |