summaryrefslogtreecommitdiff
path: root/src/s/bsd-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/bsd-common.h')
-rw-r--r--src/s/bsd-common.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h
index 681f6599010..9e8c9ba4726 100644
--- a/src/s/bsd-common.h
+++ b/src/s/bsd-common.h
@@ -18,21 +18,3 @@ You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
-/* Define symbols to identify the version of Unix this is.
- Define all the symbols that apply correctly. */
-
-/* We give these symbols the numeric values found in <sys/param.h> to
- avoid warnings about redefined macros. */
-
-/* Nothing in Emacs uses this any more.
- ifndef BSD4_3
- define BSD4_3 1
- endif
-*/
-
-#ifndef BSD_SYSTEM
-#define BSD_SYSTEM 43
-#endif /* BSD_SYSTEM */
-
-/* For mem-limits.h. */
-#define BSD4_2