diff options
| author | Glenn Morris | 2012-06-12 15:03:32 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 15:03:32 -0400 |
| commit | b4492cba7a034185fecea38790b58c20667bfee0 (patch) | |
| tree | fb42ad9843821c350a91a93e143369fd098bbdb4 /src/s | |
| parent | 8a07a8c6fe3c0ed64d0dbbc1c9789ce970341fdb (diff) | |
| download | emacs-b4492cba7a034185fecea38790b58c20667bfee0.tar.gz emacs-b4492cba7a034185fecea38790b58c20667bfee0.zip | |
Remove src/s/sol2-10.h
* configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
(opsysfile): Set specially for sol2-10.
* src/s/gnu-linux.h (HAVE_PROCFS): Move to configure.
* src/s/sol2-10.h: Remove file.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/gnu-linux.h | 3 | ||||
| -rw-r--r-- | src/s/sol2-10.h | 10 |
2 files changed, 0 insertions, 13 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 20ce65207a1..e3d43249d81 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -81,9 +81,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 81 | 81 | ||
| 82 | #define HAVE_SOCKETS | 82 | #define HAVE_SOCKETS |
| 83 | 83 | ||
| 84 | /* This is used in list_system_processes. */ | ||
| 85 | #define HAVE_PROCFS 1 | ||
| 86 | |||
| 87 | /* Define CLASH_DETECTION if you want lock files to be written | 84 | /* Define CLASH_DETECTION if you want lock files to be written |
| 88 | so that Emacs can tell instantly when you try to modify | 85 | so that Emacs can tell instantly when you try to modify |
| 89 | a file that someone else has modified in his Emacs. */ | 86 | a file that someone else has modified in his Emacs. */ |
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h deleted file mode 100644 index b20476e7fba..00000000000 --- a/src/s/sol2-10.h +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | /* Handle Solaris 2.10. */ | ||
| 2 | |||
| 3 | #include "sol2-6.h" | ||
| 4 | |||
| 5 | /* This is used in list_system_processes. */ | ||
| 6 | #define HAVE_PROCFS 1 | ||
| 7 | |||
| 8 | /* This is needed for the system_process_attributes implementation. */ | ||
| 9 | #define _STRUCTURED_PROC 1 | ||
| 10 | |||