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

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

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

CVSweb