]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/lib/libg2c/config.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / lib / libg2c / config.h
1 /* $FreeBSD$ */
2
3 /* *****[ libU77 ]***** */
4
5 /* config.h.  Generated automatically by configure.  */
6 /* config.hin.  Generated automatically from configure.in by autoheader.  */
7
8 /* Define to empty if the keyword does not work.  */
9 /* #undef const */
10
11 /* Define if your struct stat has st_blksize.  */
12 #define HAVE_ST_BLKSIZE 1
13
14 /* Define if your struct stat has st_blocks.  */
15 #define HAVE_ST_BLOCKS 1
16
17 /* Define if your struct stat has st_rdev.  */
18 #define HAVE_ST_RDEV 1
19
20 /* Define to `int' if <sys/types.h> doesn't define.  */
21 /* #undef mode_t */
22
23 /* Define to `int' if <sys/types.h> doesn't define.  */
24 /* #undef pid_t */
25
26 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
27 /* #undef size_t */
28
29 /* Define if you have the ANSI C header files.  */
30 #define STDC_HEADERS 1
31
32 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
33 #define TIME_WITH_SYS_TIME 1
34
35 /* Define if your <sys/time.h> declares struct tm.  */
36 /* #undef TM_IN_SYS_TIME */
37
38 /* Define as the path of the `chmod' program. */
39 #define CHMOD_PATH "/bin/chmod"
40
41 /* Define if your gettimeofday takes only one argument. */
42 /* #undef GETTIMEOFDAY_ONE_ARGUMENT */
43
44 /* Define if your gettimeofday takes a time zome argument. */
45 #define HAVE_TIMEZONE 1
46
47 /* Define if you have the alarm function.  */
48 #define HAVE_ALARM 1
49
50 /* Define if you have the clock function.  */
51 #define HAVE_CLOCK 1
52
53 /* Define if you have the getcwd function.  */
54 #define HAVE_GETCWD 1
55
56 /* Define if you have the getgid function.  */
57 #define HAVE_GETGID 1
58
59 /* Define if you have the gethostname function.  */
60 #define HAVE_GETHOSTNAME 1
61
62 /* Define if you have the getlogin function.  */
63 #define HAVE_GETLOGIN 1
64
65 /* Define if you have the getrusage function.  */
66 #define HAVE_GETRUSAGE 1
67
68 /* Define if you have the gettimeofday function.  */
69 #define HAVE_GETTIMEOFDAY 1
70
71 /* Define if you have the getuid function.  */
72 #define HAVE_GETUID 1
73
74 /* Define if you have the getwd function.  */
75 #define HAVE_GETWD 1
76
77 /* Define if you have the kill function.  */
78 #define HAVE_KILL 1
79
80 /* Define if you have the link function.  */
81 #define HAVE_LINK 1
82
83 /* Define if you have the lstat function.  */
84 #define HAVE_LSTAT 1
85
86 /* Define if you have the strerror function.  */
87 #define HAVE_STRERROR 1
88
89 /* Define if you have the symlink function.  */
90 #define HAVE_SYMLINK 1
91
92 /* Define if you have the times function.  */
93 #define HAVE_TIMES 1
94
95 /* Define if you have the ttyname function.  */
96 #define HAVE_TTYNAME 1
97
98 /* Define if you have the <limits.h> header file.  */
99 #define HAVE_LIMITS_H 1
100
101 /* Define if you have the <stdlib.h> header file.  */
102 #define HAVE_STDLIB_H 1
103
104 /* Define if you have the <string.h> header file.  */
105 #define HAVE_STRING_H 1
106
107 /* Define if you have the <sys/param.h> header file.  */
108 #define HAVE_SYS_PARAM_H 1
109
110 /* Define if you have the <sys/time.h> header file.  */
111 #define HAVE_SYS_TIME_H 1
112
113 /* Define if you have the <sys/times.h> header file.  */
114 #define HAVE_SYS_TIMES_H 1
115
116 /* Define if you have the <unistd.h> header file.  */
117 #define HAVE_UNISTD_H 1
118
119 /* Get Single Unix Specification semantics */
120 #define _XOPEN_SOURCE 600L
121
122 /* Get Single Unix Specification semantics */
123 #define _XOPEN_SOURCE_EXTENDED 1
124
125 /* Solaris extensions */
126 #define __EXTENSIONS__ 1
127
128 /* Get 64-bit file size support */
129 #define _FILE_OFFSET_BITS 64
130
131 /* *****[ libI77 ]***** */
132
133 /* config.h.  Generated automatically by configure.  */
134 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
135
136 /* Define to `long' if <sys/types.h> doesn't define.  */
137 /* #undef off_t */
138
139 /* Define if you have the fseeko function.  */
140 #define HAVE_FSEEKO 1
141
142 /* Define if you have the ftello function.  */
143 #define HAVE_FTELLO 1
144
145 /* Define if you have the ftruncate function.  */
146 #define HAVE_FTRUNCATE 1
147
148 /* Define if you have the mkstemp function.  */
149 #define HAVE_MKSTEMP 1
150
151 /* Define if you have the tempnam function.  */
152 #define HAVE_TEMPNAM 1
153
154 /* Define if you have the tmpnam function.  */
155 #define HAVE_TMPNAM 1
156
157 /* Define for HP-UX ftello and fseeko extension. */
158 #define _LARGEFILE_SOURCE 1
159
160 /* Define if we do not have Unix Stdio. */
161 /* #undef NON_UNIX_STDIO */
162
163 /* Define if we use strlen. */
164 /* #undef USE_STRLEN */
165
166 /* Define if we have non ANSI RW modes. */
167 #define NON_ANSI_RW_MODES 1
168
169 /* Always defined. */
170 #define NO_EOF_CHAR_CHECK 1
171
172 /* Define to skip f2c undefs. */
173 #define Skip_f2c_Undefs 1