Changeset 7945 for trunk/indexers


Ignore:
Timestamp:
2004-08-14T07:54:44+12:00 (20 years ago)
Author:
kjdon
Message:

added in some more #define stuff - copied form gsdl config.h.in. to make some compilation errors go away

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/config.h.in

    r3365 r7945  
    11/* config.h.in.  Generated automatically from configure.in by autoheader.  */
     2
     3#ifndef _MGPP_CONFIG_H
     4#define _MGPP_CONFIG_H
    25
    36/* Define if on AIX 3.
     
    147150#undef HAVE_VALLOC
    148151
     152/* Define if you have the <crypt.h> header file.  */
     153#undef HAVE_CRYPT_H
     154
    149155/* Define if you have the <dirent.h> header file.  */
    150156#undef HAVE_DIRENT_H
     
    180186#undef HAVE_UNISTD_H
    181187
     188/* Define if you have the crypt library (-lcrypt).  */
     189#undef HAVE_LIBCRYPT
     190
     191/* Define if you have the g library (-lg).  */
     192#undef HAVE_LIBG
     193
     194/* Define if you have the gdbm library (-lgdbm).  */
     195#undef HAVE_LIBGDBM
     196
    182197/* Define if you have the m library (-lm).  */
    183198#undef HAVE_LIBM
     199
     200/* Define if you have the stdc++ library (-lstdc++).  */
     201#undef HAVE_LIBSTDC__
     202
     203/* Define if you have gettext (eg glibc) */
     204#undef ENABLE_NLS
     205
     206#endif /* _MGPP_CONFIG_H */
Note: See TracChangeset for help on using the changeset viewer.