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

Annotation of mandoc/config.h.pre, Revision 1.2

1.1       kristaps    1: #ifndef        MANDOC_CONFIG_H
                      2: #define        MANDOC_CONFIG_H
                      3:
                      4: #if defined(__linux__) || defined(__MINT__)
                      5: # define _GNU_SOURCE /* strptime(), getsubopt() */
                      6: #endif
1.2     ! kristaps    7:
        !             8: #include <stdio.h>

CVSweb