mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-02 12:55:00 +08:00
23 lines
767 B
C
23 lines
767 B
C
/* Define to 1 if you have the `gettext' function. */
|
|
#cmakedefine HAVE_GETTEXT 1
|
|
|
|
/* Define to 1 if the status that wait returns and WEXITSTATUS expects is signal and then ret instead of the other way around. */
|
|
#cmakedefine HAVE_WAITSTATUS_SIGNAL_RET 1
|
|
|
|
/* Define to 1 if the _nl_msg_cat_cntr symbol is exported. */
|
|
#cmakedefine HAVE__NL_MSG_CAT_CNTR 1
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "https://github.com/fish-shell/fish-shell/issues"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "fish"
|
|
|
|
/* Enable GNU extensions on systems that have them. */
|
|
#ifndef _GNU_SOURCE
|
|
# define _GNU_SOURCE 1
|
|
#endif
|
|
|
|
/* The size of wchar_t in bits. */
|
|
#define WCHAR_T_BITS ${WCHAR_T_BITS}
|