aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libg2c/config.h
blob: c4d0c2860cc3724a9cd665da76493f6a1ccc7683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
/* $FreeBSD$ */

/* *****[ libU77 ]***** */

/* config.h.  Generated automatically by configure.  */
/* config.hin.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define if your struct stat has st_blksize.  */
#define HAVE_ST_BLKSIZE 1

/* Define if your struct stat has st_blocks.  */
#define HAVE_ST_BLOCKS 1

/* Define if your struct stat has st_rdev.  */
#define HAVE_ST_RDEV 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef mode_t */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

/* Define if your <sys/time.h> declares struct tm.  */
/* #undef TM_IN_SYS_TIME */

/* Define as the path of the `chmod' program. */
#define CHMOD_PATH "/bin/chmod"

/* Define if your gettimeofday takes only one argument. */
/* #undef GETTIMEOFDAY_ONE_ARGUMENT */

/* Define if your gettimeofday takes a time zome argument. */
#define HAVE_TIMEZONE 1

/* Define if you have the alarm function.  */
#define HAVE_ALARM 1

/* Define if you have the clock function.  */
#define HAVE_CLOCK 1

/* Define if you have the getcwd function.  */
#define HAVE_GETCWD 1

/* Define if you have the getgid function.  */
#define HAVE_GETGID 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the getlogin function.  */
#define HAVE_GETLOGIN 1

/* Define if you have the getrusage function.  */
#define HAVE_GETRUSAGE 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the getuid function.  */
#define HAVE_GETUID 1

/* Define if you have the getwd function.  */
#define HAVE_GETWD 1

/* Define if you have the kill function.  */
#define HAVE_KILL 1

/* Define if you have the link function.  */
#define HAVE_LINK 1

/* Define if you have the lstat function.  */
#define HAVE_LSTAT 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the symlink function.  */
#define HAVE_SYMLINK 1

/* Define if you have the times function.  */
#define HAVE_TIMES 1

/* Define if you have the ttyname function.  */
#define HAVE_TTYNAME 1

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <sys/times.h> header file.  */
#define HAVE_SYS_TIMES_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Get Single Unix Specification semantics */
#define _XOPEN_SOURCE 600L

/* Get Single Unix Specification semantics */
#define _XOPEN_SOURCE_EXTENDED 1

/* Solaris extensions */
#define __EXTENSIONS__ 1

/* Get 64-bit file size support */
#define _FILE_OFFSET_BITS 64

/* *****[ libI77 ]***** */

/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to `long' if <sys/types.h> doesn't define.  */
/* #undef off_t */

/* Define if you have the fseeko function.  */
#define HAVE_FSEEKO 1

/* Define if you have the ftello function.  */
#define HAVE_FTELLO 1

/* Define if you have the ftruncate function.  */
#define HAVE_FTRUNCATE 1

/* Define if you have the mkstemp function.  */
#define HAVE_MKSTEMP 1

/* Define if you have the tempnam function.  */
#define HAVE_TEMPNAM 1

/* Define if you have the tmpnam function.  */
#define HAVE_TMPNAM 1

/* Define for HP-UX ftello and fseeko extension. */
#define _LARGEFILE_SOURCE 1

/* Define if we do not have Unix Stdio. */
/* #undef NON_UNIX_STDIO */

/* Define if we use strlen. */
/* #undef USE_STRLEN */

/* Define if we have non ANSI RW modes. */
#define NON_ANSI_RW_MODES 1

/* Always defined. */
#define NO_EOF_CHAR_CHECK 1

/* Define to skip f2c undefs. */
#define Skip_f2c_Undefs 1