PROXY  WHOIS  RQUOTE  TEXTS  SOFT  FOREX  BBOARD
 Music  Philosophy  Code  Literature  Russian

= ROOT|Technical|Code_Examples|C|grep-2.5|vms|config_vms.h =

page 1 of 1



/* Configuration file for OpenVMS */

#define HAVE_STRING_H 1

#define HAVE_MEMCHAR

#define HAVE_STRERROR

#define HAVE_STDLIB_H 1

#define HAVE_UNISTD_H 1

#define STDC_HEADERS

#define HAVE_DIRENT_H 1

#define VERSION "2.4.1"
/* Avoid namespace collision with operating system supplied C library */

/* Make sure we have the C-RTL definitions */
#include <unistd.h>
#include <stdio.h>

/* Now override everything with the GNU version */
#ifdef VMS
# define getopt gnu_getopt
# define optarg gnu_optarg
# define optopt gnu_optopt
# define optind gnu_optind
# define opterr gnu_opterr
#endif

#if defined(VMS) && defined(__DECC) /* need function prototype */
#if (__DECC_VER<50790004)           /* have an own one         */
char *alloca(unsigned int);
#else
#define alloca __ALLOCA
#endif
#endif
=1=
THE END

<<< SINGLE PAGE >>>

UP TO ROOT | UP TO DIR

Google
 

E-mail Facebook Google Digg del.icio.us BlinkList Fark Furl Ma.gnolia Netscape NewsVine Reddit Slashdot Spurl StumbleUpon Technorati YahooMyWeb LiveJournal Blogmarks TwitThis Live News2.ru BobrDobr.ru Memori.ru MoeMesto.ru

0.00512481 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU)