Changeset 998 for trunk/gsdl/config.h.in


Ignore:
Timestamp:
2000-03-01T10:54:18+13:00 (24 years ago)
Author:
sjboddie
Message:

tidied up configuration a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/config.h.in

    r816 r998  
    141141#undef HAVE_VALLOC
    142142
     143/* Define if you have the <crypt.h> header file.  */
     144#undef HAVE_CRYPT_H
     145
    143146/* Define if you have the <dirent.h> header file.  */
    144147#undef HAVE_DIRENT_H
     
    174177#undef HAVE_UNISTD_H
    175178
     179/* Define if you have the crypt library (-lcrypt).  */
     180#undef HAVE_LIBCRYPT
     181
    176182/* Define if you have the g library (-lg).  */
    177183#undef HAVE_LIBG
     
    183189#undef HAVE_LIBM
    184190
    185 /* Define if you have the stdc library (-lstdc).  */
    186 #undef HAVE_LIBSTDC
     191/* Define if you have the stdc++ library (-lstdc++).  */
     192#undef HAVE_LIBSTDC__
Note: See TracChangeset for help on using the changeset viewer.