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.2 by cebix, 1999-10-04T21:07:17Z

# Line 37 | Line 37
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 sem_init function.  */
59 > #undef HAVE_SEM_INIT
60 >
61 > /* Define if you have the semget function.  */
62 > #undef HAVE_SEMGET
63  
64 < /* Define if you have the timer_create function. */
64 > /* Define if you have the strdup function.  */
65 > #undef HAVE_STRDUP
66 >
67 > /* Define if you have the timer_create function.  */
68   #undef HAVE_TIMER_CREATE
69  
70   /* Define if you have the <fcntl.h> header file.  */
# Line 69 | Line 75
75  
76   /* Define if you have the <unistd.h> header file.  */
77   #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