Home | History | Annotate | Download | only in VMS
      1 /* config.h manually constructed for VMS */
      2 
      3 /* Define to empty if the keyword does not work.  */
      4 #undef const
      5 
      6 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
      7 #undef size_t
      8 
      9 /* Define if you have the ANSI C header files.  */
     10 #define STDC_HEADERS
     11 
     12 /* Define if you have the <malloc.h> header file.  */
     13 #undef HAVE_MALLOC_H
     14 
     15 /* Define if you have the <string.h> header file.  */
     16 #define HAVE_STRING_H
     17 
     18 /* Define if you have the <sys/types.h> header file.  */
     19 #ifndef __GNUC__
     20 #undef HAVE_SYS_TYPES_H
     21 #else
     22 #define HAVE_SYS_TYPES_H
     23 #endif
     24 
     25 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
     26 #undef HAVE_ALLOCA_H
     27 
     28 /* Extra platform-specific command line handling.  */
     29 #define NEED_ARGV_FIXUP
     30 
     31 /* Override default exit behavior.  */
     32 #define exit vms_exit
     33