-
Notifications
You must be signed in to change notification settings - Fork 13
/
acconfig.h
36 lines (24 loc) · 974 Bytes
/
acconfig.h
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
/* Define to 1 if NLS is requested. */
#undef ENABLE_NLS
/* Define as 1 if you have catgets and don't want to use GNU gettext. */
#undef HAVE_CATGETS
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
#undef HAVE_GETTEXT
/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
/* Define to 1 if your utime() takes struct utimbuf as second argument */
#undef HAVE_STRUCT_UTIMBUF
/* Define to 1 if syslogging shall be forced */
#undef ENABLE_SYSLOG_FORCE
/* Define to 1 if syslogging shall be default */
#undef ENABLE_SYSLOG_DEFAULT
/* Define to 1 if lrz shall create directories if needed */
#undef ENABLE_MKDIR
/* Define to public writable directory if you want this. Leave out the "'s */
#undef PUBDIR
/* do your system libraries declare errno? */
#undef HAVE_ERRNO_DECLARATION
/* define to type of speed_t (long?) */
#undef speed_t
/* define this if you headers conflict */
#undef SYS_TIME_WITHOUT_SYS_SELECT