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


Ignore:
Timestamp:
1999-12-11T03:36:05+13:00 (24 years ago)
Author:
cs025
Message:

Changes to correctly identify strerror presence

File:
1 edited

Legend:

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

    r698 r816  
    7676#undef HAVE_VALLOC
    7777
     78/* Define to 1 if ANSI function prototypes are usable.  */
     79#undef PROTOTYPES
     80
     81 
     82/* Define to 1 for better use of the debugging malloc library.  See
     83   site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
     84#undef WITH_DMALLOC
     85
     86 
     87/* Define to 1 if GNU regex should be used instead of GNU rx.  */
     88#undef WITH_REGEX
     89
    7890/* Some braindead header files do not have the requ'd function declarations */
    7991#undef HAVE_FGETC_DECL
     
    110122/* Define if you have the strcasecmp function.  */
    111123#undef HAVE_STRCASECMP
     124
     125/* Define if you have the strerror function.  */
     126#undef HAVE_STRERROR
    112127
    113128/* Define if you have the strftime function.  */
Note: See TracChangeset for help on using the changeset viewer.