Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9749847
e_vms.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
601 B
Subscribers
None
e_vms.h
View Options
/*
* $Id$
*
* 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
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Aug 25, 6:20 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3464299
Attached To
rPUC universal-ctags debian packaging
Event Timeline
Log In to Comment