-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathacconfig.h
More file actions
72 lines (49 loc) · 1.89 KB
/
acconfig.h
File metadata and controls
72 lines (49 loc) · 1.89 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* define this if you have a reliable ftime function */
#undef HAVE_FTIME
/* define this if you have the timezone variable */
#undef HAVE_TIMEZONE_VAR
/* 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 the name of the distribution. */
#undef PACKAGE
/* The concatenation of the strings PACKAGE, "-", and VERSION. */
#undef PACKAGE_VERSION
/* Define to the version of the distribution. */
#undef VERSION
/* Define to 1 if you have the stpcpy function. */
#undef HAVE_STPCPY
/* Define to 1 if your utime() takes struct utimbuf as second argument */
#undef HAVE_STRUCT_UTIMBUF
/* Define to 1 if ANSI function prototypes are usable. */
#undef PROTOTYPES
/* Define to LOG_xxx (a syslog facility) if syslog() shall be used */
#undef ENABLE_SYSLOG
/* 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
/* Define to 1 if you want support for the timesync protocol */
#undef ENABLE_TIMESYNC
/* define to 1. we have a replacement function for it. */
#undef HAVE_STRERROR
/* define to 1 if you want strict ANSI prototypes. will remove some
extern x(); declarations. */
#undef STRICT_PROTOTYPES
/* where the localedata hides */
/* #undef LOCALEDIR */
/* 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