view src/s/ewsux5r4.h @ 4701:684f0ed6cd4f

Behave better when #'variable-at-point gives nil, #'custom-variable-prompt. lisp/ChangeLog addition: 2009-09-27 Aidan Kehoe <kehoea@parhasard.net> * cus-edit.el (custom-variable-prompt): nil is a symbol, check that variable-at-point is non-nil before checking if it's a symbol when deciding on the prompt used in this function.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 27 Sep 2009 20:37:44 +0100
parents 023b83f4e54b
children
line wrap: on
line source

/* Synched up with: Mule 2.0.  Not in FSF. */

/* Definitions file for XEmacs running on NEC's EWS-UX/V(Rel4.2) 
						   (System V Release 4.2) */

#include "usg5-4-2.h"

#ifndef nec_ews
#define nec_ews
#endif
#ifndef nec_ews_svr4
#define nec_ews_svr4
#endif

#define XOS_NEEDS_TIME_H
#define HAVE_CLOCK

#ifdef __STDC__
#define MKDIR_PROTOTYPE int mkdir(char *dpath, mode_t dmode)
#endif

#ifndef __GNUC__
#define C_DEBUG_SWITCH "-O  -KOlimit=2000 -ZXNd=5000"
#endif