Changeset 5306:a0161768f631 for doc

Show
Ignore:
Timestamp:
2007-11-15 04:17:16 (12 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Fix more documentation build issues.
Define USE_SASL (for $smtp_authenticators) in makedoc-defs.h, include it
in makedoc.c to force doc rebuild if makedoc-defs.h changes.

Location:
doc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • doc/makedoc-defs.h

    r5286 r5306  
    5252#  define HAVE_GETADDRINFO 
    5353# endif 
    54  
     54# ifndef USE_SASL 
     55#  define USE_SASL 
     56# endif 
  • doc/makedoc.c

    r5286 r5306  
    4646# include <getopt.h> 
    4747#endif 
     48 
     49#include "makedoc-defs.h" 
    4850 
    4951#ifndef HAVE_STRERROR