comparison src/config.in @ 108130:b7d03b0055ab

Regenerate configure and cibfig.in
author Jan D. <jan.h.d@swipnet.se>
date Tue, 27 Apr 2010 08:20:03 +0200
parents 1e7aaadc50e8
children de744425d5c4
comparison
equal deleted inserted replaced
108129:e272dbe64cda 108130:b7d03b0055ab
316 #undef HAVE_KERBEROS_DES_H 316 #undef HAVE_KERBEROS_DES_H
317 317
318 /* Define to 1 if you have the <kerberos/krb.h> header file. */ 318 /* Define to 1 if you have the <kerberos/krb.h> header file. */
319 #undef HAVE_KERBEROS_KRB_H 319 #undef HAVE_KERBEROS_KRB_H
320 320
321 /* Define to 1 if `e_text' is a member of `krb5_error'. */ 321 /* Define to 1 if `e_text' is member of `krb5_error'. */
322 #undef HAVE_KRB5_ERROR_E_TEXT 322 #undef HAVE_KRB5_ERROR_E_TEXT
323 323
324 /* Define to 1 if `text' is a member of `krb5_error'. */ 324 /* Define to 1 if `text' is member of `krb5_error'. */
325 #undef HAVE_KRB5_ERROR_TEXT 325 #undef HAVE_KRB5_ERROR_TEXT
326 326
327 /* Define to 1 if you have the <krb5.h> header file. */ 327 /* Define to 1 if you have the <krb5.h> header file. */
328 #undef HAVE_KRB5_H 328 #undef HAVE_KRB5_H
329 329
607 #undef HAVE_STRING_H 607 #undef HAVE_STRING_H
608 608
609 /* Define to 1 if you have the `strsignal' function. */ 609 /* Define to 1 if you have the `strsignal' function. */
610 #undef HAVE_STRSIGNAL 610 #undef HAVE_STRSIGNAL
611 611
612 /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */ 612 /* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
613 #undef HAVE_STRUCT_IFREQ_IFR_ADDR 613 #undef HAVE_STRUCT_IFREQ_IFR_ADDR
614 614
615 /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */ 615 /* Define to 1 if `ifr_broadaddr' is member of `struct ifreq'. */
616 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR 616 #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
617 617
618 /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */ 618 /* Define to 1 if `ifr_flags' is member of `struct ifreq'. */
619 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS 619 #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
620 620
621 /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */ 621 /* Define to 1 if `ifr_hwaddr' is member of `struct ifreq'. */
622 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR 622 #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
623 623
624 /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */ 624 /* Define to 1 if `ifr_netmask' is member of `struct ifreq'. */
625 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK 625 #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
626 626
627 /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */ 627 /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
628 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME 628 #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
629 629
630 /* Define to 1 if `tm_zone' is a member of `struct tm'. */ 630 /* Define to 1 if `tm_zone' is member of `struct tm'. */
631 #undef HAVE_STRUCT_TM_TM_ZONE 631 #undef HAVE_STRUCT_TM_TM_ZONE
632 632
633 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */ 633 /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
634 #undef HAVE_STRUCT_UTIMBUF 634 #undef HAVE_STRUCT_UTIMBUF
635 635
851 /* Define to the full name and version of this package. */ 851 /* Define to the full name and version of this package. */
852 #undef PACKAGE_STRING 852 #undef PACKAGE_STRING
853 853
854 /* Define to the one symbol short name of this package. */ 854 /* Define to the one symbol short name of this package. */
855 #undef PACKAGE_TARNAME 855 #undef PACKAGE_TARNAME
856
857 /* Define to the home page for this package. */
858 #undef PACKAGE_URL
859 856
860 /* Define to the version of this package. */ 857 /* Define to the version of this package. */
861 #undef PACKAGE_VERSION 858 #undef PACKAGE_VERSION
862 859
863 /* Define as `void' if your compiler accepts `void *'; otherwise define as 860 /* Define as `void' if your compiler accepts `void *'; otherwise define as
911 #undef USE_LUCID 908 #undef USE_LUCID
912 909
913 /* Define to 1 if using the Motif X toolkit. */ 910 /* Define to 1 if using the Motif X toolkit. */
914 #undef USE_MOTIF 911 #undef USE_MOTIF
915 912
913 /* Define to 1 if we should use toolkit scroll bars. */
914 #undef USE_TOOLKIT_SCROLL_BARS
915
916 /* Define to 1 if we should use XIM, if it is available. */
917 #undef USE_XIM
918
919 /* Define to 1 if using an X toolkit. */
920 #undef USE_X_TOOLKIT
921
922 /* Define this to check for malloc buffer overrun. */
923 #undef XMALLOC_OVERRUN_CHECK
924
925 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
926 XPointer or XPointer*. */
927 #undef XRegisterIMInstantiateCallback_arg6
928
929 /* Number of bits in a file offset, on hosts where this is settable. */
930 #undef _FILE_OFFSET_BITS
931
932 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
933 #undef _LARGEFILE_SOURCE
934
935 /* Define for large files, on AIX-style hosts. */
936 #undef _LARGE_FILES
937
938 /* Define to 1 if on MINIX. */
939 #undef _MINIX
940
941 /* Define to 2 if the system does not provide POSIX.1 features except with
942 this defined. */
943 #undef _POSIX_1_SOURCE
944
945 /* Define to 1 if you need to in order for `stat' and other things to work. */
946 #undef _POSIX_SOURCE
947
916 /* Enable extensions on AIX 3, Interix. */ 948 /* Enable extensions on AIX 3, Interix. */
917 #ifndef _ALL_SOURCE 949 #ifndef _ALL_SOURCE
918 # undef _ALL_SOURCE 950 # undef _ALL_SOURCE
919 #endif 951 #endif
920 /* Enable GNU extensions on systems that have them. */ 952 /* Enable GNU extensions on systems that have them. */
932 /* Enable general extensions on Solaris. */ 964 /* Enable general extensions on Solaris. */
933 #ifndef __EXTENSIONS__ 965 #ifndef __EXTENSIONS__
934 # undef __EXTENSIONS__ 966 # undef __EXTENSIONS__
935 #endif 967 #endif
936 968
937
938 /* Define to 1 if we should use toolkit scroll bars. */
939 #undef USE_TOOLKIT_SCROLL_BARS
940
941 /* Define to 1 if we should use XIM, if it is available. */
942 #undef USE_XIM
943
944 /* Define to 1 if using an X toolkit. */
945 #undef USE_X_TOOLKIT
946
947 /* Define this to check for malloc buffer overrun. */
948 #undef XMALLOC_OVERRUN_CHECK
949
950 /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
951 XPointer or XPointer*. */
952 #undef XRegisterIMInstantiateCallback_arg6
953
954 /* Number of bits in a file offset, on hosts where this is settable. */
955 #undef _FILE_OFFSET_BITS
956
957 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
958 #undef _LARGEFILE_SOURCE
959
960 /* Define for large files, on AIX-style hosts. */
961 #undef _LARGE_FILES
962
963 /* Define to 1 if on MINIX. */
964 #undef _MINIX
965
966 /* Define to 2 if the system does not provide POSIX.1 features except with
967 this defined. */
968 #undef _POSIX_1_SOURCE
969
970 /* Define to 1 if you need to in order for `stat' and other things to work. */
971 #undef _POSIX_SOURCE
972 969
973 /* Define to rpl_ if the getopt replacement functions and variables should be 970 /* Define to rpl_ if the getopt replacement functions and variables should be
974 used. */ 971 used. */
975 #undef __GETOPT_PREFIX 972 #undef __GETOPT_PREFIX
976 973
1067 (There is probably a better place to do this, but right now the Cocoa 1064 (There is probably a better place to do this, but right now the Cocoa
1068 side does this in s/darwin.h and we cannot 1065 side does this in s/darwin.h and we cannot
1069 parallel this exactly since GNUstep is multi-OS. */ 1066 parallel this exactly since GNUstep is multi-OS. */
1070 #ifdef HAVE_NS 1067 #ifdef HAVE_NS
1071 # ifdef NS_IMPL_GNUSTEP 1068 # ifdef NS_IMPL_GNUSTEP
1072 /* See also .m.o rule in Makefile.in */
1073 /* FIXME: are all these flags really needed? Document here why. */
1074 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
1075 /* GNUstep needs a bit more pure memory. Of the existing knobs, 1069 /* GNUstep needs a bit more pure memory. Of the existing knobs,
1076 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 1070 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1077 # define SYSTEM_PURESIZE_EXTRA 30000 1071 # define SYSTEM_PURESIZE_EXTRA 30000
1078 # endif /* NS_IMPL_GNUSTEP */ 1072 # endif /* NS_IMPL_GNUSTEP */
1079 #endif /* HAVE_NS */ 1073 #endif /* HAVE_NS */