source: vendor/gcc/3.2.2/libf2c/libU77/config.hin

Last change on this file was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 2.7 KB
Line 
1/* config.hin. Generated automatically from configure.in by autoheader. */
2
3/* Define to empty if the keyword does not work. */
4#undef const
5
6/* Define if your struct stat has st_blksize. */
7#undef HAVE_ST_BLKSIZE
8
9/* Define if your struct stat has st_blocks. */
10#undef HAVE_ST_BLOCKS
11
12/* Define if your struct stat has st_rdev. */
13#undef HAVE_ST_RDEV
14
15/* Define to `int' if <sys/types.h> doesn't define. */
16#undef mode_t
17
18/* Define to `int' if <sys/types.h> doesn't define. */
19#undef pid_t
20
21/* Define to `unsigned' if <sys/types.h> doesn't define. */
22#undef size_t
23
24/* Define if you have the ANSI C header files. */
25#undef STDC_HEADERS
26
27/* Define if you can safely include both <sys/time.h> and <time.h>. */
28#undef TIME_WITH_SYS_TIME
29
30/* Define if your <sys/time.h> declares struct tm. */
31#undef TM_IN_SYS_TIME
32
33/* Define as the path of the `chmod' program. */
34#undef CHMOD_PATH
35
36/* Define if you have the alarm function. */
37#undef HAVE_ALARM
38
39/* Define if you have the clock function. */
40#undef HAVE_CLOCK
41
42/* Define if you have the getcwd function. */
43#undef HAVE_GETCWD
44
45/* Define if you have the getgid function. */
46#undef HAVE_GETGID
47
48/* Define if you have the gethostname function. */
49#undef HAVE_GETHOSTNAME
50
51/* Define if you have the getlogin function. */
52#undef HAVE_GETLOGIN
53
54/* Define if you have the getrusage function. */
55#undef HAVE_GETRUSAGE
56
57/* Define if you have the getuid function. */
58#undef HAVE_GETUID
59
60/* Define if you have the getwd function. */
61#undef HAVE_GETWD
62
63/* Define if you have the kill function. */
64#undef HAVE_KILL
65
66/* Define if you have the link function. */
67#undef HAVE_LINK
68
69/* Define if you have the lstat function. */
70#undef HAVE_LSTAT
71
72/* Define if you have the strerror function. */
73#undef HAVE_STRERROR
74
75/* Define if you have the symlink function. */
76#undef HAVE_SYMLINK
77
78/* Define if you have the times function. */
79#undef HAVE_TIMES
80
81/* Define if you have the ttyname function. */
82#undef HAVE_TTYNAME
83
84/* Define if you have the <limits.h> header file. */
85#undef HAVE_LIMITS_H
86
87/* Define if you have the <stdlib.h> header file. */
88#undef HAVE_STDLIB_H
89
90/* Define if you have the <string.h> header file. */
91#undef HAVE_STRING_H
92
93/* Define if you have the <sys/param.h> header file. */
94#undef HAVE_SYS_PARAM_H
95
96/* Define if you have the <sys/time.h> header file. */
97#undef HAVE_SYS_TIME_H
98
99/* Define if you have the <sys/times.h> header file. */
100#undef HAVE_SYS_TIMES_H
101
102/* Define if you have the <unistd.h> header file. */
103#undef HAVE_UNISTD_H
104
105/* Get Single Unix Specification semantics */
106#undef _XOPEN_SOURCE
107
108/* Get Single Unix Specification semantics */
109#undef _XOPEN_SOURCE_EXTENDED
110
111/* Solaris extensions */
112#undef __EXTENSIONS__
113
114/* Get 64-bit file size support */
115#undef _FILE_OFFSET_BITS
116
Note: See TracBrowser for help on using the repository browser.