summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2011-10-01 13:25:30 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2011-10-01 13:25:30 +0200
commitd78f9ffa7317e24a5eaf54a2cf107e6663784159 (patch)
treec00409ffecf36863244c723804974016686ce32b /uconfig.h
parent59c72abb953c65b45dbe206ff588a3f0a9d37e3c (diff)
downloadperl-d78f9ffa7317e24a5eaf54a2cf107e6663784159.tar.gz
Regen Configure and friends
After backporting Nicholas' work and slimming down metaconfig.h
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/uconfig.h b/uconfig.h
index c3799020da..ed09c1d119 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -2656,20 +2656,6 @@
*/
/*#define EBCDIC / **/
-/* USE_KERN_PROC_PATHNAME:
- * This symbol, if defined, indicates that we can use sysctl with
- * KERN_PROC_PATHNAME to get a full path for the executable, and hence
- * convert $^X to an absolute path.
- */
-/*#define USE_KERN_PROC_PATHNAME / **/
-
-/* USE_NSGETEXECUTABLEPATH:
- * This symbol, if defined, indicates that we can use _NSGetExecutablePath
- * and realpath to get a full path for the executable, and hence convert
- * $^X to an absolute path.
- */
-/*#define USE_NSGETEXECUTABLEPATH / **/
-
/* Fpos_t:
* This symbol holds the type used to declare file positions in libc.
* It can be fpos_t, long, uint, etc... It may be necessary to include
@@ -4666,6 +4652,13 @@
/*#define USE_FAST_STDIO / **/
#endif
+/* USE_KERN_PROC_PATHNAME:
+ * This symbol, if defined, indicates that we can use sysctl with
+ * KERN_PROC_PATHNAME to get a full path for the executable, and hence
+ * convert $^X to an absolute path.
+ */
+/*#define USE_KERN_PROC_PATHNAME / **/
+
/* USE_LARGE_FILES:
* This symbol, if defined, indicates that large file support
* should be used when available.
@@ -4698,6 +4691,13 @@
/*#define MULTIPLICITY / **/
#endif
+/* USE_NSGETEXECUTABLEPATH:
+ * This symbol, if defined, indicates that we can use _NSGetExecutablePath
+ * and realpath to get a full path for the executable, and hence convert
+ * $^X to an absolute path.
+ */
+/*#define USE_NSGETEXECUTABLEPATH / **/
+
/* USE_PERLIO:
* This symbol, if defined, indicates that the PerlIO abstraction should
* be used throughout. If not defined, stdio should be
@@ -4718,6 +4718,6 @@
#endif
/* Generated from:
- * 5b5dacbb00f53ae9b440c79cf6d5c8bbf80a7adfa1db3f3814aa77dc6f461fa7 config_h.SH
+ * 5978363d841cd8e6e743461b9dfb3d8fd5cfdef099e8e8de43cac45a4170a300 config_h.SH
* b5e74633486412bbc4d2a1c3847f3e85b10a86e96fb5d1efb7b8bc885956d746 uconfig.sh
* ex: set ro: */