~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to pc/config.h

  • Committer: Arnold D. Robbins
  • Date: 2025-02-10 13:58:17 UTC
  • mfrom: (2057.5.11)
  • Revision ID: git-v1:733cdbdf4ba19b8dd6813ed0ef7a0ee5ab02ff50
Merge branch 'gawk-5.3-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
/* Define to 1 if you have the <netinet/in.h> header file. */
179
179
#undef HAVE_NETINET_IN_H
180
180
 
 
181
/* Define to 1 if you have the `personality' function. */
 
182
#undef HAVE_PERSONALITY
 
183
 
181
184
/* Define to 1 if you have the `posix_openpt' function. */
182
185
#undef HAVE_POSIX_OPENPT
183
186
 
202
205
/* we have sockets on this system */
203
206
#define HAVE_SOCKETS 1
204
207
 
 
208
/* Define to 1 if you have the <spawn.h> header file. */
 
209
#undef HAVE_SPAWN_H
 
210
 
205
211
/* Define to 1 if you have the <stdbool.h> header file. */
206
212
#define HAVE_STDBOOL_H 1
207
213
 
280
286
/* Define to 1 if you have the <sys/param.h> header file. */
281
287
#define HAVE_SYS_PARAM_H 1
282
288
 
 
289
/* Define to 1 if you have the <sys/personality.h> header file. */
 
290
#undef HAVE_SYS_PERSONALITY_H
 
291
 
283
292
/* Define to 1 if you have the <sys/select.h> header file. */
284
293
#undef HAVE_SYS_SELECT_H
285
294
 
360
369
/* systems should define this type here */
361
370
#define HAVE_WINT_T 1
362
371
 
 
372
/* Define to 1 if you have the `_NSGetExecutablePath' function. */
 
373
#undef HAVE__NSGETEXECUTABLEPATH
 
374
 
363
375
/* Define to 1 if you have the `__etoa_l' function. */
364
376
#undef HAVE___ETOA_L
365
377
 
376
388
#define PACKAGE_NAME "GNU Awk"
377
389
 
378
390
/* Define to the full name and version of this package. */
379
 
#define PACKAGE_STRING "GNU Awk 5.3.1"
 
391
#define PACKAGE_STRING "GNU Awk 5.3.1a"
380
392
 
381
393
/* Define to the one symbol short name of this package. */
382
394
#define PACKAGE_TARNAME "gawk"