~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/config.h

  • Committer: Arnold D. Robbins
  • Date: 2024-02-26 19:39:11 UTC
  • mto: (2057.4.2)
  • mto: This revision was merged to the branch mainline in revision 2094.
  • Revision ID: git-v1:c00b12818868cc7546817536cf33dcc4f440810a
Another attempt to close SIGPIPE races. Update copyrights and pc config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
   the CoreFoundation framework. */
36
36
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
37
37
 
 
38
/* Define to 1 if you have the `clock_gettime' function. */
 
39
#undef HAVE_CLOCK_GETTIME
 
40
 
38
41
/* Define to 1 if bool, true and false work as per C2023. */
39
42
#undef HAVE_C_BOOL
40
43
 
64
67
/* have getaddrinfo */
65
68
#define HAVE_GETADDRINFO 1
66
69
 
 
70
/* Define to 1 if you have the `getdtablesize' function. */
 
71
#undef HAVE_GETDTABLESIZE
 
72
 
67
73
/* Define to 1 if you have the `getgrent' function. */
68
74
#undef HAVE_GETGRENT
69
75
 
73
79
/* Define if the GNU gettext() function is already present or preinstalled. */
74
80
#undef HAVE_GETTEXT
75
81
 
 
82
/* Define to 1 if you have the `gettimeofday' function. */
 
83
#undef HAVE_GETTIMEOFDAY
 
84
 
76
85
/* Define to 1 if you have the `grantpt' function. */
77
86
#undef HAVE_GRANTPT
78
87