summaryrefslogtreecommitdiff
path: root/src/acconfig.h
diff options
context:
space:
mode:
authorEmanuele Giaquinta <e.giaquinta@glauco.it>2009-01-28 22:20:34 +0100
committerMicah Cowan <micah@cowan.name>2009-01-28 22:54:35 -0800
commit416bb21cb22233ec0f88b54cf6ca3feb85b0f0a1 (patch)
tree09d12e672d044c2058eca5bd2b5914b652e969fb /src/acconfig.h
parente9090f3d6d719c1e15f21229c303628c7707fcba (diff)
downloadscreen-416bb21cb22233ec0f88b54cf6ca3feb85b0f0a1.tar.gz
Use AC_SYS_LONG_FILE_NAMES to check if the system supports file names longer than 14 characters.
Diffstat (limited to 'src/acconfig.h')
-rw-r--r--src/acconfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/acconfig.h b/src/acconfig.h
index 8fda78f..bc324d5 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -543,15 +543,6 @@
#undef SHADOWPW
/*
- * If you are on a SYS V machine that restricts filename length to 14
- * characters, you may need to enforce that by setting NAME_MAX to 14
- */
-/* KEEP_UNDEF_HERE override system value
- * (Will this even work as expected? -mjc) */
-#undef NAME_MAX
-#undef NAME_MAX
-
-/*
* define HAVE_NL_LANGINFO if your system has the nl_langinfo() call
* and <langinfo.h> defines CODESET.
*/