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.3 by cebix, 1999-10-05T19:00:05Z

# Line 31 | Line 31
31   /* Define if the X Window System is missing or not being used.  */
32   #undef X_DISPLAY_MISSING
33  
34 + /* Define to 'off_t' if <sys/types.h> doesn't define. */
35 + /* #undef loff_t */
36 +
37   /* The number of bytes in a int.  */
38   #undef SIZEOF_INT
39  
40   /* The number of bytes in a long.  */
41   #undef SIZEOF_LONG
42  
40 /* The number of bytes in a short.  */
41 #undef SIZEOF_SHORT
42
43   /* The number of bytes in a long long.  */
44   #undef SIZEOF_LONG_LONG
45  
46 < /* Define if you have the strdup function.  */
47 < #undef HAVE_STRDUP
46 > /* The number of bytes in a short.  */
47 > #undef SIZEOF_SHORT
48  
49   /* Define if you have the cfmakeraw function.  */
50   #undef HAVE_CFMAKERAW
51  
52 < /* Define if you have the pthread_cancel function. */
53 < #undef HAVE_PTHREAD_CANCEL
52 > /* Define if you have the clock_gettime function.  */
53 > #undef HAVE_CLOCK_GETTIME
54  
55 < /* Define if you have the nanosleep function. */
55 > /* Define if you have the nanosleep function.  */
56   #undef HAVE_NANOSLEEP
57  
58 < /* Define if you have the clock_gettime function. */
59 < #undef HAVE_CLOCK_GETTIME
58 > /* Define if you have the pthread_cancel function.  */
59 > #undef HAVE_PTHREAD_CANCEL
60 >
61 > /* Define if you have the sem_init function.  */
62 > #undef HAVE_SEM_INIT
63 >
64 > /* Define if you have the semget function.  */
65 > #undef HAVE_SEMGET
66  
67 < /* Define if you have the timer_create function. */
67 > /* Define if you have the strdup function.  */
68 > #undef HAVE_STRDUP
69 >
70 > /* Define if you have the timer_create function.  */
71   #undef HAVE_TIMER_CREATE
72  
73   /* Define if you have the <fcntl.h> header file.  */
# Line 69 | Line 78
78  
79   /* Define if you have the <unistd.h> header file.  */
80   #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