Annotation of parser3/acconfig.h, revision 1.12

1.1       paf         1: /* Define if you have the GNU dld library.  */
                      2: #undef HAVE_DLD
                      3: 
                      4: /* Define if you have the libdl library or equivalent.  */
                      5: #undef HAVE_LIBDL
                      6: 
                      7: /* Define if you have the shl_load function.  */
                      8: #undef HAVE_SHL_LOAD
1.2       paf         9: 
                     10: 
                     11: 
                     12: /* Define to `unsigned int' if <sys/types.h> does not define. */
                     13: #undef size_t
                     14: 
                     15: /* Define to `int' if <sys/types.h> does not define. */
                     16: #undef ssize_t
1.5       paf        17: 
                     18: /* Define if you have daylight external variable in <time.h> */
                     19: #undef HAVE_DAYLIGHT
                     20: 
                     21: /* Define if you have timezone external variable in <time.h> */
                     22: #undef HAVE_TIMEZONE
                     23: 
                     24: /* Define if you have tm_gmtoff member of tm structure in <time.h> */
                     25: #undef HAVE_TM_GMTOFF
                     26: 
                     27: /* Define if you have tm_tzadj member of tm structure in <time.h> */
                     28: #undef HAVE_TM_TZADJ

E-mail: