Sha256: 2f40de6e187ce24c13d9d468fa63018ec2f1332d596d79e747cc99bb68e9e103

Contents?: true

Size: 643 Bytes

Versions: 5

Compression:

Stored size: 643 Bytes

Contents

/*
*   $Id: e_vms.h 136 2002-03-08 22:35:19Z darren $
*
*   Copyright (c) 2002, Darren Hiebert
*
*   This source code is released for free distribution under the terms of the
*   GNU General Public License.
*
*   Configures ctags for VMS environment.
*/
#ifndef E_VMS_H
#define E_VMS_H

#define CASE_INSENSITIVE_FILENAMES 1
#define HAVE_STDLIB_H 1
#define HAVE_TIME_H 1
#ifdef VAXC
# define HAVE_STAT_H 1
# define HAVE_TYPES_H 1
#else
# define HAVE_FCNTL_H 1
# define HAVE_SYS_STAT_H 1
# define HAVE_SYS_TYPES_H 1
#endif
#define HAVE_CLOCK 1
#define HAVE_FGETPOS 1
#define HAVE_STRERROR 1
#define HAVE_STRSTR 1
#define HAVE_UNISTD_H 1

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ctags.rb-1.0.19 ext/vendor/exuberant-ctags/e_vms.h
ctags.rb-1.0.18 ext/vendor/exuberant-ctags/e_vms.h
ctags.rb-1.0.15 ext/vendor/exuberant-ctags/e_vms.h
ctags.rb-1.0.6 ext/vendor/exuberant-ctags/e_vms.h
ctags.rb-1.0.0 ext/vendor/exuberant-ctags/e_vms.h