Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
80b9aa2b
Commit
80b9aa2b
authored
May 18, 2002
by
Christophe Massiot
Browse files
* Menu item to maximize the volume in Mac OS X ;
* Dropped dependancy on autoconf 2.52.
parent
d55f5d62
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
80b9aa2b
This diff is collapsed.
Click to expand it.
configure.in
View file @
80b9aa2b
...
...
@@ -196,12 +196,16 @@ AC_CHECK_HEADERS(linux/version.h)
AC_HEADER_TIME
dnl Mac OS X and other OSes don't have declaration for nanosleep
dnl This only works with autoconf 2.52
AC_CHECK_DECLS(nanosleep)
AC_EGREP_HEADER(nanosleep,time.h,[
AC_DEFINE(HAVE_DECL_NANOSLEEP, 1,
Define if <time.h> defines nanosleep.)
])
dnl Make sure we have timespecs
dnl This only works with autoconf 2.52
AC_CHECK_TYPES(struct timespec)
AC_EGREP_HEADER(timespec,sys/time.h,[
AC_DEFINE(HAVE_STRUCT_TIMESPEC, 1,
Define if <sys/time.h> defines struct timespec.)
])
dnl Check for threads library
AC_CHECK_HEADERS(cthreads.h pthread.h kernel/scheduler.h kernel/OS.h)
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
View file @
80b9aa2b
...
...
@@ -6,6 +6,7 @@
eject = id;
faster = id;
fullscreen = id;
maxvolume = id;
mute = id;
next = id;
pause = id;
...
...
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
View file @
80b9aa2b
No preview for this file type
extras/MacOSX/vlc.pbproj/project.pbxproj
View file @
80b9aa2b
...
...
@@ -255,11 +255,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.
3.1
</string>
<string>0.
4.0
</string>
<key>CFBundleSignature</key>
<string>VLC#</string>
<key>CFBundleVersion</key>
<string>0.
3.1
</string>
<string>0.
4.0
</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
...
...
include/defs.h.in
View file @
80b9aa2b
/* include/defs.h.in. Generated from configure.in by autoheader. */
/* include/defs.h.in. Generated
automatically
from configure.in by autoheader. */
/* Maximum supported data alignment */
#undef ATTRIBUTE_ALIGNED_MAX
/* Define if <cthreads.h> defines boolean_t. */
#undef BOOLEAN_T_IN_CTHREADS_H
/* Define if <pthread.h> defines boolean_t. */
#undef BOOLEAN_T_IN_PTHREAD_H
/* Define if <sys/types.h> defines boolean_t. */
#undef BOOLEAN_T_IN_SYS_TYPES_H
/* Define if $CC groks 3D Now! inline assembly. */
#undef CAN_COMPILE_3DNOW
/* Define if $CC groks ALTIVEC inline assembly. */
#undef CAN_COMPILE_ALTIVEC
/* Define if your compiler groks C altivec extensions. */
#undef CAN_COMPILE_C_ALTIVEC
/* Define if $CC groks SSE inline assembly. */
#undef CAN_COMPILE_SSE
/* Copyright string */
#undef COPYRIGHT_MESSAGE
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
#undef CRAY_STACKSEG_END
/* Define to 1 if using `alloca.c'. */
/* Define if using alloca.c. */
#undef C_ALLOCA
/* Define if <X11/extensions/dpms.h> defines DPMSInfo. */
#undef DPMSINFO_IN_DPMS_H
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
/* Define to empty if the keyword does not work. */
#undef const
/* Define to 1 if you have the <a52dec/a52.h> header file. */
#undef HAVE_A52DEC_A52_H
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
This function is required for alloca.c support on those systems. */
#undef CRAY_STACKSEG_END
/* Define
to 1
if you have
`
alloca
'
, as a function or macro. */
/* Define if you have alloca, as a function or macro.
*/
#undef HAVE_ALLOCA
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H
/* Define
to 1
if you have
the <argz.h> header file.
*/
#undef HAVE_
ARGZ_H
/* Define if you have
a working `mmap' system call.
*/
#undef HAVE_
MMAP
/* Define
to 1 if you have the <arpa/inet.h> header file.
*/
#undef
HAVE_ARPA_INET_H
/* Define
as __inline if that's what the C compiler calls it.
*/
#undef
inline
/* Define to
1 if you have the <Cocoa/Cocoa.h> header
fi
l
e. */
#undef
HAVE_COCOA_COCOA_H
/* Define to
`long' if <sys/types.h> doesn't de
fi
n
e.
*/
#undef
off_t
/* Define
to 1 if you have the <cthreads.h> header file.
*/
#undef
HAVE_CTHREADS_H
/* Define
as the return type of signal handlers (int or void).
*/
#undef
RETSIGTYPE
/* Define to
1 if you have the `dcgettext' function.
*/
#undef
HAVE_DCGETTEXT
/* Define to
`unsigned' if <sys/types.h> doesn't define.
*/
#undef
size_t
/* Define to 1 if you have the <ddraw.h> header file. */
#undef HAVE_DDRAW_H
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown
*/
#undef STACK_DIRECTION
/* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
don't. */
#undef HAVE_DECL_NANOSLEEP
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define
to 1
if you
have
th
e
<
dlfcn.h> header file.
*/
#undef
HAVE_DLFCN_H
/* Define if you
can safely include bo
th <
sys/time.h> and <time.h>.
*/
#undef
TIME_WITH_SYS_TIME
/* Define
to 1
if you have the
<dvdcss/dvdcss.h> header file.
*/
#undef HAVE_
DVDCSS_DVDCSS_H
/* Define if you have the
__argz_count function.
*/
#undef HAVE_
__ARGZ_COUNT
/* Define
to 1
if you have the
<dvdread/dvd_reader.h> header file.
*/
#undef HAVE_
DVDREAD_DVD_READER_H
/* Define if you have the
__argz_next function.
*/
#undef HAVE_
__ARGZ_NEXT
/* Define
to 1
if you have the
<fcntl.h> header file.
*/
#undef HAVE_
FCNTL_H
/* Define if you have the
__argz_stringify function.
*/
#undef HAVE_
__ARGZ_STRINGIFY
/* Define to 1 if you have the `feof_unlocked' function. */
/* Define if you have the dcgettext function. */
#undef HAVE_DCGETTEXT
/* Define if you have the feof_unlocked function. */
#undef HAVE_FEOF_UNLOCKED
/* Define
to 1
if you have the
`
fgets_unlocked
'
function. */
/* Define if you have the fgets_unlocked function.
*/
#undef HAVE_FGETS_UNLOCKED
/* Define to 1 if you have the <gdk/gdk.h> header file. */
#undef HAVE_GDK_GDK_H
/* Define to 1 if you have the `getcwd' function. */
/* Define if you have the getcwd function. */
#undef HAVE_GETCWD
/* Define
to 1
if you have the
`
getegid
'
function. */
/* Define if you have the getegid function.
*/
#undef HAVE_GETEGID
/* Define
to 1
if you have the
`
geteuid
'
function. */
/* Define if you have the geteuid function.
*/
#undef HAVE_GETEUID
/* Define
to 1
if you have the
`
getgid
'
function. */
/* Define if you have the getgid function.
*/
#undef HAVE_GETGID
/* Define
to 1
if you have the
`
gethostbyname2
'
function. */
/* Define if you have the gethostbyname2 function.
*/
#undef HAVE_GETHOSTBYNAME2
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* getopt support */
#undef HAVE_GETOPT_LONG
/* Define to 1 if you have the `getpagesize' function. */
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
/* Define
to 1
if you have the
`
getpwuid
'
function. */
/* Define if you have the getpwuid function.
*/
#undef HAVE_GETPWUID
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
/* Define to 1 if you have the `gettimeofday' function. */
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
/* Define
to 1
if you have the
`
getuid
'
function. */
/* Define if you have the getuid function.
*/
#undef HAVE_GETUID
/* Define
to 1
if you have the
<glib.h> header file.
*/
#undef HAVE_
GLIB_H
/* Define if you have the
isatty function.
*/
#undef HAVE_
ISATTY
/* Define
to 1
if you have the
<gnome.h> header file.
*/
#undef HAVE_
GNOME_H
/* Define if you have the
memalign function.
*/
#undef HAVE_
MEMALIGN
/* Define
to 1
if you have the
<gtk/gtk.h> header file.
*/
#undef HAVE_
GTK_GTK_H
/* Define if you have the
mempcpy function.
*/
#undef HAVE_
MEMPCPY
/* Define if you have the
iconv()
function. */
#undef HAVE_
ICONV
/* Define if you have the
munmap
function.
*/
#undef HAVE_
MUNMAP
/* Define
to 1
if you have the
<image.h> header file.
*/
#undef HAVE_
IMAGE_H
/* Define if you have the
nanosleep function.
*/
#undef HAVE_
NANOSLEEP
/* Define
to 1
if you have the
<inttypes.h> header file.
*/
#undef HAVE_
INTTYPES_H
/* Define if you have the
posix_memalign function.
*/
#undef HAVE_
POSIX_MEMALIGN
/*
For FreeBSD VCD support
*/
#undef HAVE_
IOC_TOC_HEADER_IN_SYS_CDIO_H
/*
Define if you have the putenv function.
*/
#undef HAVE_
PUTENV
/* Define
to 1
if you have the
`isatty'
function. */
#undef HAVE_
ISATTY
/* Define if you have the
select
function.
*/
#undef HAVE_
SELECT
/* Define
to 1
if you have the
<kernel/OS.h> header file.
*/
#undef HAVE_
KERNEL_OS_H
/* Define if you have the
setenv function.
*/
#undef HAVE_
SETENV
/* Define
to 1
if you have the
<kernel/scheduler.h> header file.
*/
#undef HAVE_
KERNEL_SCHEDULER_H
/* Define if you have the
setlocale function.
*/
#undef HAVE_
SETLOCALE
/* Define if you have
<langinfo.h> and nl_langinfo(CODESET).
*/
#undef HAVE_
LANGINFO_CODE
SE
T
/* Define if you have
the sigrelse function.
*/
#undef HAVE_
SIGREL
SE
/* Define if you
r <locale.h> file defines LC_MESSAGES.
*/
#undef HAVE_
LC_MESSAGES
/* Define if you
have the stpcpy function.
*/
#undef HAVE_
STPCPY
/* Define
to 1
if you have the
`pth' library (-lpth).
*/
#undef HAVE_
LIBPTH
/* Define if you have the
strcasecmp function.
*/
#undef HAVE_
STRCASECMP
/* Define
to 1
if you have the
`
st
' library (-lst).
*/
#undef HAVE_
LIBST
/* Define if you have the st
rchr function.
*/
#undef HAVE_
STRCHR
/* Define
to 1
if you have the
<limits.h> header file.
*/
#undef HAVE_
LIMITS_H
/* Define if you have the
strdup function.
*/
#undef HAVE_
STRDUP
/* Define
to 1
if you have the
<linux/fb.h> header file.
*/
#undef HAVE_
LINUX_FB_H
/* Define if you have the
strerror function.
*/
#undef HAVE_
STRERROR
/* Define
to 1
if you have the
<linux/version.h> header file.
*/
#undef HAVE_
LINUX_VERSION_H
/* Define if you have the
strtod function.
*/
#undef HAVE_
STRTOD
/* Define
to 1
if you have the
<locale.h> header file.
*/
#undef HAVE_
LOCALE_H
/* Define if you have the
strtol function.
*/
#undef HAVE_
STRTOL
/* Define
to 1
if you have the
<machine/param.h> header file.
*/
#undef HAVE_
MACHINE_PARAM_H
/* Define if you have the
strtoul function.
*/
#undef HAVE_
STRTOUL
/* Define
to 1
if you have the
<machine/soundcard.h> header file.
*/
#undef HAVE_
MACHINE_SOUNDCARD_H
/* Define if you have the
swab function.
*/
#undef HAVE_
SWAB
/* Define
to 1
if you have the
<mad.h> header file.
*/
#undef HAVE_
MAD_
H
/* Define if you have the
tsearch function.
*/
#undef HAVE_
TSEARC
H
/* Define
to 1
if you have the
<malloc.h> header file.
*/
#undef HAVE_
MALLOC_H
/* Define if you have the
vasprintf function.
*/
#undef HAVE_
VASPRINTF
/* Define
to 1
if you have the
`memalign' function.
*/
#undef HAVE_
MEMALIGN
/* Define if you have the
<Cocoa/Cocoa.h> header file.
*/
#undef HAVE_
COCOA_COCOA_H
/* Define
to 1
if you have the <
memory
.h> header file. */
#undef HAVE_
MEMORY
_H
/* Define if you have the <
Ph
.h> header file.
*/
#undef HAVE_
PH
_H
/* Define
to 1
if you have the
`mempcpy' function.
*/
#undef HAVE_
MEMPCPY
/* Define if you have the
<X11/Xlib.h> header file.
*/
#undef HAVE_
X11_XLIB_H
/* Define
to 1
if you have
a working `mmap' system call.
*/
#undef HAVE_
MMAP
/* Define if you have
the <X11/extensions/Xv.h> header file.
*/
#undef HAVE_
X11_EXTENSIONS_XV_H
/* Define
to 1
if you have the
`munmap' function.
*/
#undef HAVE_
MUNMAP
/* Define if you have the
<X11/extensions/dpms.h> header file.
*/
#undef HAVE_
X11_EXTENSIONS_DPMS_H
/* Define
to 1
if you have the
`nanosleep' function.
*/
#undef HAVE_
NANOSLEEP
/* Define if you have the
<a52dec/a52.h> header file.
*/
#undef HAVE_
A52DEC_A52_H
/* Define
to 1
if you have the <
netinet/in
.h> header file. */
#undef HAVE_
NETINET_IN
_H
/* Define if you have the <
argz
.h> header file.
*/
#undef HAVE_
ARGZ
_H
/* Define
to 1
if you have the <net
/if
.h> header file. */
#undef HAVE_NET
_IF
_H
/* Define if you have the <
arpa/i
net.h> header file.
*/
#undef HAVE_
ARPA_I
NET_H
/* Define
to 1
if you have the <
nl_type
s.h> header file. */
#undef HAVE_
NL_TYPE
S_H
/* Define if you have the <
cthread
s.h> header file.
*/
#undef HAVE_
CTHREAD
S_H
/* Define
to 1
if you have the <
ogg/ogg
.h> header file. */
#undef HAVE_
OGG_OGG
_H
/* Define if you have the <
ddraw
.h> header file.
*/
#undef HAVE_
DDRAW
_H
/* Define
to 1
if you have the <
Ph
.h> header file. */
#undef HAVE_
PH
_H
/* Define if you have the <
dlfcn
.h> header file.
*/
#undef HAVE_
DLFCN
_H
/* Define
to 1
if you have the
`posix_memalign' function.
*/
#undef HAVE_
POSIX_MEMALIGN
/* Define if you have the
<dvdcss/dvdcss.h> header file.
*/
#undef HAVE_
DVDCSS_DVDCSS_H
/* Define
to 1
if you have the <
pth
read.h> header file. */
#undef HAVE_
PTH
READ_H
/* Define if you have the <
dvdread/dvd_
read
er
.h> header file.
*/
#undef HAVE_
DVDREAD_DVD_
READ
ER
_H
/* Define
to 1
if you have the
`putenv' function.
*/
#undef HAVE_
PUTENV
/* Define if you have the
<fcntl.h> header file.
*/
#undef HAVE_
FCNTL_H
/* Define
to 1
if you have the
`select' function.
*/
#undef HAVE_
SELECT
/* Define if you have the
<gdk/gdk.h> header file.
*/
#undef HAVE_
GDK_GDK_H
/* Define
to 1
if you have the
`setenv' function.
*/
#undef HAVE_
S
ET
ENV
/* Define if you have the
<getopt.h> header file.
*/
#undef HAVE_
G
ET
OPT_H
/* Define
to 1
if you have the
`setlocale' function.
*/
#undef HAVE_
SETLOCALE
/* Define if you have the
<glib.h> header file.
*/
#undef HAVE_
GLIB_H
/* Define
to 1
if you have the
`sigrelse' function.
*/
#undef HAVE_
SIGRELSE
/* Define if you have the
<gnome.h> header file.
*/
#undef HAVE_
GNOME_H
/* Define
to 1
if you have the <
soundcard
.h> header file. */
#undef HAVE_
SOUNDCARD
_H
/* Define if you have the <
gtk/gtk
.h> header file.
*/
#undef HAVE_
GTK_GTK
_H
/* Define
to 1
if you have the <
stddef
.h> header file. */
#undef HAVE_
STDDEF
_H
/* Define if you have the <
image
.h> header file.
*/
#undef HAVE_
IMAGE
_H
/* Define
to 1
if you have the <
stdint
.h> header file. */
#undef HAVE_
STDINT
_H
/* Define if you have the <
kernel/OS
.h> header file.
*/
#undef HAVE_
KERNEL_OS
_H
/* Define
to 1
if you have the <
stdlib
.h> header file. */
#undef HAVE_
STDLIB
_H
/* Define if you have the <
kernel/scheduler
.h> header file.
*/
#undef HAVE_
KERNEL_SCHEDULER
_H
/* Define
to 1
if you have the
`stpcpy' function.
*/
#undef HAVE_
STPCPY
/* Define if you have the
<limits.h> header file.
*/
#undef HAVE_
LIMITS_H
/* Define
to 1
if you have the
`strcasecmp' function.
*/
#undef HAVE_
STRCASECMP
/* Define if you have the
<linux/fb.h> header file.
*/
#undef HAVE_
LINUX_FB_H
/* Define
to 1
if you have the
`strchr' function.
*/
#undef HAVE_
STRCHR
/* Define if you have the
<linux/version.h> header file.
*/
#undef HAVE_
LINUX_VERSION_H
/* Define
to 1
if you have the
`strdup' function.
*/
#undef HAVE_
STRDUP
/* Define if you have the
<locale.h> header file.
*/
#undef HAVE_
LOCALE_H
/* Define
to 1
if you have the
`strerror' function.
*/
#undef HAVE_
STRERROR
/* Define if you have the
<machine/param.h> header file.
*/
#undef HAVE_
MACHINE_PARAM_H
/* Define
to 1
if you have the <
strings
.h> header file. */
#undef HAVE_
STRINGS
_H
/* Define if you have the <
machine/soundcard
.h> header file.
*/
#undef HAVE_
MACHINE_SOUNDCARD
_H
/* Define
to 1
if you have the <
string
.h> header file. */
#undef HAVE_
STRING
_H
/* Define if you have the <
mad
.h> header file.
*/
#undef HAVE_
MAD
_H
/* Define
to 1
if you have the
`strtod' function.
*/
#undef HAVE_
STRTOD
/* Define if you have the
<malloc.h> header file.
*/
#undef HAVE_
MALLOC_H
/* Define
to 1
if you have the
`strtol' function.
*/
#undef HAVE_
STRTOL
/* Define if you have the
<net/if.h> header file.
*/
#undef HAVE_
NET_IF_H
/* Define
to 1
if you have the
`strtoul' function.
*/
#undef HAVE_
STRTOUL
/* Define if you have the
<netinet/in.h> header file.
*/
#undef HAVE_
NETINET_IN_H
/* Define
to 1 if the system
ha
s
the
type `struct timespec'.
*/
#undef HAVE_
STRUCT_TIMESPEC
/* Define
if you
ha
ve
the
<nl_types.h> header file.
*/
#undef HAVE_
NL_TYPES_H
/* Define to 1 if you have the `swab' function. */
#undef HAVE_SWAB
/* Define if you have the <ogg/ogg.h> header file. */
#undef HAVE_OGG_OGG_H
/* Define if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
/* Define if you have the <soundcard.h> header file. */
#undef HAVE_SOUNDCARD_H
/* Define if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define
to 1
if you have the <sys/param.h> header file. */
/* Define if you have the <sys/param.h> header file.
*/
#undef HAVE_SYS_PARAM_H
/* Define
to 1
if you have the <sys/shm.h> header file. */
/* Define if you have the <sys/shm.h> header file.
*/
#undef HAVE_SYS_SHM_H
/* Define
to 1
if you have the <sys/socket.h> header file. */
/* Define if you have the <sys/socket.h> header file.
*/
#undef HAVE_SYS_SOCKET_H
/* Define
to 1
if you have the <sys/sockio.h> header file. */
/* Define if you have the <sys/sockio.h> header file.
*/
#undef HAVE_SYS_SOCKIO_H
/* Define
to 1
if you have the <sys/soundcard.h> header file. */
/* Define if you have the <sys/soundcard.h> header file.
*/
#undef HAVE_SYS_SOUNDCARD_H
/* Define
to 1
if you have the <sys/
stat
.h> header file. */
#undef HAVE_SYS_
STAT
_H
/* Define if you have the <sys/
time
.h> header file.
*/
#undef HAVE_SYS_
TIME
_H
/* Define
to 1
if you have the <sys/times.h> header file. */
/* Define if you have the <sys/times.h> header file.
*/
#undef HAVE_SYS_TIMES_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the `tsearch' function. */
#undef HAVE_TSEARCH
/* Define to 1 if you have the <unistd.h> header file. */
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/*
Support for variadic macros
*/
#undef HAVE_
VARIADIC_MACROS
/*
Define if you have the pth library (-lpth).
*/
#undef HAVE_
LIBPTH
/* Define
to 1
if you have the
`vasprintf' function.
*/
#undef HAVE_
VASPRINTF
/* Define if you have the
st library (-lst).
*/
#undef HAVE_
LIBST
/*
Define to 1 if you have the <X11/extensions/dpms.h> header file.
*/
#undef
HAVE_X11_EXTENSIONS_DPMS_H
/*
Package name
*/
#undef
VLC_PACKAGE
/*
Define to 1 if you have the <X11/extensions/Xv.h> header file.
*/
#undef
HAVE_X11_EXTENSIONS_XV_H
/*
Package version
*/
#undef
VLC_VERSION
/* Define
to 1
if you have the
<X11/Xlib.h> header file
. */
#undef HAVE_
X11_XLIB_H
/* Define if you have the
iconv() function
. */
#undef HAVE_
ICONV
/* Define
to 1 if you have the `__argz_count' function
. */
#undef
HAVE___ARGZ
_CO
U
NT
/* Define
as const if the declaration of iconv() needs const
. */
#undef
ICONV
_CON
S
T
/* Define
to 1
if you have
the `__argz_next' function
. */
#undef HAVE_
__ARGZ_NEX
T
/* Define if you have
<langinfo.h> and nl_langinfo(CODESET)
. */
#undef HAVE_
LANGINFO_CODESE
T
/* Define
to 1
if you
have the `__argz_stringify' function
. */
#undef HAVE_
__ARGZ_STRINGIFY
/* Define if you
r <locale.h> file defines LC_MESSAGES
. */
#undef HAVE_
LC_MESSAGES
/* Define as const if the declaration of iconv() needs const. */
#undef ICONV_CONST
/* Define to 1 if translation of program messages to the user's native language
is requested. */
#undef ENABLE_NLS
/*
String suffix for module functions
*/
#undef
MODULE_SUFFIX
/*
Define if the GNU gettext() function is already present or preinstalled.
*/
#undef
HAVE_GETTEXT
/* Symbol suffix for module functions */
#undef MODULE_SYMBOL
/* long getopt support */
#undef HAVE_GETOPT_LONG
/* getopt support */
#undef HAVE_GETOPT_LONG
/* Define if <pthread.h> defines pthread_cond_t. */
#undef PTHREAD_COND_T_IN_PTHREAD_H
/* Define if <strings.h> defines strncasecmp. */
#undef STRNCASECMP_IN_STRINGS_H
/* Define if <time.h> defines nanosleep. */
#undef HAVE_DECL_NANOSLEEP
/* Define if <sys/time.h> defines struct timespec. */
#undef HAVE_STRUCT_TIMESPEC