[BACK]Return to configure CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/configure between version 1.32 and 1.33

version 1.32, 2015/11/07 13:14:21 version 1.33, 2015/11/07 14:01:16
Line 276  fi
Line 276  fi
 exec > config.h  exec > config.h
   
 cat << __HEREDOC__  cat << __HEREDOC__
   #ifdef __cplusplus
   #error "Do not use C++.  See the INSTALL file."
   #endif
   
 #ifndef MANDOC_CONFIG_H  #ifndef MANDOC_CONFIG_H
 #define MANDOC_CONFIG_H  #define MANDOC_CONFIG_H
   
Line 330  cat << __HEREDOC__
Line 334  cat << __HEREDOC__
 #define BINM_MAN "${BINM_MAN}"  #define BINM_MAN "${BINM_MAN}"
 #define BINM_SOELIM "${BINM_SOELIM}"  #define BINM_SOELIM "${BINM_SOELIM}"
 #define BINM_WHATIS "${BINM_WHATIS}"  #define BINM_WHATIS "${BINM_WHATIS}"
   
 #if !defined(__BEGIN_DECLS)  
 #  ifdef __cplusplus  
 #  define       __BEGIN_DECLS           extern "C" {  
 #  else  
 #  define       __BEGIN_DECLS  
 #  endif  
 #endif  
 #if !defined(__END_DECLS)  
 #  ifdef __cplusplus  
 #  define       __END_DECLS             }  
 #  else  
 #  define       __END_DECLS  
 #  endif  
 #endif  
   
 __HEREDOC__  __HEREDOC__
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb