ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/config.h.in
(Generate patch)

Comparing BasiliskII/src/Unix/config.h.in (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:25Z vs.
Revision 1.5 by cebix, 1999-10-21T13:33:17Z

# Line 9 | Line 9
9   /* Define to `long' if <sys/types.h> doesn't define.  */
10   #undef off_t
11  
12 /* Define to `off_t' if <sys/types.h> doesn't define.  */
13 #undef loff_t
14
12   /* Define to `unsigned' if <sys/types.h> doesn't define.  */
13   #undef size_t
14  
# Line 31 | Line 28
28   /* Define if the X Window System is missing or not being used.  */
29   #undef X_DISPLAY_MISSING
30  
31 + /* Define to 'off_t' if <sys/types.h> doesn't define. */
32 + #undef loff_t
33 +
34   /* The number of bytes in a int.  */
35   #undef SIZEOF_INT
36  
37   /* The number of bytes in a long.  */
38   #undef SIZEOF_LONG
39  
40 /* The number of bytes in a short.  */
41 #undef SIZEOF_SHORT
42
40   /* The number of bytes in a long long.  */
41   #undef SIZEOF_LONG_LONG
42  
43 < /* Define if you have the strdup function.  */
44 < #undef HAVE_STRDUP
43 > /* The number of bytes in a short.  */
44 > #undef SIZEOF_SHORT
45  
46   /* Define if you have the cfmakeraw function.  */
47   #undef HAVE_CFMAKERAW
48  
49 < /* Define if you have the pthread_cancel function. */
50 < #undef HAVE_PTHREAD_CANCEL
49 > /* Define if you have the clock_gettime function.  */
50 > #undef HAVE_CLOCK_GETTIME
51  
52 < /* Define if you have the nanosleep function. */
52 > /* Define if you have the nanosleep function.  */
53   #undef HAVE_NANOSLEEP
54  
55 < /* Define if you have the clock_gettime function. */
56 < #undef HAVE_CLOCK_GETTIME
55 > /* Define if you have the pthread_cancel function.  */
56 > #undef HAVE_PTHREAD_CANCEL
57  
58 < /* Define if you have the timer_create function. */
58 > /* Define if you have the sem_init function.  */
59 > #undef HAVE_SEM_INIT
60 >
61 > /* Define if you have the strdup function.  */
62 > #undef HAVE_STRDUP
63 >
64 > /* Define if you have the timer_create function.  */
65   #undef HAVE_TIMER_CREATE
66  
67   /* Define if you have the <fcntl.h> header file.  */
# Line 69 | Line 72
72  
73   /* Define if you have the <unistd.h> header file.  */
74   #undef HAVE_UNISTD_H
72
73 /* Define if you have the posix4 library (-lposix4).  */
74 #undef HAVE_LIBPOSIX4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines