The R Project SVN R

Rev

Rev 20487 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20487 Rev 24068
Line 23... Line 23...
23
 
23
 
24
*/
24
*/
25
 
25
 
26
/*
26
/*
27
 
27
 
28
  $Id: apse.h,v 1.2 2002/07/14 12:02:55 iacus Exp $
28
  $Id: apse.h,v 1.3 2003/04/25 16:37:46 ripley Exp $
29
 
29
 
30
*/
30
*/
31
 
31
 
32
#ifndef APSE_H
32
#ifndef APSE_H
33
#define APSE_H
33
#define APSE_H
34
 
34
 
35
#define APSE_MAJOR_VERSION	0
35
#define APSE_MAJOR_VERSION	0
36
#define APSE_MINOR_VERSION	15
36
#define APSE_MINOR_VERSION	15
37
 
37
 
38
#ifndef Macintosh
-
 
39
#include <sys/types.h>
38
#include <sys/types.h>
40
#else
-
 
41
#include <types.h>
-
 
42
#endif
-
 
43
 
39
 
44
#ifdef APSE_VEC_T
40
#ifdef APSE_VEC_T
45
typedef	APSE_VEC_T	apse_vec_t;
41
typedef	APSE_VEC_T	apse_vec_t;
46
#else
42
#else
47
typedef	unsigned long	apse_vec_t;
43
typedef	unsigned long	apse_vec_t;