ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/config.h.in
Revision: 1.7
Committed: 1999-10-26T16:28:30Z (24 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-22121999, release-0_8-1, snapshot-02111999
Changes since 1.6: +9 -0 lines
Log Message:
- mon is called for illegal EMUL_OP selectors and when pressing Ctrl-C (Unix)
- moved MemoryDispatch() patch routine from PatchAfterStartup() to
  InstallDrivers()
- fixed one place where ROM replaces MemoryDispatch() by unimplemented trap
  when no MMU is present
- Unix: ROM breakpoint can now be set with "-break" command line argument
- some changes to configure script, mon is now compiled with readline support

File Contents

# User Rev Content
1 cebix 1.1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2    
3     /* Define to empty if the keyword does not work. */
4     #undef const
5    
6     /* Define as __inline if that's what the C compiler calls it. */
7     #undef inline
8    
9     /* Define to `long' if <sys/types.h> doesn't define. */
10     #undef off_t
11    
12     /* Define to `unsigned' if <sys/types.h> doesn't define. */
13     #undef size_t
14    
15     /* Define if you have the ANSI C header files. */
16     #undef STDC_HEADERS
17    
18     /* Define if you can safely include both <sys/time.h> and <time.h>. */
19     #undef TIME_WITH_SYS_TIME
20    
21     /* Define if your <sys/time.h> declares struct tm. */
22     #undef TM_IN_SYS_TIME
23    
24     /* Define if your processor stores words with the most significant
25     byte first (like Motorola and SPARC, unlike Intel and VAX). */
26     #undef WORDS_BIGENDIAN
27    
28     /* Define if the X Window System is missing or not being used. */
29     #undef X_DISPLAY_MISSING
30    
31 cebix 1.3 /* Define to 'off_t' if <sys/types.h> doesn't define. */
32 cebix 1.5 #undef loff_t
33 cebix 1.3
34 cebix 1.1 /* 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 long long. */
41     #undef SIZEOF_LONG_LONG
42    
43 cebix 1.2 /* The number of bytes in a short. */
44     #undef SIZEOF_SHORT
45 cebix 1.1
46     /* Define if you have the cfmakeraw function. */
47     #undef HAVE_CFMAKERAW
48    
49 cebix 1.2 /* Define if you have the clock_gettime function. */
50     #undef HAVE_CLOCK_GETTIME
51    
52     /* Define if you have the nanosleep function. */
53     #undef HAVE_NANOSLEEP
54    
55     /* Define if you have the pthread_cancel function. */
56 cebix 1.1 #undef HAVE_PTHREAD_CANCEL
57    
58 cebix 1.2 /* Define if you have the sem_init function. */
59     #undef HAVE_SEM_INIT
60 cebix 1.1
61 cebix 1.2 /* Define if you have the strdup function. */
62     #undef HAVE_STRDUP
63 cebix 1.1
64 cebix 1.2 /* Define if you have the timer_create function. */
65 cebix 1.1 #undef HAVE_TIMER_CREATE
66    
67     /* Define if you have the <fcntl.h> header file. */
68     #undef HAVE_FCNTL_H
69    
70 cebix 1.7 /* Define if you have the <readline/history.h> header file. */
71     #undef HAVE_READLINE_HISTORY_H
72    
73     /* Define if you have the <readline/readline.h> header file. */
74     #undef HAVE_READLINE_READLINE_H
75    
76 cebix 1.1 /* Define if you have the <sys/time.h> header file. */
77     #undef HAVE_SYS_TIME_H
78    
79     /* Define if you have the <unistd.h> header file. */
80     #undef HAVE_UNISTD_H
81 cebix 1.6
82     /* Define if you have the posix4 library (-lposix4). */
83     #undef HAVE_LIBPOSIX4
84    
85     /* Define if you have the pthread library (-lpthread). */
86     #undef HAVE_LIBPTHREAD
87 cebix 1.7
88     /* Define if you have the readline library (-lreadline). */
89     #undef HAVE_LIBREADLINE