Fix CFLAGS/LDFLAGS syntax
[platform/upstream/lrzsz.git] / acconfig.h
1 /* define this if you have a reliable ftime function */
2 #undef HAVE_FTIME
3
4 /* define this if you have the timezone variable */
5 #undef HAVE_TIMEZONE_VAR
6
7 /* Define to 1 if NLS is requested.  */
8 #undef ENABLE_NLS
9
10 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
11 #undef HAVE_CATGETS
12
13 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
14 #undef HAVE_GETTEXT
15
16 /* Define if your locale.h file contains LC_MESSAGES.  */
17 #undef HAVE_LC_MESSAGES
18
19 /* Define to the name of the distribution.  */
20 #undef PACKAGE
21
22 /* The concatenation of the strings PACKAGE, "-", and VERSION.  */
23 #undef PACKAGE_VERSION
24
25 /* Define to the version of the distribution.  */
26 #undef VERSION
27
28 /* Define to 1 if you have the stpcpy function.  */
29 #undef HAVE_STPCPY
30
31 /* Define to 1 if your utime() takes struct utimbuf as second argument */
32 #undef HAVE_STRUCT_UTIMBUF
33
34 /* Define to 1 if ANSI function prototypes are usable.  */
35 #undef PROTOTYPES
36
37 /* Define to LOG_xxx (a syslog facility) if syslog() shall be used */
38 #undef ENABLE_SYSLOG
39
40 /* Define to 1 if syslogging shall be forced */
41 #undef ENABLE_SYSLOG_FORCE
42
43 /* Define to 1 if syslogging shall be default */
44 #undef ENABLE_SYSLOG_DEFAULT
45
46 /* Define to 1 if lrz shall create directories if needed */
47 #undef ENABLE_MKDIR
48
49 /* Define to public writable directory if you want this. Leave out the "'s */
50 #undef PUBDIR
51
52 /* Define to 1 if you want support for the timesync protocol */
53 #undef ENABLE_TIMESYNC
54
55 /* define to 1. we have a replacement function for it. */
56 #undef HAVE_STRERROR
57
58 /* define to 1 if you want strict ANSI prototypes. will remove some 
59    extern x(); declarations. */
60 #undef STRICT_PROTOTYPES
61
62 /* where the localedata hides */
63 /* #undef LOCALEDIR */
64
65 /* do your system libraries declare errno? */
66 #undef HAVE_ERRNO_DECLARATION
67
68 /* define to type of speed_t (long?) */
69 #undef speed_t
70
71 /* define this if you headers conflict */
72 #undef SYS_TIME_WITHOUT_SYS_SELECT